@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.
- package/CHANGELOG.md +1045 -865
- package/dist/kdesign-complete.less +1 -0
- package/dist/kdesign.css +3 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +1141 -2656
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +2 -2
- package/dist/kdesign.min.js +10 -10
- package/dist/kdesign.min.js.map +1 -1
- package/es/tree/style/index.css +2 -0
- package/es/tree/style/index.less +1 -0
- package/lib/tree/style/index.css +2 -0
- package/lib/tree/style/index.less +1 -0
- package/package.json +2 -2
|
@@ -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.
|
|
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;
|