@kdcloudjs/kdesign 1.8.18 → 1.8.20

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.
@@ -8818,7 +8818,7 @@ textarea {
8818
8818
 
8819
8819
  .@{pagination-jumper-prefix-cls}-button {
8820
8820
  .reset-component;
8821
- width: @pagination-size;
8821
+ padding: 0 @pagination-jumper-spacing;
8822
8822
  height: @pagination-size;
8823
8823
  margin-left: @pagination-button-spacing;
8824
8824
  display: inline-flex;
@@ -8956,6 +8956,7 @@ textarea {
8956
8956
  // spacing
8957
8957
  @pagination-button-spacing: var(~'@{pagination-custom-prefix}-button-spacing', 4px);
8958
8958
  @pagination-dropdown-item-spacing-horizontal: var(~'@{pagination-custom-prefix}-dropdown-item-spacing-padding-horizontal', 24px);
8959
+ @pagination-jumper-spacing: var(~'@{pagination-custom-prefix}-jumper-spacing-padding-horizontal', 4px);
8959
8960
 
8960
8961
 
8961
8962
 
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.18
3
+ * @kdcloudjs/kdesign v1.8.20
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -13731,7 +13731,7 @@ textarea {
13731
13731
  list-style: none;
13732
13732
  -webkit-font-feature-settings: 'tnum';
13733
13733
  font-feature-settings: 'tnum';
13734
- width: var(--kd-c-pagination-sizing-square, 24px);
13734
+ padding: 0 var(--kd-c-pagination-jumper-spacing-padding-horizontal, 4px);
13735
13735
  height: var(--kd-c-pagination-sizing-square, 24px);
13736
13736
  margin-left: var(--kd-c-pagination-button-spacing, 4px);
13737
13737
  display: -webkit-inline-box;