@kdcloudjs/kdesign 1.7.68-stable.4 → 1.7.68-stable.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.
@@ -15381,6 +15381,7 @@ template {
15381
15381
 
15382
15382
  height: 100%;
15383
15383
  cursor: default;
15384
+ flex-shrink: 0;
15384
15385
  }
15385
15386
 
15386
15387
  &-icon {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.68-stable.4
3
+ * @kdcloudjs/kdesign v1.7.68-stable.6
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -21266,6 +21266,8 @@ textarea {
21266
21266
  margin-right: 6px;
21267
21267
  height: 100%;
21268
21268
  cursor: default;
21269
+ -ms-flex-negative: 0;
21270
+ flex-shrink: 0;
21269
21271
  }
21270
21272
  .kd-tree-node-icon {
21271
21273
  cursor: pointer;