@kdcloudjs/kdesign 1.8.5 → 1.8.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.
@@ -5329,6 +5329,7 @@
5329
5329
  width: 96px;
5330
5330
  color: @color-text-third;
5331
5331
  font-size: @font-size-small;
5332
+ .ellipsis;
5332
5333
  }
5333
5334
 
5334
5335
  &-list {
@@ -7642,6 +7643,10 @@ textarea {
7642
7643
  position: relative;
7643
7644
  z-index: @modal-z-index-dialog;
7644
7645
 
7646
+ &-ie {
7647
+ position: absolute;
7648
+ }
7649
+
7645
7650
  &-show {
7646
7651
  animation: kdModalEffect calc(@transition-duration - 0.1s) @ease both;
7647
7652
  }
@@ -10703,19 +10708,19 @@ textarea {
10703
10708
  max-width: 100%;
10704
10709
  cursor: default;
10705
10710
  user-select: none;
10706
- &-small {
10711
+ &.@{select-prefix-cls}-selection-item-small {
10707
10712
  height: 20px;
10708
10713
  line-height: 18px;
10709
10714
  font-size: 12px;
10710
10715
  }
10711
10716
 
10712
- &-middle {
10717
+ &.@{select-prefix-cls}-selection-item-middle {
10713
10718
  font-size: 12px;
10714
10719
  height: 20px;
10715
10720
  line-height: 18px;
10716
10721
  }
10717
10722
 
10718
- &-large {
10723
+ &.@{select-prefix-cls}-selection-item-large {
10719
10724
  font-size: 14px;
10720
10725
  line-height: 22px;
10721
10726
  height: 22px;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.4
3
+ * @kdcloudjs/kdesign v1.8.5
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -8853,6 +8853,9 @@ template {
8853
8853
  width: 96px;
8854
8854
  color: var(--kd-g-color-text-third, #999);
8855
8855
  font-size: var(--kd-g-font-size-small, 12px);
8856
+ white-space: nowrap;
8857
+ overflow: hidden;
8858
+ text-overflow: ellipsis;
8856
8859
  }
8857
8860
  .kd-filter .kd-filter-body-scheme-list {
8858
8861
  display: -webkit-box;
@@ -12331,6 +12334,9 @@ textarea {
12331
12334
  position: relative;
12332
12335
  z-index: var(--kd-c-modal-z-index, var(--kd-g-z-index-dialog, 1050));
12333
12336
  }
12337
+ .kd-modal-container-ie {
12338
+ position: absolute;
12339
+ }
12334
12340
  .kd-modal-container-show {
12335
12341
  -webkit-animation: kdModalEffect calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1) both;
12336
12342
  animation: kdModalEffect calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1) both;
@@ -16624,17 +16630,17 @@ textarea {
16624
16630
  -ms-user-select: none;
16625
16631
  user-select: none;
16626
16632
  }
16627
- .kd-select .kd-select-selection-item-small {
16633
+ .kd-select .kd-select-selection-item.kd-select-selection-item-small {
16628
16634
  height: 20px;
16629
16635
  line-height: 18px;
16630
16636
  font-size: 12px;
16631
16637
  }
16632
- .kd-select .kd-select-selection-item-middle {
16638
+ .kd-select .kd-select-selection-item.kd-select-selection-item-middle {
16633
16639
  font-size: 12px;
16634
16640
  height: 20px;
16635
16641
  line-height: 18px;
16636
16642
  }
16637
- .kd-select .kd-select-selection-item-large {
16643
+ .kd-select .kd-select-selection-item.kd-select-selection-item-large {
16638
16644
  font-size: 14px;
16639
16645
  line-height: 22px;
16640
16646
  height: 22px;