@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.
@@ -15494,6 +15494,7 @@ template {
15494
15494
 
15495
15495
  height: 100%;
15496
15496
  cursor: default;
15497
+ flex-shrink: 0;
15497
15498
  }
15498
15499
 
15499
15500
  &-icon {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.6
3
+ * @kdcloudjs/kdesign v1.8.7
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -21585,6 +21585,8 @@ textarea {
21585
21585
  margin-right: 6px;
21586
21586
  height: 100%;
21587
21587
  cursor: default;
21588
+ -ms-flex-negative: 0;
21589
+ flex-shrink: 0;
21588
21590
  }
21589
21591
  .kd-tree-node-icon {
21590
21592
  cursor: pointer;