@kdcloudjs/kdesign 1.8.23 → 1.8.25

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.
@@ -3417,6 +3417,9 @@
3417
3417
 
3418
3418
  &.bottomLeft.hidden,
3419
3419
  &.bottomRight.hidden {
3420
+ opacity: 0;
3421
+ visibility: hidden;
3422
+ transition: all calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1);
3420
3423
  animation-name: kdSlideUpOut;
3421
3424
  }
3422
3425
 
@@ -3646,6 +3649,8 @@
3646
3649
 
3647
3650
  .@{kd-prefix}-select,
3648
3651
  .@{kd-prefix}-select-selection-item {
3652
+ min-height: unset;
3653
+ line-height: unset;
3649
3654
  overflow: visible;
3650
3655
  text-overflow: unset;
3651
3656
  }
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.23
3
+ * @kdcloudjs/kdesign v1.8.25
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -7025,6 +7025,10 @@ template {
7025
7025
  }
7026
7026
  .kd-color-picker-pop.bottomLeft.hidden,
7027
7027
  .kd-color-picker-pop.bottomRight.hidden {
7028
+ opacity: 0;
7029
+ visibility: hidden;
7030
+ -webkit-transition: all calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1);
7031
+ transition: all calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1);
7028
7032
  -webkit-animation-name: kdSlideUpOut;
7029
7033
  animation-name: kdSlideUpOut;
7030
7034
  }
@@ -7226,6 +7230,8 @@ template {
7226
7230
  }
7227
7231
  .kd-color-picker-pop .kd-color-picker-panel-container-select .kd-select .kd-select,
7228
7232
  .kd-color-picker-pop .kd-color-picker-panel-container-select .kd-select .kd-select-selection-item {
7233
+ min-height: unset;
7234
+ line-height: unset;
7229
7235
  overflow: visible;
7230
7236
  text-overflow: unset;
7231
7237
  }