@kmkf-fe-packages/basic-components 0.24.2-beta.1 → 0.24.2-beta.2

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
@@ -11471,7 +11471,10 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
11471
11471
  }
11472
11472
  })), /*#__PURE__*/React.createElement(Form.Item, null, /*#__PURE__*/React.createElement(Button, {
11473
11473
  type: "primary",
11474
- htmlType: "submit"
11474
+ htmlType: "submit",
11475
+ style: {
11476
+ marginRight: '8px'
11477
+ }
11475
11478
  }, "\u67E5\u8BE2"), /*#__PURE__*/React.createElement(Button, {
11476
11479
  onClick: onReset
11477
11480
  }, "\u91CD\u7F6E"))), /*#__PURE__*/React.createElement("div", {
@@ -11590,7 +11593,7 @@ var GoodItem$1 = function GoodItem(props) {
11590
11593
  title: "SPU\u5546\u54C1\u7F16\u7801",
11591
11594
  align: 'center',
11592
11595
  ellipsis: true,
11593
- width: 100
11596
+ width: 180
11594
11597
  }, {
11595
11598
  dataIndex: 'goodName',
11596
11599
  title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
@@ -11608,7 +11611,7 @@ var GoodItem$1 = function GoodItem(props) {
11608
11611
  title: "".concat(text, "sku\u7F16\u7801"),
11609
11612
  align: 'center',
11610
11613
  ellipsis: true,
11611
- width: 100
11614
+ width: 180
11612
11615
  }, {
11613
11616
  dataIndex: 'specName',
11614
11617
  title: "".concat(text, "sku\u540D\u79F0"),
package/dist/index.js CHANGED
@@ -11482,7 +11482,10 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
11482
11482
  }
11483
11483
  })), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, null, /*#__PURE__*/React__default['default'].createElement(antd.Button, {
11484
11484
  type: "primary",
11485
- htmlType: "submit"
11485
+ htmlType: "submit",
11486
+ style: {
11487
+ marginRight: '8px'
11488
+ }
11486
11489
  }, "\u67E5\u8BE2"), /*#__PURE__*/React__default['default'].createElement(antd.Button, {
11487
11490
  onClick: onReset
11488
11491
  }, "\u91CD\u7F6E"))), /*#__PURE__*/React__default['default'].createElement("div", {
@@ -11601,7 +11604,7 @@ var GoodItem$1 = function GoodItem(props) {
11601
11604
  title: "SPU\u5546\u54C1\u7F16\u7801",
11602
11605
  align: 'center',
11603
11606
  ellipsis: true,
11604
- width: 100
11607
+ width: 180
11605
11608
  }, {
11606
11609
  dataIndex: 'goodName',
11607
11610
  title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
@@ -11619,7 +11622,7 @@ var GoodItem$1 = function GoodItem(props) {
11619
11622
  title: "".concat(text, "sku\u7F16\u7801"),
11620
11623
  align: 'center',
11621
11624
  ellipsis: true,
11622
- width: 100
11625
+ width: 180
11623
11626
  }, {
11624
11627
  dataIndex: 'specName',
11625
11628
  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.24.2-beta.1",
3
+ "version": "0.24.2-beta.2",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "^0.24.2-beta.0",
23
+ "@kmkf-fe-packages/kmkf-utils": "^0.24.2-beta.2",
24
24
  "ahooks": "^3.7.4",
25
25
  "kmkf-monitor": "^0.8.8",
26
26
  "lodash": "^4.17.21",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "6814711ba1b3f235edaeb64b899e3fcd23def8f8"
67
+ "gitHead": "4693065514732a080a5b1369b8ac7e5fbaff8213"
68
68
  }