kts-component-invoice-operate 3.2.190 → 3.2.191
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -24282,7 +24282,7 @@ var MyNY = /*#__PURE__*/function (_React$Component4) {
|
|
|
24282
24282
|
return MyNY;
|
|
24283
24283
|
}(React.Component);
|
|
24284
24284
|
|
|
24285
|
-
var css_248z$s = ".kts-invoice-operate-real-estate-info-digtal {\n padding: 20px;\n border-bottom: 2px solid #9F613E;\n border-left: 2px solid #9F613E;\n border-right: 2px solid #9F613E;\n}\n.kts-invoice-operate-real-estate-info-digtal .real-estate-info-digtal-label {\n color: #9F613E;\n font-weight: bold;\n}\n.kts-invoice-operate-real-estate-info-digtal .ktsAnt3x-row.ktsAnt3x-form-item {\n margin-bottom: 0;\n}\n";
|
|
24285
|
+
var css_248z$s = ".kts-invoice-operate-real-estate-info-digtal {\n padding: 20px;\n border-bottom: 2px solid #9F613E;\n border-left: 2px solid #9F613E;\n border-right: 2px solid #9F613E;\n}\n.kts-invoice-operate-real-estate-info-digtal .real-estate-info-digtal-label {\n color: #9F613E;\n font-weight: bold;\n}\n.kts-invoice-operate-real-estate-info-digtal .ktsAnt3x-row.ktsAnt3x-form-item {\n margin-bottom: 0;\n}\n.kts-invoice-operate-real-estate-info-digtal .break-word {\n word-break: break-word;\n}\n";
|
|
24286
24286
|
styleInject(css_248z$s);
|
|
24287
24287
|
|
|
24288
24288
|
/** 特殊信息-建筑服务 */
|
|
@@ -24338,7 +24338,8 @@ var Architecture = decorator(Form.create())(function (props) {
|
|
|
24338
24338
|
})))), /*#__PURE__*/React.createElement(Col$1, {
|
|
24339
24339
|
span: 6
|
|
24340
24340
|
}, /*#__PURE__*/React.createElement(Form.Item, {
|
|
24341
|
-
label: "\u8BE6\u7EC6\u5730\u5740"
|
|
24341
|
+
label: "\u8BE6\u7EC6\u5730\u5740",
|
|
24342
|
+
className: "break-word"
|
|
24342
24343
|
}, getFieldDecorator('constructDetailAddress', {
|
|
24343
24344
|
rules: readOnly ? [] : [{
|
|
24344
24345
|
required: true,
|
package/dist/index.js
CHANGED
|
@@ -24292,7 +24292,7 @@ var MyNY = /*#__PURE__*/function (_React$Component4) {
|
|
|
24292
24292
|
return MyNY;
|
|
24293
24293
|
}(React__default['default'].Component);
|
|
24294
24294
|
|
|
24295
|
-
var css_248z$s = ".kts-invoice-operate-real-estate-info-digtal {\n padding: 20px;\n border-bottom: 2px solid #9F613E;\n border-left: 2px solid #9F613E;\n border-right: 2px solid #9F613E;\n}\n.kts-invoice-operate-real-estate-info-digtal .real-estate-info-digtal-label {\n color: #9F613E;\n font-weight: bold;\n}\n.kts-invoice-operate-real-estate-info-digtal .ktsAnt3x-row.ktsAnt3x-form-item {\n margin-bottom: 0;\n}\n";
|
|
24295
|
+
var css_248z$s = ".kts-invoice-operate-real-estate-info-digtal {\n padding: 20px;\n border-bottom: 2px solid #9F613E;\n border-left: 2px solid #9F613E;\n border-right: 2px solid #9F613E;\n}\n.kts-invoice-operate-real-estate-info-digtal .real-estate-info-digtal-label {\n color: #9F613E;\n font-weight: bold;\n}\n.kts-invoice-operate-real-estate-info-digtal .ktsAnt3x-row.ktsAnt3x-form-item {\n margin-bottom: 0;\n}\n.kts-invoice-operate-real-estate-info-digtal .break-word {\n word-break: break-word;\n}\n";
|
|
24296
24296
|
styleInject(css_248z$s);
|
|
24297
24297
|
|
|
24298
24298
|
/** 特殊信息-建筑服务 */
|
|
@@ -24348,7 +24348,8 @@ var Architecture = GreyReactBox.decorator(ktsComponentsAntdX3.Form.create())(fun
|
|
|
24348
24348
|
})))), /*#__PURE__*/React__default['default'].createElement(ktsComponentsAntdX4.Col, {
|
|
24349
24349
|
span: 6
|
|
24350
24350
|
}, /*#__PURE__*/React__default['default'].createElement(ktsComponentsAntdX3.Form.Item, {
|
|
24351
|
-
label: "\u8BE6\u7EC6\u5730\u5740"
|
|
24351
|
+
label: "\u8BE6\u7EC6\u5730\u5740",
|
|
24352
|
+
className: "break-word"
|
|
24352
24353
|
}, getFieldDecorator('constructDetailAddress', {
|
|
24353
24354
|
rules: readOnly ? [] : [{
|
|
24354
24355
|
required: true,
|
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
# 数电
|
|
2
2
|
|
|
3
|
-
## 简单用法
|
|
4
|
-
<code src="./_test/easiest/index.tsx"></code>
|
|
3
|
+
<!-- ## 简单用法
|
|
4
|
+
<code src="./_test/easiest/index.tsx"></code> -->
|
|
5
5
|
|
|
6
|
-
##
|
|
7
|
-
<code src="./_test/
|
|
6
|
+
## 建筑服务
|
|
7
|
+
<code src="./_test/architecture/index.tsx"></code>
|
|
8
|
+
|
|
9
|
+
<!-- ## 只读模式
|
|
10
|
+
<code src="./_test/readOnly/index.tsx"></code> -->
|
|
8
11
|
|
|
9
12
|
<!-- ## 发票号码 & 开票日期 & 标签
|
|
10
13
|
<code src="./_test/header/index.tsx"></code>
|
|
@@ -33,8 +36,7 @@
|
|
|
33
36
|
## 不动产经营租赁服务
|
|
34
37
|
<code src="./_test/realEstateInfo/index.tsx"></code>
|
|
35
38
|
|
|
36
|
-
|
|
37
|
-
<code src="./_test/architecture/index.tsx"></code>
|
|
39
|
+
|
|
38
40
|
|
|
39
41
|
## 货物运输服务
|
|
40
42
|
<code src="./_test/freight/index.tsx"></code> -->
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
.kts-invoice-operate-real-estate-info-digtal {
|
|
2
|
-
padding
|
|
2
|
+
padding: 20px;
|
|
3
3
|
border-bottom: 2px solid #9F613E;
|
|
4
|
-
border-left
|
|
5
|
-
border-right
|
|
4
|
+
border-left: 2px solid #9F613E;
|
|
5
|
+
border-right: 2px solid #9F613E;
|
|
6
6
|
|
|
7
7
|
.real-estate-info-digtal-label {
|
|
8
|
-
color
|
|
8
|
+
color: #9F613E;
|
|
9
9
|
font-weight: bold;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.ktsAnt3x-row.ktsAnt3x-form-item {
|
|
13
13
|
margin-bottom: 0;
|
|
14
14
|
}
|
|
15
|
+
|
|
16
|
+
.break-word {
|
|
17
|
+
word-break: break-word;
|
|
18
|
+
}
|
|
15
19
|
}
|
|
@@ -74,7 +74,7 @@ export default decorator<RealEstateInfoProps, FormComponentProps & RealEstateInf
|
|
|
74
74
|
</Form.Item>
|
|
75
75
|
</Col>
|
|
76
76
|
<Col span={6} >
|
|
77
|
-
<Form.Item label='详细地址' >
|
|
77
|
+
<Form.Item label='详细地址' className="break-word">
|
|
78
78
|
{getFieldDecorator('constructDetailAddress', {
|
|
79
79
|
rules: readOnly ? [] : [
|
|
80
80
|
{ required: true, message: '请输入详细地址' },
|