@kdcloudjs/kdesign 1.7.54 → 1.7.55

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.
@@ -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;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.53
3
+ * @kdcloudjs/kdesign v1.7.54
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;