@kdcloudjs/kdesign 1.7.43 → 1.7.44

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.
@@ -2400,10 +2400,6 @@
2400
2400
  &-margin {
2401
2401
  margin-right: @checkbox-default-input-margin-right;
2402
2402
  }
2403
- &-no-child {
2404
- height: 100%;
2405
- width: 100%;
2406
- }
2407
2403
  &-checked-disabled {
2408
2404
  background-color: @checkbox-default-disabled-color-bg !important;
2409
2405
  border-color: @checkbox-default-disabled-color-border !important;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.42
3
+ * @kdcloudjs/kdesign v1.7.43
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -5215,10 +5215,6 @@ template {
5215
5215
  .kd-checkbox-default-margin {
5216
5216
  margin-right: var(--kd-c-checkbox-default-input-spacing-margin-right, 4px);
5217
5217
  }
5218
- .kd-checkbox-default-no-child {
5219
- height: 100%;
5220
- width: 100%;
5221
- }
5222
5218
  .kd-checkbox-default-checked-disabled {
5223
5219
  background-color: var(--kd-c-checkbox-default-color-background-disabled, #e5e5e5) !important;
5224
5220
  border-color: var(--kd-c-checkbox-default-color-background-disabled, #d9d9d9) !important;