@kmkf-fe-packages/basic-components 2.0.19-beta.5 → 2.0.19-beta.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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10541,7 +10541,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10541
10541
|
noStyle: true
|
|
10542
10542
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
10543
10543
|
style: {
|
|
10544
|
-
width: '
|
|
10544
|
+
width: platform === 'pc' ? 200 : 150,
|
|
10545
10545
|
marginTop: '6px'
|
|
10546
10546
|
},
|
|
10547
10547
|
placeholder: "\u5BA2\u6237\u5BC6\u94A5",
|
package/dist/index.js
CHANGED
|
@@ -10553,7 +10553,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10553
10553
|
noStyle: true
|
|
10554
10554
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
|
|
10555
10555
|
style: {
|
|
10556
|
-
width: '
|
|
10556
|
+
width: platform === 'pc' ? 200 : 150,
|
|
10557
10557
|
marginTop: '6px'
|
|
10558
10558
|
},
|
|
10559
10559
|
placeholder: "\u5BA2\u6237\u5BC6\u94A5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.19-beta.
|
|
3
|
+
"version": "2.0.19-beta.6",
|
|
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": "fce9ab22ae04d4341c52fa290fb04e705e446783"
|
|
69
69
|
}
|