@kdcloudjs/kdesign 1.7.54 → 1.7.56

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## [1.7.55](https://github.com/kdcloudone/kdesign/compare/v1.7.54...v1.7.55) (2024-04-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [city-picker] 修复使用火狐浏览器时下拉面板第一次打开从左侧飞出来 fix [#753](https://github.com/kdcloudone/kdesign/issues/753) ([8ec2e10](https://github.com/kdcloudone/kdesign/commit/8ec2e10c9a851a92f00cd1d877801ead10617b37))
7
+ * [color-picker] 修复由于第三包不支持ie11的问题 fix [#739](https://github.com/kdcloudone/kdesign/issues/739) ([ce4966c](https://github.com/kdcloudone/kdesign/commit/ce4966cf347c0119d08ea7fa9fbd47cd65bb6841))
8
+ * [grid] 修复在chrome下间距失效的问题 fix [#758](https://github.com/kdcloudone/kdesign/issues/758) ([4025705](https://github.com/kdcloudone/kdesign/commit/4025705d83d60a3b3fd3340737043e54b0ab78d6))
9
+
10
+
11
+ ### Reverts
12
+
13
+ * Revert "fix: [color-picker] 修复由于第三包不支持ie11的问题 fix #739" ([13cebba](https://github.com/kdcloudone/kdesign/commit/13cebbac468857c1fe552c533055ac5e407eb08d)), closes [#739](https://github.com/kdcloudone/kdesign/issues/739)
14
+
15
+
16
+
17
+ ## [1.7.54](https://github.com/kdcloudone/kdesign/compare/v1.7.53...v1.7.54) (2024-03-25)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * [split-panel] 修复父容器设置为隐藏时的初始化尺寸问题 fix [#754](https://github.com/kdcloudone/kdesign/issues/754) ([8f56c40](https://github.com/kdcloudone/kdesign/commit/8f56c402c526c6df102378324e2c942dc00f2d60))
23
+
24
+
25
+
1
26
  ## [1.7.53](https://github.com/kdcloudone/kdesign/compare/v1.7.52...v1.7.53) (2024-03-21)
2
27
 
3
28
 
@@ -2750,7 +2750,6 @@
2750
2750
 
2751
2751
  &-dropdown {
2752
2752
  display: block;
2753
- left: 0;
2754
2753
  z-index: @city-picker-z-index;
2755
2754
  box-sizing: border-box;
2756
2755
  margin: 0;
@@ -9174,7 +9173,7 @@ textarea {
9174
9173
  color: @radio-font-color;
9175
9174
  font-size: @radio-font-size;
9176
9175
  max-width: @radio-default-label-max-width;
9177
- overflow: hidden;
9176
+ // overflow: hidden;
9178
9177
  min-height: @radio-circle-size;
9179
9178
 
9180
9179
  &::before {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.53
3
+ * @kdcloudjs/kdesign v1.7.55
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -5705,7 +5705,6 @@ template {
5705
5705
  }
5706
5706
  .kd-city-picker-dropdown {
5707
5707
  display: block;
5708
- left: 0;
5709
5708
  z-index: var(--kd-c-city-picker-z-index, var(--kd-g-z-index-popper, 1050));
5710
5709
  -webkit-box-sizing: border-box;
5711
5710
  box-sizing: border-box;
@@ -14398,7 +14397,6 @@ textarea {
14398
14397
  color: var(--kd-c-radio-color-font, var(--kd-g-color-text-primary, #212121));
14399
14398
  font-size: var(--kd-c-radio-font-size, var(--kd-g-font-size-small, 12px));
14400
14399
  max-width: var(--kd-c-radio-default-label-max-width);
14401
- overflow: hidden;
14402
14400
  min-height: var(--kd-c-radio-square-sizing-width-height, 14px);
14403
14401
  }
14404
14402
  .kd-radio::before {