@kmkf-fe-packages/basic-components 0.23.1-beta.20 → 0.23.1-beta.21

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
@@ -11080,7 +11080,10 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
11080
11080
  }
11081
11081
  })), /*#__PURE__*/React.createElement(Form.Item, null, /*#__PURE__*/React.createElement(Button, {
11082
11082
  type: "primary",
11083
- htmlType: "submit"
11083
+ htmlType: "submit",
11084
+ style: {
11085
+ marginRight: '8px'
11086
+ }
11084
11087
  }, "\u67E5\u8BE2"), /*#__PURE__*/React.createElement(Button, {
11085
11088
  onClick: onReset
11086
11089
  }, "\u91CD\u7F6E"))), /*#__PURE__*/React.createElement("div", {
@@ -11199,7 +11202,7 @@ var GoodItem = function GoodItem(props) {
11199
11202
  title: "SPU\u5546\u54C1\u7F16\u7801",
11200
11203
  align: 'center',
11201
11204
  ellipsis: true,
11202
- width: 100
11205
+ width: 180
11203
11206
  }, {
11204
11207
  dataIndex: 'goodName',
11205
11208
  title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
@@ -11217,7 +11220,7 @@ var GoodItem = function GoodItem(props) {
11217
11220
  title: "".concat(text, "sku\u7F16\u7801"),
11218
11221
  align: 'center',
11219
11222
  ellipsis: true,
11220
- width: 100
11223
+ width: 180
11221
11224
  }, {
11222
11225
  dataIndex: 'specName',
11223
11226
  title: "".concat(text, "sku\u540D\u79F0"),
package/dist/index.js CHANGED
@@ -11091,7 +11091,10 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
11091
11091
  }
11092
11092
  })), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, null, /*#__PURE__*/React__default['default'].createElement(antd.Button, {
11093
11093
  type: "primary",
11094
- htmlType: "submit"
11094
+ htmlType: "submit",
11095
+ style: {
11096
+ marginRight: '8px'
11097
+ }
11095
11098
  }, "\u67E5\u8BE2"), /*#__PURE__*/React__default['default'].createElement(antd.Button, {
11096
11099
  onClick: onReset
11097
11100
  }, "\u91CD\u7F6E"))), /*#__PURE__*/React__default['default'].createElement("div", {
@@ -11210,7 +11213,7 @@ var GoodItem = function GoodItem(props) {
11210
11213
  title: "SPU\u5546\u54C1\u7F16\u7801",
11211
11214
  align: 'center',
11212
11215
  ellipsis: true,
11213
- width: 100
11216
+ width: 180
11214
11217
  }, {
11215
11218
  dataIndex: 'goodName',
11216
11219
  title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
@@ -11228,7 +11231,7 @@ var GoodItem = function GoodItem(props) {
11228
11231
  title: "".concat(text, "sku\u7F16\u7801"),
11229
11232
  align: 'center',
11230
11233
  ellipsis: true,
11231
- width: 100
11234
+ width: 180
11232
11235
  }, {
11233
11236
  dataIndex: 'specName',
11234
11237
  title: "".concat(text, "sku\u540D\u79F0"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.23.1-beta.20",
3
+ "version": "0.23.1-beta.21",
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": "1dbcd6dbd9563f584285056977e0c7db8624ffc4"
67
+ "gitHead": "b7fc7a3b674fea0b240fbc115eb055281a16b79b"
68
68
  }