@kdcloudjs/kdesign 1.6.25 → 1.6.26

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.
@@ -5631,6 +5631,7 @@ textarea {
5631
5631
  font-size: 12px;
5632
5632
  .@{inputNumber-prefix-cls}-icon {
5633
5633
  transition: color @duration-promptly;
5634
+ line-height: 1;
5634
5635
  }
5635
5636
  &:hover .@{inputNumber-prefix-cls}-icon {
5636
5637
  color:@input-number-color-theme-5;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.6.24
3
+ * @kdcloudjs/kdesign v1.6.25
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -9140,6 +9140,7 @@ template {
9140
9140
  .kd-inputNumber-embedStep span .kd-inputNumber-icon {
9141
9141
  -webkit-transition: color var(--kd-g-duration, 0.3s);
9142
9142
  transition: color var(--kd-g-duration, 0.3s);
9143
+ line-height: 1;
9143
9144
  }
9144
9145
  .kd-inputNumber-embedStep span:hover .kd-inputNumber-icon {
9145
9146
  color: var(--kd-c-input-number-color-theme-5, var(--kd-g-color-theme-5, #87adff));