@kdcloudjs/kdesign 1.7.33-stable.3 → 1.7.33-stable.5

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.
@@ -2396,10 +2396,6 @@
2396
2396
  &-margin {
2397
2397
  margin-right: @checkbox-default-input-margin-right;
2398
2398
  }
2399
- &-no-child {
2400
- height: 100%;
2401
- width: 100%;
2402
- }
2403
2399
  &-checked-disabled {
2404
2400
  background-color: @checkbox-default-disabled-color-bg !important;
2405
2401
  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.33-stable.2
3
+ * @kdcloudjs/kdesign v1.7.33-stable.4
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -5210,10 +5210,6 @@ template {
5210
5210
  .kd-checkbox-default-margin {
5211
5211
  margin-right: var(--kd-c-checkbox-default-input-spacing-margin-right, 4px);
5212
5212
  }
5213
- .kd-checkbox-default-no-child {
5214
- height: 100%;
5215
- width: 100%;
5216
- }
5217
5213
  .kd-checkbox-default-checked-disabled {
5218
5214
  background-color: var(--kd-c-checkbox-default-color-background-disabled, #e5e5e5) !important;
5219
5215
  border-color: var(--kd-c-checkbox-default-color-background-disabled, #d9d9d9) !important;