@kdcloudjs/kdesign 1.8.34 → 1.8.35

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.
@@ -4330,6 +4330,13 @@
4330
4330
  }
4331
4331
  }
4332
4332
  }
4333
+ &.@{color-picker-prefix-cls}-container-pure {
4334
+ .@{kd-prefix}-input-wrapper.@{color-picker-prefix-cls}-input {
4335
+ .@{kd-prefix}-input-prefix {
4336
+ margin: 0;
4337
+ }
4338
+ }
4339
+ }
4333
4340
  .@{color-picker-prefix-cls}-panel {
4334
4341
  &-chrome {
4335
4342
  & > div:last-child {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.34
3
+ * @kdcloudjs/kdesign v1.8.35
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -7835,6 +7835,9 @@ template {
7835
7835
  .kd-color-picker-rtl.kd-color-picker-pop .kd-color-picker-panel-historical-color-box-container-ie11 li:nth-child(-n + 12) {
7836
7836
  margin-top: 0;
7837
7837
  }
7838
+ .kd-color-picker-rtl.kd-color-picker-container-pure .kd-input-wrapper.kd-color-picker-input .kd-input-prefix {
7839
+ margin: 0;
7840
+ }
7838
7841
  .kd-color-picker-rtl .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child > div:first-child > div {
7839
7842
  margin-right: 4px !important;
7840
7843
  margin-left: 0 !important;