@kdcloudjs/kdesign 1.8.23 → 1.8.24

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.
@@ -3646,6 +3646,8 @@
3646
3646
 
3647
3647
  .@{kd-prefix}-select,
3648
3648
  .@{kd-prefix}-select-selection-item {
3649
+ min-height: unset;
3650
+ line-height: unset;
3649
3651
  overflow: visible;
3650
3652
  text-overflow: unset;
3651
3653
  }
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.23
3
+ * @kdcloudjs/kdesign v1.8.24
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -7226,6 +7226,8 @@ template {
7226
7226
  }
7227
7227
  .kd-color-picker-pop .kd-color-picker-panel-container-select .kd-select .kd-select,
7228
7228
  .kd-color-picker-pop .kd-color-picker-panel-container-select .kd-select .kd-select-selection-item {
7229
+ min-height: unset;
7230
+ line-height: unset;
7229
7231
  overflow: visible;
7230
7232
  text-overflow: unset;
7231
7233
  }