@kdcloudjs/kdesign 1.7.31 → 1.7.32

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.
@@ -10159,7 +10159,7 @@ textarea {
10159
10159
  &-hadSelected {
10160
10160
  color: #999999;
10161
10161
  padding-left: 12px;
10162
- &-number {
10162
+ > span {
10163
10163
  color: @select-footer-g-text-color-selected;
10164
10164
  padding: 0 2px;
10165
10165
  }
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.30
3
+ * @kdcloudjs/kdesign v1.7.31
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -15548,7 +15548,7 @@ textarea {
15548
15548
  color: #999999;
15549
15549
  padding-left: 12px;
15550
15550
  }
15551
- .kd-select-multiple-footer-hadSelected-number {
15551
+ .kd-select-multiple-footer-hadSelected > span {
15552
15552
  color: var(--kd-c-select-footer-color-text-selected, #0e5fd8);
15553
15553
  padding: 0 2px;
15554
15554
  }