@bit-sun/business-component 4.0.11-alpha.16 → 4.0.11-alpha.17
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
|
@@ -15754,7 +15754,7 @@ var SortableTable$1 = /*#__PURE__*/function (_React$Component) {
|
|
|
15754
15754
|
allowClear: true,
|
|
15755
15755
|
onChange: this.onSearch,
|
|
15756
15756
|
style: {
|
|
15757
|
-
width:
|
|
15757
|
+
width: 525,
|
|
15758
15758
|
height: 24
|
|
15759
15759
|
}
|
|
15760
15760
|
}), /*#__PURE__*/React$1.createElement("div", null, !searchDataSource && (/*#__PURE__*/React$1.createElement(Checkbox, {
|
package/dist/index.js
CHANGED
|
@@ -15777,7 +15777,7 @@ var SortableTable$1 = /*#__PURE__*/function (_React$Component) {
|
|
|
15777
15777
|
allowClear: true,
|
|
15778
15778
|
onChange: this.onSearch,
|
|
15779
15779
|
style: {
|
|
15780
|
-
width:
|
|
15780
|
+
width: 525,
|
|
15781
15781
|
height: 24
|
|
15782
15782
|
}
|
|
15783
15783
|
}), /*#__PURE__*/React__default['default'].createElement("div", null, !searchDataSource && (/*#__PURE__*/React__default['default'].createElement(antd.Checkbox, {
|
package/package.json
CHANGED