kts-component-invoice-operate 3.2.122 → 3.2.123
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
|
@@ -17309,7 +17309,7 @@ var SignDigtal = decorator(Form.create())(function (props) {
|
|
|
17309
17309
|
}
|
|
17310
17310
|
}) : /*#__PURE__*/React.createElement(MyDiv$1, {
|
|
17311
17311
|
style: {
|
|
17312
|
-
whiteSpace: 'pre'
|
|
17312
|
+
whiteSpace: 'pre-wrap'
|
|
17313
17313
|
}
|
|
17314
17314
|
})))), /*#__PURE__*/React.createElement(Form, {
|
|
17315
17315
|
layout: 'inline',
|
package/dist/index.js
CHANGED
|
@@ -17319,7 +17319,7 @@ var SignDigtal = GreyReactBox.decorator(ktsComponentsAntdX3.Form.create())(funct
|
|
|
17319
17319
|
}
|
|
17320
17320
|
}) : /*#__PURE__*/React__default['default'].createElement(MyDiv$1, {
|
|
17321
17321
|
style: {
|
|
17322
|
-
whiteSpace: 'pre'
|
|
17322
|
+
whiteSpace: 'pre-wrap'
|
|
17323
17323
|
}
|
|
17324
17324
|
})))), /*#__PURE__*/React__default['default'].createElement(ktsComponentsAntdX3.Form, {
|
|
17325
17325
|
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'}} />
|
|
59
|
+
: <MyDiv style={{whiteSpace: 'pre-wrap'}} />
|
|
60
60
|
)}
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|