@fle-ui/plus-choose-mall-goods 1.1.3 → 1.1.4

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
@@ -1369,7 +1369,7 @@ var ChooseMallGoods = function ChooseMallGoods(props) {
1369
1369
  onCancel: onClose,
1370
1370
  styles: {
1371
1371
  body: {
1372
- padding: '0 16px'
1372
+ padding: '16px 16px 0'
1373
1373
  }
1374
1374
  },
1375
1375
  className: "choose-mall-goods-modal",
package/lib/index.js CHANGED
@@ -1349,7 +1349,7 @@ var ChooseMallGoods = function ChooseMallGoods(props) {
1349
1349
  onCancel: onClose,
1350
1350
  styles: {
1351
1351
  body: {
1352
- padding: '0 16px'
1352
+ padding: '16px 16px 0'
1353
1353
  }
1354
1354
  },
1355
1355
  className: "choose-mall-goods-modal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-choose-mall-goods",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "@fle-ui/plus-choose-mall-goods",
5
5
  "keywords": [
6
6
  "fle-ui",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "961fbbdd6c0cbc39663350a77a01bd9b7131f246"
47
+ "gitHead": "6900a3b541e1a24a85cc767a8b9b8247915f454c"
48
48
  }