@kmkf-fe-packages/basic-components 0.24.1-alpha.13 → 0.24.1-alpha.15

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
@@ -10951,7 +10951,7 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
10951
10951
  return selectList.length ? /*#__PURE__*/React.createElement("div", {
10952
10952
  style: {
10953
10953
  width: '100%',
10954
- maxWidth: '850px'
10954
+ maxWidth: '387px'
10955
10955
  }
10956
10956
  }, /*#__PURE__*/React.createElement(Table, {
10957
10957
  columns: showColumns,
package/dist/index.js CHANGED
@@ -10962,7 +10962,7 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
10962
10962
  return selectList.length ? /*#__PURE__*/React__default['default'].createElement("div", {
10963
10963
  style: {
10964
10964
  width: '100%',
10965
- maxWidth: '850px'
10965
+ maxWidth: '387px'
10966
10966
  }
10967
10967
  }, /*#__PURE__*/React__default['default'].createElement(antd.Table, {
10968
10968
  columns: showColumns,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.24.1-alpha.13",
3
+ "version": "0.24.1-alpha.15",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "1ec9ec0c8db18680426bb57e8ef75e392a6a9bd4"
67
+ "gitHead": "59783d6a990cb739fa6b4bb6a7079e5015bc41d4"
68
68
  }