@kmkf-fe-packages/basic-components 0.6.3-alpha.29 → 0.6.3-alpha.30

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
@@ -3230,7 +3230,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
3230
3230
  disabled: disabled || canEditCompany,
3231
3231
  placeholder: "\u7269\u6D41\u516C\u53F8",
3232
3232
  style: {
3233
- width: '200px'
3233
+ width: '150px'
3234
3234
  },
3235
3235
  onChange: function onChange(val) {
3236
3236
  return changeHandle(val, 'interceptCompany');
@@ -3289,9 +3289,6 @@ var LogisticsInterception = function LogisticsInterception(props) {
3289
3289
  })), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement(Space, null, /*#__PURE__*/React.createElement(Input, {
3290
3290
  value: value === null || value === void 0 ? void 0 : value.interceptReceiverName,
3291
3291
  disabled: disabled || !canEdit,
3292
- style: {
3293
- width: '200px'
3294
- },
3295
3292
  placeholder: "\u6536\u4EF6\u4EBA\u59D3\u540D",
3296
3293
  onChange: function onChange(e) {
3297
3294
  return changeHandle(e.target.value, 'interceptReceiverName');
package/dist/index.js CHANGED
@@ -3240,7 +3240,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
3240
3240
  disabled: disabled || canEditCompany,
3241
3241
  placeholder: "\u7269\u6D41\u516C\u53F8",
3242
3242
  style: {
3243
- width: '200px'
3243
+ width: '150px'
3244
3244
  },
3245
3245
  onChange: function onChange(val) {
3246
3246
  return changeHandle(val, 'interceptCompany');
@@ -3299,9 +3299,6 @@ var LogisticsInterception = function LogisticsInterception(props) {
3299
3299
  })), /*#__PURE__*/React__default['default'].createElement("br", null), /*#__PURE__*/React__default['default'].createElement(antd.Space, null, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
3300
3300
  value: value === null || value === void 0 ? void 0 : value.interceptReceiverName,
3301
3301
  disabled: disabled || !canEdit,
3302
- style: {
3303
- width: '200px'
3304
- },
3305
3302
  placeholder: "\u6536\u4EF6\u4EBA\u59D3\u540D",
3306
3303
  onChange: function onChange(e) {
3307
3304
  return changeHandle(e.target.value, 'interceptReceiverName');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.6.3-alpha.29",
3
+ "version": "0.6.3-alpha.30",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "020b26377a517873ce2ec5f4575996cef737cba8"
45
+ "gitHead": "17f4fb7c97d953750f7bb2028bf2b5fc8205afc5"
46
46
  }