@kmkf-fe-packages/basic-components 0.11.0-alpha.10 → 0.11.0-alpha.13

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
@@ -9853,7 +9853,8 @@ var jstGoods = function jstGoods(props) {
9853
9853
  return option.label.includes(input);
9854
9854
  },
9855
9855
  style: {
9856
- minWidth: '100px'
9856
+ minWidth: '100px',
9857
+ maxWidth: '180px'
9857
9858
  }
9858
9859
  }) : null, !showField || showField === 'logisticsCode' ? /*#__PURE__*/React.createElement(Input, {
9859
9860
  disabled: disabled,
package/dist/index.js CHANGED
@@ -9864,7 +9864,8 @@ var jstGoods = function jstGoods(props) {
9864
9864
  return option.label.includes(input);
9865
9865
  },
9866
9866
  style: {
9867
- minWidth: '100px'
9867
+ minWidth: '100px',
9868
+ maxWidth: '180px'
9868
9869
  }
9869
9870
  }) : null, !showField || showField === 'logisticsCode' ? /*#__PURE__*/React__default['default'].createElement(antd.Input, {
9870
9871
  disabled: disabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.11.0-alpha.10",
3
+ "version": "0.11.0-alpha.13",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "61b21be50cb56ff7de6cce7249c0e1543ba9f75c"
64
+ "gitHead": "94d336ec667e9c1ed5d32f940d79d9517b88d36c"
65
65
  }