@kdcloudjs/kdesign 1.7.49 → 1.7.50

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.
@@ -8309,6 +8309,7 @@ textarea {
8309
8309
 
8310
8310
  .@{pagination-prefix-cls}-total {
8311
8311
  margin-right: 0;
8312
+ margin-left: 2px;
8312
8313
  }
8313
8314
 
8314
8315
  &.bordered > button {
@@ -10462,6 +10463,7 @@ textarea {
10462
10463
 
10463
10464
  .@{kd-prefix}-checkbox {
10464
10465
  width: 100%;
10466
+ display: flex;
10465
10467
 
10466
10468
  .@{kd-prefix}-checkbox-children {
10467
10469
  display: inline-block;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.48
3
+ * @kdcloudjs/kdesign v1.7.49
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -13178,6 +13178,7 @@ textarea {
13178
13178
  }
13179
13179
  .kd-pagination.simple .kd-pagination-action-item .kd-pagination-total {
13180
13180
  margin-right: 0;
13181
+ margin-left: 2px;
13181
13182
  }
13182
13183
  .kd-pagination.simple .kd-pagination-action-item.bordered > button {
13183
13184
  border: none;
@@ -16101,6 +16102,9 @@ textarea {
16101
16102
  }
16102
16103
  .kd-select-item-option-content .kd-checkbox {
16103
16104
  width: 100%;
16105
+ display: -webkit-box;
16106
+ display: -ms-flexbox;
16107
+ display: flex;
16104
16108
  }
16105
16109
  .kd-select-item-option-content .kd-checkbox .kd-checkbox-children {
16106
16110
  display: inline-block;