@kdcloudjs/kdesign 1.8.61 → 1.8.62

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.
@@ -5941,6 +5941,7 @@
5941
5941
  .@{dropdown-prefix-cls}-mobile {
5942
5942
  max-width: 100vw;
5943
5943
  display: flex;
5944
+ min-width: auto;
5944
5945
  .@{dropdown-prefix-cls}-menu {
5945
5946
  flex: 1;
5946
5947
  .@{dropdown-prefix-cls}-menu-item {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.61
3
+ * @kdcloudjs/kdesign v1.8.62
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -9838,6 +9838,7 @@ template {
9838
9838
  display: -webkit-box;
9839
9839
  display: -ms-flexbox;
9840
9840
  display: flex;
9841
+ min-width: auto;
9841
9842
  }
9842
9843
  .kd-dropdown-mobile .kd-dropdown-menu {
9843
9844
  -webkit-box-flex: 1;