@kmkf-fe-packages/basic-components 2.0.29 → 2.0.30
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 -2
- package/dist/index.js +1 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10545,8 +10545,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10545
10545
|
}, "\u517C\u5BB9\u98DE\u9E3D\u6837\u5F0F")
|
|
10546
10546
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
10547
10547
|
style: {
|
|
10548
|
-
width: platform === 'pc' ? 200 :
|
|
10549
|
-
marginTop: '6px'
|
|
10548
|
+
width: platform === 'pc' ? 200 : 130
|
|
10550
10549
|
},
|
|
10551
10550
|
placeholder: "\u5BA2\u6237\u5BC6\u94A5",
|
|
10552
10551
|
disabled: true,
|
package/dist/index.js
CHANGED
|
@@ -10557,8 +10557,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10557
10557
|
}, "\u517C\u5BB9\u98DE\u9E3D\u6837\u5F0F")
|
|
10558
10558
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
|
|
10559
10559
|
style: {
|
|
10560
|
-
width: platform === 'pc' ? 200 :
|
|
10561
|
-
marginTop: '6px'
|
|
10560
|
+
width: platform === 'pc' ? 200 : 130
|
|
10562
10561
|
},
|
|
10563
10562
|
placeholder: "\u5BA2\u6237\u5BC6\u94A5",
|
|
10564
10563
|
disabled: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.30",
|
|
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": "8d8d2524aed078ef1ae15c4c13c15b1dadd7bdfd"
|
|
69
69
|
}
|