@kdcloudjs/kdesign 1.8.64 → 1.8.68

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/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.64
3
+ * @kdcloudjs/kdesign v1.8.68
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -9846,12 +9846,7 @@ template {
9846
9846
  flex: 1;
9847
9847
  }
9848
9848
  .kd-dropdown-mobile .kd-dropdown-menu .kd-dropdown-menu-item span {
9849
- overflow: hidden;
9850
- text-overflow: ellipsis;
9851
- display: -webkit-box;
9852
9849
  -webkit-line-clamp: 1;
9853
- -webkit-box-orient: vertical;
9854
- word-break: break-all;
9855
9850
  }
9856
9851
  /*! rtl:end:ignore */
9857
9852