@kmkf-fe-packages/basic-components 2.0.19-beta.4 → 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 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: '200px',
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: '200px',
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.4",
3
+ "version": "2.0.19-beta.6",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "2.0.19-beta.4",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.0.19-beta.5",
24
24
  "ahooks": "^3.7.4",
25
25
  "bignumber.js": "^9.1.2",
26
26
  "kmkf-monitor": "^0.8.9",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "cc4d5c45c3bf3a90837ab38528d87371ca98d79c"
68
+ "gitHead": "fce9ab22ae04d4341c52fa290fb04e705e446783"
69
69
  }