@kmkf-fe-packages/basic-components 2.0.28 → 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 +6 -3
- package/dist/index.js +6 -3
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10538,11 +10538,14 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10538
10538
|
})), /*#__PURE__*/React.createElement(Item, {
|
|
10539
10539
|
key: 'interceptLogisticsUserSecretKey',
|
|
10540
10540
|
hidden: !showKcode,
|
|
10541
|
-
|
|
10541
|
+
label: /*#__PURE__*/React.createElement("span", {
|
|
10542
|
+
style: {
|
|
10543
|
+
opacity: 0
|
|
10544
|
+
}
|
|
10545
|
+
}, "\u517C\u5BB9\u98DE\u9E3D\u6837\u5F0F")
|
|
10542
10546
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
10543
10547
|
style: {
|
|
10544
|
-
width: platform === 'pc' ? 200 :
|
|
10545
|
-
marginTop: '6px'
|
|
10548
|
+
width: platform === 'pc' ? 200 : 130
|
|
10546
10549
|
},
|
|
10547
10550
|
placeholder: "\u5BA2\u6237\u5BC6\u94A5",
|
|
10548
10551
|
disabled: true,
|
package/dist/index.js
CHANGED
|
@@ -10550,11 +10550,14 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10550
10550
|
})), /*#__PURE__*/React__default['default'].createElement(Item, {
|
|
10551
10551
|
key: 'interceptLogisticsUserSecretKey',
|
|
10552
10552
|
hidden: !showKcode,
|
|
10553
|
-
|
|
10553
|
+
label: /*#__PURE__*/React__default['default'].createElement("span", {
|
|
10554
|
+
style: {
|
|
10555
|
+
opacity: 0
|
|
10556
|
+
}
|
|
10557
|
+
}, "\u517C\u5BB9\u98DE\u9E3D\u6837\u5F0F")
|
|
10554
10558
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
|
|
10555
10559
|
style: {
|
|
10556
|
-
width: platform === 'pc' ? 200 :
|
|
10557
|
-
marginTop: '6px'
|
|
10560
|
+
width: platform === 'pc' ? 200 : 130
|
|
10558
10561
|
},
|
|
10559
10562
|
placeholder: "\u5BA2\u6237\u5BC6\u94A5",
|
|
10560
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
|
}
|