@fle-ui/plus-choose-site-goods 1.1.3 → 1.1.6

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/es/index.js CHANGED
@@ -982,7 +982,6 @@ var ChooseSiteGoods = function ChooseSiteGoods(props) {
982
982
  dataIndex: 'salePriceMin',
983
983
  key: 'salePriceMin',
984
984
  align: 'center',
985
- width: 150,
986
985
  render: function render(text, record) {
987
986
  if ((record === null || record === void 0 ? void 0 : record.isPurchase) === 1) {
988
987
  var _record$purchaseInfo6, _record$purchaseInfo12;
@@ -1293,7 +1292,7 @@ var ChooseSiteGoods = function ChooseSiteGoods(props) {
1293
1292
  onCancel: onClose,
1294
1293
  styles: {
1295
1294
  body: {
1296
- padding: '0 16px'
1295
+ padding: '16px 16px 0'
1297
1296
  }
1298
1297
  },
1299
1298
  className: "choose-site-goods-modal",
package/lib/index.js CHANGED
@@ -960,7 +960,6 @@ var ChooseSiteGoods = function ChooseSiteGoods(props) {
960
960
  dataIndex: 'salePriceMin',
961
961
  key: 'salePriceMin',
962
962
  align: 'center',
963
- width: 150,
964
963
  render: function render(text, record) {
965
964
  if ((record === null || record === void 0 ? void 0 : record.isPurchase) === 1) {
966
965
  var _record$purchaseInfo6, _record$purchaseInfo12;
@@ -1271,7 +1270,7 @@ var ChooseSiteGoods = function ChooseSiteGoods(props) {
1271
1270
  onCancel: onClose,
1272
1271
  styles: {
1273
1272
  body: {
1274
- padding: '0 16px'
1273
+ padding: '16px 16px 0'
1275
1274
  }
1276
1275
  },
1277
1276
  className: "choose-site-goods-modal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-choose-site-goods",
3
- "version": "1.1.3",
3
+ "version": "1.1.6",
4
4
  "description": "@fle-ui/plus-choose-site-goods",
5
5
  "keywords": [
6
6
  "fle-ui",
@@ -27,8 +27,8 @@
27
27
  "dependencies": {
28
28
  "@ant-design/icons": "^5.3.0",
29
29
  "@fle-tools/env": "^1.0.3",
30
- "@fle-ui/plus-address-selection": "^1.0.12",
31
- "@fle-ui/plus-choose-mall-goods": "^1.1.3"
30
+ "@fle-ui/plus-address-selection": "^1.0.13",
31
+ "@fle-ui/plus-choose-mall-goods": "^1.1.6"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "antd": ">=4.23.0 || >=5.0.0",
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "961fbbdd6c0cbc39663350a77a01bd9b7131f246"
48
+ "gitHead": "efedcaf9e8359b7bc34f9687d38c66c14c5516af"
49
49
  }