@kmkf-fe-packages/basic-components 2.0.79-beta.11 → 2.0.79-beta.12
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 +4 -1
- package/dist/index.js +4 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -17083,7 +17083,10 @@ var SelectTradeGoods = function SelectTradeGoods(_ref) {
|
|
|
17083
17083
|
visible: tradeGoodsVisible,
|
|
17084
17084
|
footer: null,
|
|
17085
17085
|
onCancel: closeModal,
|
|
17086
|
-
width: width || 850
|
|
17086
|
+
width: width || 850,
|
|
17087
|
+
style: {
|
|
17088
|
+
maxWidth: '1000px'
|
|
17089
|
+
}
|
|
17087
17090
|
}, isGoods && /*#__PURE__*/React.createElement(Row, {
|
|
17088
17091
|
style: {
|
|
17089
17092
|
marginBottom: '20px'
|
package/dist/index.js
CHANGED
|
@@ -17095,7 +17095,10 @@ var SelectTradeGoods = function SelectTradeGoods(_ref) {
|
|
|
17095
17095
|
visible: tradeGoodsVisible,
|
|
17096
17096
|
footer: null,
|
|
17097
17097
|
onCancel: closeModal,
|
|
17098
|
-
width: width || 850
|
|
17098
|
+
width: width || 850,
|
|
17099
|
+
style: {
|
|
17100
|
+
maxWidth: '1000px'
|
|
17101
|
+
}
|
|
17099
17102
|
}, isGoods && /*#__PURE__*/React__default['default'].createElement(antd.Row, {
|
|
17100
17103
|
style: {
|
|
17101
17104
|
marginBottom: '20px'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.79-beta.
|
|
3
|
+
"version": "2.0.79-beta.12",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "1e41fa302803987040cc63b2eb1a50403161736d"
|
|
69
69
|
}
|