@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: 540,
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: 540,
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "4.0.11-alpha.16",
3
+ "version": "4.0.11-alpha.17",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -756,7 +756,7 @@ class SortableTable extends React.Component {
756
756
  placeholder="搜索"
757
757
  allowClear
758
758
  onChange={this.onSearch}
759
- style={{ width: 540, height: 24 }}
759
+ style={{ width: 525, height: 24 }}
760
760
  />
761
761
  <div>
762
762
  {!searchDataSource && (