@kdcloudjs/kdesign 1.8.53-stable.5 → 1.8.53-stable.7

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.
@@ -4065,7 +4065,8 @@
4065
4065
  .@{kd-prefix}-select-item-option {
4066
4066
  display: flex;
4067
4067
  justify-content: center;
4068
- min-width: unset;
4068
+ min-width: auto; /* IE */
4069
+ min-width: unset; /* 现代浏览器 */
4069
4070
  }
4070
4071
  }
4071
4072
  }
@@ -4219,9 +4220,11 @@
4219
4220
  grid-row-gap: 8px;
4220
4221
 
4221
4222
  &-ie11 {
4222
- display: flex;
4223
- flex-wrap: wrap;
4224
-
4223
+ .@{color-picker-prefix-cls}-panel-color-box-container {
4224
+ display: flex;
4225
+ flex-wrap: wrap;
4226
+ width: 100%;
4227
+ }
4225
4228
  li {
4226
4229
  margin-right: 8px;
4227
4230
  margin-top: 8px;
@@ -4396,15 +4399,6 @@
4396
4399
  }
4397
4400
  }
4398
4401
  }
4399
- &.@{color-picker-prefix-cls}-container {
4400
- .@{color-picker-prefix-cls}-icon-container {
4401
- .@{color-picker-prefix-cls}-icon {
4402
- &-no-color-line {
4403
- transform: rotate(-45deg);
4404
- }
4405
- }
4406
- }
4407
- }
4408
4402
 
4409
4403
  &.@{color-picker-prefix-cls}-container-pure {
4410
4404
  .@{kd-prefix}-input-wrapper.@{color-picker-prefix-cls}-input {
@@ -4430,9 +4424,6 @@
4430
4424
  &-box {
4431
4425
  margin-left: 4px;
4432
4426
  margin-right: 0;
4433
- &::after {
4434
- transform: rotate(-45deg);
4435
- }
4436
4427
  }
4437
4428
  }
4438
4429
  &-container {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.53-stable.4
3
+ * @kdcloudjs/kdesign v1.8.53-stable.6
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -7804,7 +7804,10 @@ template {
7804
7804
  -webkit-box-pack: center;
7805
7805
  -ms-flex-pack: center;
7806
7806
  justify-content: center;
7807
+ min-width: auto;
7808
+ /* IE */
7807
7809
  min-width: unset;
7810
+ /* 现代浏览器 */
7808
7811
  }
7809
7812
  .kd-color-picker-pop .kd-color-picker-panel-container-select .kd-select-bordered {
7810
7813
  border-radius: 2px;
@@ -7941,12 +7944,13 @@ template {
7941
7944
  grid-column-gap: 8px;
7942
7945
  grid-row-gap: 8px;
7943
7946
  }
7944
- .kd-color-picker-pop .kd-color-picker-panel-color-box-container-ie11 {
7947
+ .kd-color-picker-pop .kd-color-picker-panel-color-box-container-ie11 .kd-color-picker-panel-color-box-container {
7945
7948
  display: -webkit-box;
7946
7949
  display: -ms-flexbox;
7947
7950
  display: flex;
7948
7951
  -ms-flex-wrap: wrap;
7949
7952
  flex-wrap: wrap;
7953
+ width: 100%;
7950
7954
  }
7951
7955
  .kd-color-picker-pop .kd-color-picker-panel-color-box-container-ie11 li {
7952
7956
  margin-right: 8px;
@@ -8098,10 +8102,6 @@ template {
8098
8102
  .kd-color-picker-rtl.kd-color-picker-pop .kd-color-picker-panel-historical-color-box-container-ie11 li:nth-child(-n + 12) {
8099
8103
  margin-top: 0;
8100
8104
  }
8101
- .kd-color-picker-rtl.kd-color-picker-container .kd-color-picker-icon-container .kd-color-picker-icon-no-color-line {
8102
- -webkit-transform: rotate(-45deg);
8103
- transform: rotate(-45deg);
8104
- }
8105
8105
  .kd-color-picker-rtl.kd-color-picker-container-pure .kd-input-wrapper.kd-color-picker-input .kd-input-prefix {
8106
8106
  margin-left: 0;
8107
8107
  }
@@ -8113,10 +8113,6 @@ template {
8113
8113
  margin-left: 4px;
8114
8114
  margin-right: 0;
8115
8115
  }
8116
- .kd-color-picker-rtl .kd-color-picker-panel-clear-box::after {
8117
- -webkit-transform: rotate(-45deg);
8118
- transform: rotate(-45deg);
8119
- }
8120
8116
  .kd-color-picker-rtl .kd-color-picker-panel-container-select .kd-select-dropdown-panel .kd-select-dropdown .kd-select-item {
8121
8117
  -webkit-box-pack: right;
8122
8118
  -ms-flex-pack: right;