@kdcloudjs/kdesign 1.8.7 → 1.8.8

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.
@@ -210,6 +210,8 @@
210
210
  margin-right: 6px;
211
211
  height: 100%;
212
212
  cursor: default;
213
+ -ms-flex-negative: 0;
214
+ flex-shrink: 0;
213
215
  }
214
216
  .kd-tree-node-icon {
215
217
  cursor: pointer;
@@ -77,6 +77,7 @@
77
77
 
78
78
  height: 100%;
79
79
  cursor: default;
80
+ flex-shrink: 0;
80
81
  }
81
82
 
82
83
  &-icon {
@@ -210,6 +210,8 @@
210
210
  margin-right: 6px;
211
211
  height: 100%;
212
212
  cursor: default;
213
+ -ms-flex-negative: 0;
214
+ flex-shrink: 0;
213
215
  }
214
216
  .kd-tree-node-icon {
215
217
  cursor: pointer;
@@ -77,6 +77,7 @@
77
77
 
78
78
  height: 100%;
79
79
  cursor: default;
80
+ flex-shrink: 0;
80
81
  }
81
82
 
82
83
  &-icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kdcloudjs/kdesign",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "KDesign 金蝶前端react 组件库",
5
5
  "title": "kdesign",
6
6
  "keywords": [
@@ -79,7 +79,7 @@
79
79
  "@babel/runtime-corejs3": "^7.11.2",
80
80
  "@babel/standalone": "^7.14.3",
81
81
  "@kdcloudjs/kdesign-icons": "^1.0.5",
82
- "@kdcloudjs/table": "1.2.0-canary.16",
82
+ "@kdcloudjs/table": "1.2.1-canary.7",
83
83
  "@popperjs/core": "^2.11.8",
84
84
  "@types/js-cookie": "^3.0.3",
85
85
  "async-validator": "^3.5.1",