kts-component-invoice-operate 3.2.147 → 3.2.148
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
|
@@ -17418,7 +17418,8 @@ var SignDigtal = decorator(Form.create())(function (props) {
|
|
|
17418
17418
|
}
|
|
17419
17419
|
}) : /*#__PURE__*/React.createElement(MyDiv$1, {
|
|
17420
17420
|
style: {
|
|
17421
|
-
whiteSpace: 'pre-wrap'
|
|
17421
|
+
whiteSpace: 'pre-wrap',
|
|
17422
|
+
wordBreak: 'break-all'
|
|
17422
17423
|
}
|
|
17423
17424
|
})))), /*#__PURE__*/React.createElement(Form, {
|
|
17424
17425
|
layout: 'inline',
|
package/dist/index.js
CHANGED
|
@@ -17428,7 +17428,8 @@ var SignDigtal = GreyReactBox.decorator(ktsComponentsAntdX3.Form.create())(funct
|
|
|
17428
17428
|
}
|
|
17429
17429
|
}) : /*#__PURE__*/React__default['default'].createElement(MyDiv$1, {
|
|
17430
17430
|
style: {
|
|
17431
|
-
whiteSpace: 'pre-wrap'
|
|
17431
|
+
whiteSpace: 'pre-wrap',
|
|
17432
|
+
wordBreak: 'break-all'
|
|
17432
17433
|
}
|
|
17433
17434
|
})))), /*#__PURE__*/React__default['default'].createElement(ktsComponentsAntdX3.Form, {
|
|
17434
17435
|
layout: 'inline',
|
package/package.json
CHANGED
|
@@ -56,7 +56,7 @@ export default decorator<IBuyerProps, IBuyerProps & FormComponentProps>(Form.cre
|
|
|
56
56
|
})(
|
|
57
57
|
isEnables('remarks')
|
|
58
58
|
? <Input.TextArea placeholder='请输入' style={{ height: '100%' }} />
|
|
59
|
-
: <MyDiv style={{whiteSpace: 'pre-wrap'}} />
|
|
59
|
+
: <MyDiv style={{whiteSpace: 'pre-wrap', wordBreak: 'break-all'}} />
|
|
60
60
|
)}
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|