@kdcloudjs/kdesign 1.1.0 → 1.1.3
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.
- package/CHANGELOG.md +63 -0
- package/dist/kdesign-complete.less +339 -310
- package/dist/kdesign.css +261 -207
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +50 -28
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +4 -4
- package/dist/kdesign.min.js +3 -3
- package/dist/kdesign.min.js.map +1 -1
- package/es/_utils/usePopper.js +4 -4
- package/es/avatar/style/token.less +13 -8
- package/es/base-data/base-data.js +5 -1
- package/es/base-data/style/index.css +8 -3
- package/es/base-data/style/index.less +8 -3
- package/es/base-data/style/token.less +7 -0
- package/es/button/style/token.less +7 -5
- package/es/card/style/token.less +8 -8
- package/es/carousel/style/index.css +4 -4
- package/es/carousel/style/token.less +10 -9
- package/es/checkbox/checkbox.js +3 -4
- package/es/checkbox/style/index.css +36 -33
- package/es/checkbox/style/index.less +25 -18
- package/es/checkbox/style/token.less +34 -35
- package/es/city-picker/style/token.less +7 -7
- package/es/date-picker/style/index.css +8 -8
- package/es/date-picker/style/index.less +8 -8
- package/es/date-picker/style/token.less +3 -21
- package/es/form/Field.js +4 -2
- package/es/form/style/index.css +1 -2
- package/es/form/style/index.less +1 -2
- package/es/form/style/token.less +7 -12
- package/es/icon/interface.js +1 -1
- package/es/image/style/token.less +0 -13
- package/es/input/style/index.css +53 -50
- package/es/input/style/index.less +5 -4
- package/es/input/style/mixin.less +1 -0
- package/es/input/style/token.less +23 -20
- package/es/layout/style/index.css +1 -1
- package/es/layout/style/index.less +1 -1
- package/es/layout/style/token.less +5 -5
- package/es/menu/menu.js +1 -1
- package/es/menu/style/index.css +37 -31
- package/es/menu/style/index.less +14 -0
- package/es/menu/style/mixin.less +1 -1
- package/es/menu/style/token.less +13 -16
- package/es/message/content.js +7 -3
- package/es/message/style/index.css +30 -13
- package/es/message/style/index.less +22 -9
- package/es/message/style/token.less +29 -5
- package/es/pagination/pagination.js +4 -4
- package/es/pagination/style/index.css +70 -55
- package/es/pagination/style/index.less +61 -43
- package/es/pagination/style/token.less +9 -7
- package/es/progress/style/token.less +0 -8
- package/es/radio/radio.js +21 -8
- package/es/radio/style/token.less +0 -16
- package/es/select/style/index.css +2 -2
- package/es/select/style/token.less +2 -2
- package/es/stepper/style/index.css +1 -0
- package/es/stepper/style/index.less +1 -0
- package/es/stepper/style/token.less +8 -10
- package/es/style/icon/kdicon.css +224 -0
- package/es/style/icon/kdicon.woff +0 -0
- package/es/switch/style/token.less +0 -6
- package/es/timeline/style/token.less +0 -8
- package/es/tree/style/index.css +6 -3
- package/es/tree/style/index.less +4 -0
- package/es/tree/style/token.less +2 -2
- package/lib/_utils/usePopper.js +4 -4
- package/lib/avatar/style/token.less +13 -8
- package/lib/base-data/base-data.js +5 -1
- package/lib/base-data/style/index.css +8 -3
- package/lib/base-data/style/index.less +8 -3
- package/lib/base-data/style/token.less +7 -0
- package/lib/button/style/token.less +7 -5
- package/lib/card/style/token.less +8 -8
- package/lib/carousel/style/index.css +4 -4
- package/lib/carousel/style/token.less +10 -9
- package/lib/checkbox/checkbox.js +3 -4
- package/lib/checkbox/style/index.css +36 -33
- package/lib/checkbox/style/index.less +25 -18
- package/lib/checkbox/style/token.less +34 -35
- package/lib/city-picker/style/token.less +7 -7
- package/lib/date-picker/style/index.css +8 -8
- package/lib/date-picker/style/index.less +8 -8
- package/lib/date-picker/style/token.less +3 -21
- package/lib/form/Field.js +4 -2
- package/lib/form/style/index.css +1 -2
- package/lib/form/style/index.less +1 -2
- package/lib/form/style/token.less +7 -12
- package/lib/icon/interface.js +1 -1
- package/lib/image/style/token.less +0 -13
- package/lib/input/style/index.css +53 -50
- package/lib/input/style/index.less +5 -4
- package/lib/input/style/mixin.less +1 -0
- package/lib/input/style/token.less +23 -20
- package/lib/layout/style/index.css +1 -1
- package/lib/layout/style/index.less +1 -1
- package/lib/layout/style/token.less +5 -5
- package/lib/menu/menu.js +1 -1
- package/lib/menu/style/index.css +37 -31
- package/lib/menu/style/index.less +14 -0
- package/lib/menu/style/mixin.less +1 -1
- package/lib/menu/style/token.less +13 -16
- package/lib/message/content.js +7 -3
- package/lib/message/style/index.css +30 -13
- package/lib/message/style/index.less +22 -9
- package/lib/message/style/token.less +29 -5
- package/lib/pagination/pagination.js +4 -3
- package/lib/pagination/style/index.css +70 -55
- package/lib/pagination/style/index.less +61 -43
- package/lib/pagination/style/token.less +9 -7
- package/lib/progress/style/token.less +0 -8
- package/lib/radio/radio.js +21 -8
- package/lib/radio/style/token.less +0 -16
- package/lib/select/style/index.css +2 -2
- package/lib/select/style/token.less +2 -2
- package/lib/stepper/style/index.css +1 -0
- package/lib/stepper/style/index.less +1 -0
- package/lib/stepper/style/token.less +8 -10
- package/lib/style/icon/kdicon.css +224 -0
- package/lib/style/icon/kdicon.woff +0 -0
- package/lib/switch/style/token.less +0 -6
- package/lib/timeline/style/token.less +0 -8
- package/lib/tree/style/index.css +6 -3
- package/lib/tree/style/index.less +4 -0
- package/lib/tree/style/token.less +2 -2
- package/package.json +1 -1
|
@@ -474,12 +474,8 @@
|
|
|
474
474
|
}
|
|
475
475
|
@avatar-custom-prefix: '--@{kd-prefix}-c-avatar';
|
|
476
476
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
@avatar-size-x-small: var(~'@{avatar-custom-prefix}-size-x-small', 24px);
|
|
480
|
-
@avatar-size-small: var(~'@{avatar-custom-prefix}-size-small', 32px);
|
|
481
|
-
@avatar-size-base: var(~'@{avatar-custom-prefix}-size-base', 40px);
|
|
482
|
-
@avatar-size-large: var(~'@{avatar-custom-prefix}-size-large', 60px);
|
|
477
|
+
// color
|
|
478
|
+
@avatar-color-background: var(~'@{avatar-custom-prefix}-color-background', #B2B2B2);
|
|
483
479
|
|
|
484
480
|
// font
|
|
485
481
|
@avatar-font-size-x-small: var(~'@{avatar-custom-prefix}-font-size-x-small', 14px);
|
|
@@ -487,11 +483,20 @@
|
|
|
487
483
|
@avatar-font-size-base: var(~'@{avatar-custom-prefix}-font-size-base', 22px);
|
|
488
484
|
@avatar-font-size-large: var(~'@{avatar-custom-prefix}-font-size-large', 36px);
|
|
489
485
|
|
|
486
|
+
|
|
490
487
|
// radius
|
|
491
488
|
@avatar-border-radius: var(~'@{avatar-custom-prefix}-border-radius', 2px);
|
|
492
489
|
|
|
493
|
-
//
|
|
494
|
-
@avatar-
|
|
490
|
+
// sizing
|
|
491
|
+
@avatar-size-x-small: var(~'@{avatar-custom-prefix}-size-x-small', 24px);
|
|
492
|
+
@avatar-size-small: var(~'@{avatar-custom-prefix}-size-small', 32px);
|
|
493
|
+
@avatar-size-base: var(~'@{avatar-custom-prefix}-size-base', 40px);
|
|
494
|
+
@avatar-size-large: var(~'@{avatar-custom-prefix}-size-large', 60px);
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
495
500
|
|
|
496
501
|
|
|
497
502
|
|
|
@@ -700,15 +705,20 @@
|
|
|
700
705
|
background: @base-data-dropdown-color-background;
|
|
701
706
|
overflow: auto;
|
|
702
707
|
max-height: @base-data-dropdown-height;
|
|
708
|
+
color: @base-data-color-text;
|
|
703
709
|
|
|
704
710
|
&-columns,
|
|
705
711
|
&-options {
|
|
706
712
|
display: flex;
|
|
707
713
|
align-items: center;
|
|
708
714
|
|
|
715
|
+
&.selected {
|
|
716
|
+
color: @base-data-option-color-text-active;
|
|
717
|
+
}
|
|
718
|
+
|
|
709
719
|
&-item {
|
|
710
720
|
flex: 1;
|
|
711
|
-
padding: 0
|
|
721
|
+
padding: 0 @base-data-option-spacing-padding-vertical;
|
|
712
722
|
white-space: nowrap;
|
|
713
723
|
overflow: hidden;
|
|
714
724
|
text-overflow: ellipsis;
|
|
@@ -752,7 +762,7 @@
|
|
|
752
762
|
}
|
|
753
763
|
|
|
754
764
|
&-columns {
|
|
755
|
-
height:
|
|
765
|
+
height: @base-data-dropdown-columns-height;
|
|
756
766
|
background: @base-data-hover-bg;
|
|
757
767
|
}
|
|
758
768
|
|
|
@@ -769,7 +779,7 @@
|
|
|
769
779
|
}
|
|
770
780
|
|
|
771
781
|
&-footer {
|
|
772
|
-
height:
|
|
782
|
+
height: @base-data-dropdown-footer-height;
|
|
773
783
|
border-top: 1px solid @base-data-footer-color-border;
|
|
774
784
|
|
|
775
785
|
&-btn {
|
|
@@ -842,6 +852,7 @@
|
|
|
842
852
|
// color
|
|
843
853
|
@base-data-border-color: var(~'@{base-data-custom-prefix}-color-border', #999);
|
|
844
854
|
@base-data-hover-bg: var(~'@{base-data-custom-prefix}-color-background-hover', @color-hover);
|
|
855
|
+
@base-data-color-text: var(~'@{base-data-custom-prefix}-color-text', #212121);
|
|
845
856
|
@base-data-color-border-hover: var(~'@{base-data-custom-prefix}-border-color-hover', @color-theme);
|
|
846
857
|
@base-data-dropdown-color-background: var(~'@{base-data-custom-prefix}-dropdown-radius-border', @color-background);
|
|
847
858
|
@base-data-dropdown-icon-text-color: var(~'@{base-data-custom-prefix}-dropdown-icon-color-text', @color-warning);
|
|
@@ -851,6 +862,7 @@
|
|
|
851
862
|
@base-data-footer-color-border: var(~'@{base-data-custom-prefix}-footer-color-border', @color-border-strong);
|
|
852
863
|
@base-data-icon-text-color-hover: var(~'@{base-data-custom-prefix}-icon-color-text-hover', @color-theme);
|
|
853
864
|
@base-data-footer-btn-text-color: var(~'@{base-data-custom-prefix}-footer-btn-color-text', @color-text-link);
|
|
865
|
+
@base-data-option-color-text-active: var(~'@{base-data-custom-prefix}-option-color-text-active', @color-theme);
|
|
854
866
|
|
|
855
867
|
// radius
|
|
856
868
|
@base-data-dropdown-radius-border: var(~'@{base-data-custom-prefix}-dropdown-radius-border', @radius-border);
|
|
@@ -859,6 +871,11 @@
|
|
|
859
871
|
@base-data-width: var(~'@{base-data-custom-prefix}-sizing-width', 230px);
|
|
860
872
|
@base-data-dropdown-height: var(~'@{base-data-custom-prefix}-dropdown-sizing-height', 400px);
|
|
861
873
|
@base-data-dropdown-options-height: var(~'@{base-data-custom-prefix}-dropdown-options-sizing-height', 32px);
|
|
874
|
+
@base-data-dropdown-columns-height: var(~'@{base-data-custom-prefix}-dropdown-columns-height', 36px);
|
|
875
|
+
@base-data-dropdown-footer-height: var(~'@{base-data-custom-prefix}-dropdown-footer-height', 40px);
|
|
876
|
+
|
|
877
|
+
// spacing
|
|
878
|
+
@base-data-option-spacing-padding-vertical: var(~'@{base-data-custom-prefix}-option-spacing-padding-vertical', 12px);
|
|
862
879
|
|
|
863
880
|
// z-index
|
|
864
881
|
@base-data-dropdown-z-index: var(~'@{base-data-custom-prefix}-dropdown-z-index', @z-index-popper);
|
|
@@ -1160,17 +1177,19 @@
|
|
|
1160
1177
|
@btn-background-ghost-g-text-color: var(~'@{button-custom-prefix}-background-ghost-color-text', @color-theme);
|
|
1161
1178
|
@btn-background-ghost-g-text-color-hover: var(~'@{button-custom-prefix}-background-ghost-color-text-hover', @color-white);
|
|
1162
1179
|
|
|
1163
|
-
// duration
|
|
1164
|
-
@btn-transition-fn: var(~'@{button-custom-prefix}-motion-timing-function', cubic-bezier(0.075, 0.82, 0.165, 1));
|
|
1165
|
-
@btn-duration-fade: var(~'@{button-custom-prefix}-motion-duration-fade', @duration-slowly);
|
|
1166
|
-
@btn-duration-wave: var(~'@{button-custom-prefix}-motion-duration-wave', @duration-quickly);
|
|
1167
|
-
|
|
1168
1180
|
// font
|
|
1169
1181
|
@btn-g-font-weight: var(~'@{button-custom-prefix}-font-weight', @font-weight-light);
|
|
1170
1182
|
@btn-small-font-size: var(~'@{button-custom-prefix}-font-size-small', @font-size-small); // 小号 文字大小
|
|
1171
1183
|
@btn-middle-font-size: var(~'@{button-custom-prefix}-font-size-middle', @font-size-small); // 中号 文字大小
|
|
1172
1184
|
@btn-large-font-size: var(~'@{button-custom-prefix}-font-size-large', @font-size-large); // 大号 文字大小
|
|
1173
1185
|
|
|
1186
|
+
// motion
|
|
1187
|
+
@btn-transition-fn: var(~'@{button-custom-prefix}-motion-timing-function', cubic-bezier(0.075, 0.82, 0.165, 1));
|
|
1188
|
+
@btn-duration-fade: var(~'@{button-custom-prefix}-motion-duration-fade', @duration-slowly);
|
|
1189
|
+
@btn-duration-wave: var(~'@{button-custom-prefix}-motion-duration-wave', @duration-quickly);
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
|
|
1174
1193
|
// radius
|
|
1175
1194
|
@btn-g-radius-border: var(~'@{button-custom-prefix}-radius-border', @radius-border); //圆角
|
|
1176
1195
|
|
|
@@ -1312,7 +1331,7 @@
|
|
|
1312
1331
|
|
|
1313
1332
|
@card-prefix: '--@{kd-prefix}-c-card';
|
|
1314
1333
|
|
|
1315
|
-
|
|
1334
|
+
|
|
1316
1335
|
// color
|
|
1317
1336
|
@card-color-background: var(~'@{card-prefix}-color-background', @color-white);
|
|
1318
1337
|
@card-actions-color: var(~'@{card-prefix}-actions-color', @color-theme);
|
|
@@ -1321,21 +1340,21 @@
|
|
|
1321
1340
|
@card-title-color: var(~'@{card-prefix}-title-color', @color-text-primary);
|
|
1322
1341
|
@card-content-color: var(~'@{card-prefix}-content-color', @color-text-secondary);
|
|
1323
1342
|
|
|
1343
|
+
// font
|
|
1344
|
+
@card-title-font-size: var(~'@{card-prefix}-title-font-size', @font-size-middle);
|
|
1345
|
+
@card-content-font-size: var(~'@{card-prefix}-content-font-size', @font-size-small);
|
|
1324
1346
|
|
|
1325
1347
|
// sizing
|
|
1326
1348
|
@card-sizing-title-height: var(~'@{card-prefix}-sizing-title-height', 40px);
|
|
1349
|
+
|
|
1327
1350
|
// spacing
|
|
1328
1351
|
@card-spacing-padding-horizontal: var(~'@{card-prefix}-spacing-padding-horizontal', 12px);
|
|
1329
1352
|
@card-spacing-padding-vertical: var(~'@{card-prefix}-spacing-padding-vertical', 8px);
|
|
1330
1353
|
|
|
1331
|
-
// motion
|
|
1332
|
-
// font
|
|
1333
|
-
@card-title-font-size: var(~'@{card-prefix}-title-font-size', @font-size-middle);
|
|
1334
|
-
@card-content-font-size: var(~'@{card-prefix}-content-font-size', @font-size-small);
|
|
1335
1354
|
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
|
|
1339
1358
|
|
|
1340
1359
|
|
|
1341
1360
|
|
|
@@ -1488,12 +1507,9 @@
|
|
|
1488
1507
|
|
|
1489
1508
|
@carousel-prefix: '--@{kd-prefix}-c-carousel';
|
|
1490
1509
|
|
|
1491
|
-
//
|
|
1492
|
-
@carousel-dots-
|
|
1493
|
-
@carousel-dots-
|
|
1494
|
-
@carousel-dots-margin-left: var(~'@{carousel-prefix}-spacing-margin-left', 15px); // 面板指示点到边界的边距
|
|
1495
|
-
@carousel-dots-margin-right: var(~'@{carousel-prefix}-spacing-margin-right', 15px); // 面板指示点到边界的边距
|
|
1496
|
-
@carousel-dots-marigin: var(~'@{carousel-prefix}-dots-spacing-margin', 4px); // 面板指示点的间距
|
|
1510
|
+
// color
|
|
1511
|
+
@carousel-dots-color-background: var(~'@{carousel-prefix}-dots-color-background', #D8D8D8); // 面板指示点的背景色
|
|
1512
|
+
@carousel-dots-color-background-active: var(~'@{carousel-prefix}-dots-color-hover', #666666); // 面板指示点的背景色
|
|
1497
1513
|
|
|
1498
1514
|
// radius
|
|
1499
1515
|
@carousel-dots-boder-radius: var(~'@{carousel-prefix}-dots-border-radius', 2px); // 面板指示点的圆角
|
|
@@ -1503,9 +1519,14 @@
|
|
|
1503
1519
|
@carousel-dots-width: var(~'@{carousel-prefix}-dots-sizing-width', 12px); // 面板指示点的宽度
|
|
1504
1520
|
@carousel-dots-height: var(~'@{carousel-prefix}-dots-sizing-height', 4px); // 面板指示点的高度
|
|
1505
1521
|
|
|
1506
|
-
//
|
|
1507
|
-
@carousel-dots-
|
|
1508
|
-
@carousel-dots-
|
|
1522
|
+
// spacing
|
|
1523
|
+
@carousel-dots-margin-top: var(~'@{carousel-prefix}-spacing-margin-top', 12px); // 面板指示点到边界的边距
|
|
1524
|
+
@carousel-dots-margin-bottom: var(~'@{carousel-prefix}-spacing-margin-bottom', 12px); // 面板指示点到边界的边距
|
|
1525
|
+
@carousel-dots-margin-left: var(~'@{carousel-prefix}-spacing-margin-left', 12px); // 面板指示点到边界的边距
|
|
1526
|
+
@carousel-dots-margin-right: var(~'@{carousel-prefix}-spacing-margin-right', 12px); // 面板指示点到边界的边距
|
|
1527
|
+
@carousel-dots-marigin: var(~'@{carousel-prefix}-dots-spacing-margin', 4px); // 面板指示点的间距
|
|
1528
|
+
|
|
1529
|
+
|
|
1509
1530
|
|
|
1510
1531
|
|
|
1511
1532
|
|
|
@@ -1728,19 +1749,11 @@
|
|
|
1728
1749
|
box-sizing: border-box;
|
|
1729
1750
|
font-size: @checkbox-font-size;
|
|
1730
1751
|
color: @checkbox-font-color;
|
|
1731
|
-
height:
|
|
1752
|
+
line-height: 18px;
|
|
1732
1753
|
&-no-child {
|
|
1733
1754
|
height: @checkbox-default-input-height;
|
|
1734
1755
|
width: @checkbox-default-input-width;
|
|
1735
|
-
|
|
1736
|
-
&-small {
|
|
1737
|
-
height: @checkbox-small-size-height;
|
|
1738
|
-
}
|
|
1739
|
-
&-middle {
|
|
1740
|
-
height: @checkbox-middle-size-height;
|
|
1741
|
-
}
|
|
1742
|
-
&-large {
|
|
1743
|
-
height: @checkbox-large-size-height;
|
|
1756
|
+
box-sizing: border-box;
|
|
1744
1757
|
}
|
|
1745
1758
|
&-group > *:not(:last-child) {
|
|
1746
1759
|
margin-right: @checkbox-group-margin-right;
|
|
@@ -1768,7 +1781,7 @@
|
|
|
1768
1781
|
.@{checkbox-prefix-cls}-square {
|
|
1769
1782
|
border-radius: 2px;
|
|
1770
1783
|
border: 1px solid @checkbox-border-color;
|
|
1771
|
-
padding: @checkbox-square-padding;
|
|
1784
|
+
padding: @checkbox-square-padding-horizontal @checkbox-square-padding-vertical;
|
|
1772
1785
|
transition: color @checkbox-transition-duration, border-color @checkbox-transition-duration;
|
|
1773
1786
|
&:not(&-disabled)::after {
|
|
1774
1787
|
content: '';
|
|
@@ -1823,13 +1836,14 @@
|
|
|
1823
1836
|
animation: kdZoomLeaveEffect calc(@checkbox-transition-duration - 0.1s) cubic-bezier(0,.4,.4,1);
|
|
1824
1837
|
}
|
|
1825
1838
|
&-triangle-disabled {
|
|
1826
|
-
border-bottom-color: @checkbox-disabled-
|
|
1839
|
+
border-bottom-color: @checkbox-disabled-text-color;
|
|
1827
1840
|
}
|
|
1828
1841
|
|
|
1829
1842
|
&-disabled,
|
|
1830
1843
|
&-disabled:hover {
|
|
1831
1844
|
border-color: @checkbox-border-color;
|
|
1832
|
-
color: @checkbox-
|
|
1845
|
+
color: @checkbox-disabled-text-color;
|
|
1846
|
+
background-color: @checkbox-disabled-bg-color;
|
|
1833
1847
|
cursor: not-allowed !important;
|
|
1834
1848
|
}
|
|
1835
1849
|
&-checked {
|
|
@@ -1857,6 +1871,11 @@
|
|
|
1857
1871
|
box-sizing: border-box;
|
|
1858
1872
|
opacity: 0;
|
|
1859
1873
|
}
|
|
1874
|
+
&.checked {
|
|
1875
|
+
.@{checkbox-prefix-cls}-children {
|
|
1876
|
+
color: @checkbox-font-color;
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1860
1879
|
}
|
|
1861
1880
|
|
|
1862
1881
|
.@{checkbox-prefix-cls}-default {
|
|
@@ -1872,7 +1891,7 @@
|
|
|
1872
1891
|
&-disabled,
|
|
1873
1892
|
&-disabled:hover,
|
|
1874
1893
|
&-disabled:hover &-wrapper {
|
|
1875
|
-
color: @checkbox-
|
|
1894
|
+
color: @checkbox-disabled-text-color;
|
|
1876
1895
|
border-color: @checkbox-border-color;
|
|
1877
1896
|
cursor: not-allowed !important;
|
|
1878
1897
|
}
|
|
@@ -1910,9 +1929,13 @@
|
|
|
1910
1929
|
width: 100%;
|
|
1911
1930
|
}
|
|
1912
1931
|
&-checked-disabled {
|
|
1913
|
-
background-color: @checkbox-disabled-bg
|
|
1914
|
-
border-color: @checkbox-disabled-
|
|
1932
|
+
background-color: @checkbox-default-disabled-color-bg !important;
|
|
1933
|
+
border-color: @checkbox-default-disabled-color-border !important;
|
|
1915
1934
|
cursor: not-allowed !important;
|
|
1935
|
+
|
|
1936
|
+
.@{checkbox-prefix-cls}-default-inner {
|
|
1937
|
+
color: @checkbox-disabled-text-color;
|
|
1938
|
+
}
|
|
1916
1939
|
}
|
|
1917
1940
|
&-checked {
|
|
1918
1941
|
background-color: @checkbox-checked-border-color;
|
|
@@ -1946,64 +1969,68 @@
|
|
|
1946
1969
|
position: absolute;
|
|
1947
1970
|
top: 50%;
|
|
1948
1971
|
left: 50%;
|
|
1949
|
-
width:
|
|
1950
|
-
height:
|
|
1972
|
+
width: @checkbox-default-indeterminate-square;
|
|
1973
|
+
height: @checkbox-default-indeterminate-square;
|
|
1951
1974
|
background-color: @checkbox-checked-border-color;
|
|
1952
1975
|
border: 0;
|
|
1953
1976
|
transform: translate(-50%,-50%) scale(1);
|
|
1954
1977
|
opacity: 1;
|
|
1955
1978
|
content: " ";
|
|
1956
1979
|
}
|
|
1980
|
+
&.checked {
|
|
1981
|
+
.@{checkbox-prefix-cls}-children {
|
|
1982
|
+
color: @checkbox-font-color;
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1957
1985
|
}
|
|
1958
1986
|
|
|
1959
1987
|
|
|
1960
1988
|
|
|
1961
1989
|
@checkbox-prefix: '--@{kd-prefix}-c-checkbox';
|
|
1962
1990
|
|
|
1963
|
-
// font-size
|
|
1964
|
-
@checkbox-font-size: var(~'@{checkbox-prefix}-font-size', @font-size-small); //默认字体大小
|
|
1965
|
-
@checkbox-default-input-icon-size: var(~'@{checkbox-prefix}-default-input-icon-font-size', 14px); // 勾选输入框勾勾图标大小
|
|
1966
|
-
@checkbox-square-input-icon-size: var(~'@{checkbox-prefix}-default-input-icon-font-size', 12px); // 边框类型三角内勾选输入框勾勾图标大小
|
|
1967
|
-
|
|
1968
1991
|
// colors
|
|
1969
1992
|
@checkbox-color-theme: var(~'@{checkbox-prefix}-color-theme', @color-theme);
|
|
1970
|
-
@checkbox-font-color: var(~'@{checkbox-prefix}-color-text-primary',
|
|
1971
|
-
@checkbox-border-color: var(~'@{checkbox-prefix}-color-border',
|
|
1972
|
-
@checkbox-checked-border-color: var(~'@{checkbox-prefix}-color-border-active',
|
|
1973
|
-
@checkbox-checked-font-color: var(~'@{checkbox-prefix}-color-text-hover',
|
|
1974
|
-
@checkbox-default-input-icon-color: var(~'@{checkbox-prefix}-default-input-icon-color',
|
|
1975
|
-
@checkbox-square-input-icon-color: var(~'@{checkbox-prefix}-square-input-icon-color',
|
|
1976
|
-
@checkbox-bg-color: var(~'@{checkbox-prefix}-color-background',
|
|
1977
|
-
@checkbox-disabled-bg-color: var(~'@{checkbox-prefix}-color-background-disabled',
|
|
1993
|
+
@checkbox-font-color: var(~'@{checkbox-prefix}-color-text-primary', #212121);
|
|
1994
|
+
@checkbox-border-color: var(~'@{checkbox-prefix}-color-border', #d9d9d9);
|
|
1995
|
+
@checkbox-checked-border-color: var(~'@{checkbox-prefix}-color-border-active', @color-theme);
|
|
1996
|
+
@checkbox-checked-font-color: var(~'@{checkbox-prefix}-color-text-hover', @color-theme);
|
|
1997
|
+
@checkbox-default-input-icon-color: var(~'@{checkbox-prefix}-default-input-icon-color', #fff); // 勾选输入框边勾勾图标颜色
|
|
1998
|
+
@checkbox-square-input-icon-color: var(~'@{checkbox-prefix}-square-input-icon-color', #fff); // 边框类型三角内勾选输入框勾勾图标颜色
|
|
1999
|
+
@checkbox-bg-color: var(~'@{checkbox-prefix}-color-background', @color-background);
|
|
2000
|
+
@checkbox-disabled-bg-color: var(~'@{checkbox-prefix}-color-background-disabled', @color-background-contain-disabled);
|
|
2001
|
+
@checkbox-disabled-border-color: var(~'@{checkbox-prefix}-color-border-disabled', @color-border-disabled);
|
|
2002
|
+
@checkbox-disabled-text-color: var(~'@{checkbox-prefix}-color-text-disabled', @color-disabled);
|
|
2003
|
+
@checkbox-default-disabled-color-bg: var(~'@{checkbox-prefix}-default-color-background-disabled', #e5e5e5);
|
|
2004
|
+
@checkbox-default-disabled-color-border: var(~'@{checkbox-prefix}-default-color-background-disabled', #d9d9d9);
|
|
1978
2005
|
|
|
1979
|
-
//
|
|
1980
|
-
@checkbox-
|
|
1981
|
-
@checkbox-
|
|
1982
|
-
@checkbox-
|
|
2006
|
+
// font
|
|
2007
|
+
@checkbox-font-size: var(~'@{checkbox-prefix}-font-size', @font-size-small); //默认字体大小
|
|
2008
|
+
@checkbox-default-input-icon-size: var(~'@{checkbox-prefix}-default-input-icon-font-size', 12px); // 勾选输入框勾勾图标大小
|
|
2009
|
+
@checkbox-square-input-icon-size: var(~'@{checkbox-prefix}-default-input-icon-font-size', 12px); // 边框类型三角内勾选输入框勾勾图标大小
|
|
1983
2010
|
|
|
1984
|
-
//
|
|
1985
|
-
@checkbox-
|
|
2011
|
+
// motion
|
|
2012
|
+
@checkbox-transition-duration: var(~'@{checkbox-prefix}-motion-duration', @duration-promptly);
|
|
1986
2013
|
|
|
1987
|
-
|
|
1988
|
-
@checkbox-default-input-
|
|
2014
|
+
// radius
|
|
2015
|
+
@checkbox-default-input-border-radius: var(~'@{checkbox-prefix}-default-input-radius-border', 2px); // 勾选输入框圆角
|
|
1989
2016
|
|
|
1990
|
-
//
|
|
1991
|
-
@checkbox-
|
|
2017
|
+
// sizing
|
|
2018
|
+
@checkbox-border-width: var(~'@{checkbox-prefix}-border-width', 1px); // 边框类型边框大小
|
|
2019
|
+
@checkbox-default-input-height: var(~'@{checkbox-prefix}-default-input-sizing-height', 14px); // 勾选输入框高度
|
|
2020
|
+
@checkbox-default-input-width: var(~'@{checkbox-prefix}-default-input-sizing-width', 14px); // 勾选输入框宽度
|
|
2021
|
+
@checkbox-default-input-border-width: var(~'@{checkbox-prefix}-default-input-border-width', 1px); // 勾选输入框边框大小 不需要
|
|
2022
|
+
@checkbox-square-triangle-height: var(~'@{checkbox-prefix}-square-triangle-sizing-height', 18px); // 边框类型右下角三角高度
|
|
2023
|
+
@checkbox-square-triangle-width: var(~'@{checkbox-prefix}-square-triangle-sizing-width', 18px); // 边框类型右下角三角宽度
|
|
2024
|
+
@checkbox-default-indeterminate-square: var(~'@{checkbox-prefix}-default-indeterminate-sizing-square', 6px); // 半选框的大小
|
|
1992
2025
|
|
|
1993
|
-
@checkbox-square-triangle-height: var(~'@{checkbox-prefix}-square-triangle-sizing-height', 18px); // 边框类型右下角三角高度
|
|
1994
|
-
@checkbox-square-triangle-width: var(~'@{checkbox-prefix}-square-triangle-sizing-width', 18px); // 边框类型右下角三角宽度
|
|
1995
2026
|
|
|
1996
2027
|
// spacing
|
|
1997
|
-
@checkbox-group-margin-right: var(~'@{checkbox-prefix}-group-spacing-margin-right',
|
|
1998
|
-
@checkbox-default-padding: var(~'@{checkbox-prefix}-default-spacing-padding',
|
|
1999
|
-
@checkbox-default-input-margin-right: var(~'@{checkbox-prefix}-default-input-spacing-margin-right',
|
|
2000
|
-
@checkbox-square-padding: var(~'@{checkbox-prefix}-square-spacing-padding',
|
|
2001
|
-
|
|
2002
|
-
// radius
|
|
2003
|
-
@checkbox-default-input-border-radius: var(~'@{checkbox-prefix}-default-input-radius-border', 2px); // 勾选输入框圆角
|
|
2028
|
+
@checkbox-group-margin-right: var(~'@{checkbox-prefix}-group-spacing-margin-right', 12px); // 按钮组的间距
|
|
2029
|
+
@checkbox-default-padding: var(~'@{checkbox-prefix}-default-spacing-padding', 0); // 默认类型复选框内边距
|
|
2030
|
+
@checkbox-default-input-margin-right: var(~'@{checkbox-prefix}-default-input-spacing-margin-right', 4px); // 勾选输入框与右侧内容间距
|
|
2031
|
+
@checkbox-square-padding-horizontal: var(~'@{checkbox-prefix}-square-spacing-padding-horizontal', 7px); // 边框类型内边距
|
|
2032
|
+
@checkbox-square-padding-vertical: var(~'@{checkbox-prefix}-square-spacing-padding-vertical', 12px); // 边框类型内边距
|
|
2004
2033
|
|
|
2005
|
-
// motion
|
|
2006
|
-
@checkbox-transition-duration: var(~'@{checkbox-prefix}-motion-duration', @duration-promptly);
|
|
2007
2034
|
|
|
2008
2035
|
|
|
2009
2036
|
|
|
@@ -2304,19 +2331,19 @@
|
|
|
2304
2331
|
@city-picker-background-color: var(~'@{city-picker-prefix}-color-background', @color-background-contain);
|
|
2305
2332
|
@city-picker-background-hover-color: var(~'@{city-picker-prefix}-color-background-hover', @color-hover);
|
|
2306
2333
|
|
|
2307
|
-
// sizing
|
|
2308
|
-
@city-picker-panel-sizing-width: var(~'@{city-picker-prefix}-panel-sizing-width', 460px);
|
|
2309
|
-
@city-picker-panel-sizing-height: var(~'@{city-picker-prefix}-panel-sizing-height', 373px);
|
|
2310
|
-
// spacing
|
|
2311
|
-
// motion
|
|
2312
2334
|
|
|
2313
2335
|
// font
|
|
2314
2336
|
@city-picker-panel-font-size: var(~'@{city-picker-prefix}-panel-font-size', 12px);
|
|
2315
2337
|
|
|
2316
2338
|
// radius
|
|
2317
2339
|
@city-picker-panel-radius-border: var(~'@{city-picker-prefix}-panel-radius-border', @radius-border);
|
|
2318
|
-
|
|
2319
|
-
//
|
|
2340
|
+
|
|
2341
|
+
// sizing
|
|
2342
|
+
@city-picker-panel-sizing-width: var(~'@{city-picker-prefix}-panel-sizing-width', 460px);
|
|
2343
|
+
@city-picker-panel-sizing-height: var(~'@{city-picker-prefix}-panel-sizing-height', 373px);
|
|
2344
|
+
|
|
2345
|
+
|
|
2346
|
+
|
|
2320
2347
|
|
|
2321
2348
|
|
|
2322
2349
|
|
|
@@ -2550,7 +2577,7 @@
|
|
|
2550
2577
|
bottom: -1px;
|
|
2551
2578
|
height: 2px;
|
|
2552
2579
|
margin-left: 11px;
|
|
2553
|
-
background:
|
|
2580
|
+
background: @date-bar-color-bg-active;
|
|
2554
2581
|
opacity: 0;
|
|
2555
2582
|
transition: all 0.3s ease-out;
|
|
2556
2583
|
pointer-events: none;
|
|
@@ -2678,7 +2705,7 @@
|
|
|
2678
2705
|
|
|
2679
2706
|
&:not(.@{datePicker-prefix-cls}-year-item-disabled) {
|
|
2680
2707
|
.@{datePicker-prefix-cls}-year-text-selected {
|
|
2681
|
-
background:
|
|
2708
|
+
background: @date-square-item-color-selected;
|
|
2682
2709
|
}
|
|
2683
2710
|
}
|
|
2684
2711
|
}
|
|
@@ -2734,7 +2761,7 @@
|
|
|
2734
2761
|
|
|
2735
2762
|
&:not(.@{datePicker-prefix-cls}-month-item-disabled) {
|
|
2736
2763
|
.@{datePicker-prefix-cls}-month-text-selected {
|
|
2737
|
-
background:
|
|
2764
|
+
background: @date-square-item-color-selected;
|
|
2738
2765
|
}
|
|
2739
2766
|
}
|
|
2740
2767
|
}
|
|
@@ -2794,7 +2821,7 @@
|
|
|
2794
2821
|
|
|
2795
2822
|
&:not(.@{datePicker-prefix-cls}-quarter-item-disabled) {
|
|
2796
2823
|
.@{datePicker-prefix-cls}-quarter-text-selected {
|
|
2797
|
-
background:
|
|
2824
|
+
background: @date-square-item-color-selected;
|
|
2798
2825
|
}
|
|
2799
2826
|
}
|
|
2800
2827
|
}
|
|
@@ -2861,7 +2888,7 @@
|
|
|
2861
2888
|
}
|
|
2862
2889
|
|
|
2863
2890
|
.@{datePicker-prefix-cls}-calendar-text-selected {
|
|
2864
|
-
background:
|
|
2891
|
+
background: @date-square-item-color-selected !important;
|
|
2865
2892
|
}
|
|
2866
2893
|
}
|
|
2867
2894
|
|
|
@@ -2924,7 +2951,7 @@
|
|
|
2924
2951
|
&:hover {
|
|
2925
2952
|
& .@{datePicker-prefix-cls}-calendar-item:not(.@{datePicker-prefix-cls}-calendar-item-disabled) {
|
|
2926
2953
|
.@{datePicker-prefix-cls}-calendar-week-text::before {
|
|
2927
|
-
background:
|
|
2954
|
+
background: @date-square-item-color-selected;
|
|
2928
2955
|
}
|
|
2929
2956
|
}
|
|
2930
2957
|
}
|
|
@@ -3040,7 +3067,7 @@
|
|
|
3040
3067
|
height: 24px;
|
|
3041
3068
|
width: 100%;
|
|
3042
3069
|
margin: 0 -4px;
|
|
3043
|
-
background:
|
|
3070
|
+
background: @date-range-item-color-bg;
|
|
3044
3071
|
}
|
|
3045
3072
|
}
|
|
3046
3073
|
|
|
@@ -3134,7 +3161,7 @@
|
|
|
3134
3161
|
|
|
3135
3162
|
.@{datePicker-prefix-cls}-time-cell-selected {
|
|
3136
3163
|
.@{datePicker-prefix-cls}-time-cell-inner {
|
|
3137
|
-
background:
|
|
3164
|
+
background: @date-range-item-color-bg;
|
|
3138
3165
|
}
|
|
3139
3166
|
}
|
|
3140
3167
|
|
|
@@ -3346,7 +3373,6 @@
|
|
|
3346
3373
|
|
|
3347
3374
|
@date-picker-custom-prefix: ~'--@{kd-prefix}-c-date-picker';
|
|
3348
3375
|
|
|
3349
|
-
// shadow
|
|
3350
3376
|
// color
|
|
3351
3377
|
@date-color-background-checked: var(~'@{date-picker-custom-prefix}-color-background-checked', @color-theme);
|
|
3352
3378
|
@date-wrapper-color-background: var(~'@{date-picker-custom-prefix}-wrapper-color-background', @color-background);
|
|
@@ -3358,7 +3384,6 @@
|
|
|
3358
3384
|
@date-input-color-background: var(~'@{date-picker-custom-prefix}-input-color-background', @color-white);
|
|
3359
3385
|
@date-input-color-background-disabled: var(~'@{date-picker-custom-prefix}-input-color-background-disabled', @color-background-contain-disabled);
|
|
3360
3386
|
@date-input-color-focus: var(~'@{date-picker-custom-prefix}-input-color-focused', @color-text-primary);
|
|
3361
|
-
|
|
3362
3387
|
@date-icon-color: var(~'@{date-picker-custom-prefix}-icon-color', @color-disabled);
|
|
3363
3388
|
@date-clear-background-color: var(~'@{date-picker-custom-prefix}-clear-color-background', @color-background);
|
|
3364
3389
|
@date-clear-background-color-hover: var(~'@{date-picker-custom-prefix}-clear-color-background-hover', @color-theme-5);
|
|
@@ -3366,8 +3391,10 @@
|
|
|
3366
3391
|
@date-container-color: var(~'@{date-picker-custom-prefix}-container-color', @color-text-primary);
|
|
3367
3392
|
@date-container-color-border: var(~'@{date-picker-custom-prefix}-container-color-border', @color-border-weak);
|
|
3368
3393
|
@date-container-color-background: var(~'@{date-picker-custom-prefix}-container-color-background', @color-background-2);
|
|
3369
|
-
|
|
3370
3394
|
@date-footer-color-background: var(~'@{date-picker-custom-prefix}-footer-color-background', @color-background);
|
|
3395
|
+
@date-bar-color-bg-active: var(~'@{date-picker-custom-prefix}-bar-color-bg-active', @color-theme);
|
|
3396
|
+
@date-square-item-color-selected: var(~'@{date-picker-custom-prefix}-square-item-color-selected', @color-theme-hover);
|
|
3397
|
+
@date-range-item-color-bg: var(~'@{date-picker-custom-prefix}-range-item-color-bg', @color-theme-1);
|
|
3371
3398
|
|
|
3372
3399
|
// sizing
|
|
3373
3400
|
@date-width: var(~'@{date-picker-custom-prefix}-sizing-width', 230px);
|
|
@@ -3385,8 +3412,6 @@
|
|
|
3385
3412
|
@date-large-padding-horizontal: var(~'@{date-picker-custom-prefix}-large-spacing-padding-horizontal', 9px); // 大号 内间距 横向
|
|
3386
3413
|
@date-suffix-spacing-margin-left: var(~'@{date-picker-custom-prefix}-suffix-spacing-margin-left', 10px);
|
|
3387
3414
|
|
|
3388
|
-
|
|
3389
|
-
// motion
|
|
3390
3415
|
// font
|
|
3391
3416
|
@date-container-font-size: var(~'@{date-picker-custom-prefix}-container-font-size', @font-size-small);
|
|
3392
3417
|
@date-panel-font-size: var(~'@{date-picker-custom-prefix}-panel-font-size', @font-size-middle);
|
|
@@ -3398,22 +3423,6 @@
|
|
|
3398
3423
|
@date-input-border-radius: var(~'@{date-picker-custom-prefix}-input-radius-border', @radius-border);
|
|
3399
3424
|
@date-panel-border-radius: var(~'@{date-picker-custom-prefix}-panel-radius-border', @radius-border);
|
|
3400
3425
|
|
|
3401
|
-
// line-height
|
|
3402
|
-
// z-index
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
3426
|
|
|
3418
3427
|
|
|
3419
3428
|
|
|
@@ -4099,13 +4108,12 @@
|
|
|
4099
4108
|
position: relative;
|
|
4100
4109
|
&-message {
|
|
4101
4110
|
position: absolute;
|
|
4102
|
-
left:
|
|
4111
|
+
left: -7px;
|
|
4103
4112
|
right: 0;
|
|
4104
4113
|
padding: @form-field-message-spacing-padding-horizontal @form-field-message-spacing-padding-vertical;
|
|
4105
4114
|
font-size: @form-field-message-font-size;
|
|
4106
4115
|
line-height: @form-field-message-line-height;
|
|
4107
4116
|
color: @form-error-color;
|
|
4108
|
-
background-color: @form-error-color-background;
|
|
4109
4117
|
word-break: break-word;
|
|
4110
4118
|
overflow: hidden;
|
|
4111
4119
|
white-space: nowrap;
|
|
@@ -4117,29 +4125,24 @@
|
|
|
4117
4125
|
|
|
4118
4126
|
@form-prefix: '--@{kd-prefix}-c-form';
|
|
4119
4127
|
|
|
4120
|
-
// shadow
|
|
4121
4128
|
// color
|
|
4122
4129
|
@form-field-color: var(~'@{form-prefix}-field-color', @color-text-secondary);
|
|
4123
4130
|
@form-error-color: var(~'@{form-prefix}-error-color', @color-error);
|
|
4124
|
-
@form-error-color-background: var(~'@{form-prefix}-error-color-background', @color-background-error);
|
|
4125
|
-
|
|
4126
|
-
// sizing
|
|
4127
|
-
// spacing
|
|
4128
|
-
@form-field-spacing-margin-right: var(~'@{form-prefix}-field-spacing-margin-right', 30px);
|
|
4129
|
-
@form-field-spacing-margin-bottom: var(~'@{form-prefix}-field-spacing-margin-bottom', 22px);
|
|
4130
|
-
@form-field-message-spacing-padding-horizontal: var(~'@{form-prefix}-field-message-spacing-padding-horizontal', 2px);
|
|
4131
|
-
@form-field-message-spacing-padding-vertical: var(~'@{form-prefix}-field-message-spacing-padding-vertical', 8px);
|
|
4132
4131
|
|
|
4133
|
-
// motion
|
|
4134
4132
|
// font
|
|
4135
4133
|
@form-field-label-font-size: var(~'@{form-prefix}-field-label-font-size',12px);
|
|
4136
4134
|
@form-field-message-font-size: var(~'@{form-prefix}-field-message-font-size', 12px);
|
|
4137
4135
|
|
|
4138
|
-
// radius
|
|
4139
4136
|
// line-height
|
|
4140
4137
|
@form-field-label-line-height: var(~'@{form-prefix}-field-label-line-height', 18px);
|
|
4141
4138
|
@form-field-message-line-height: var(~'@{form-prefix}-field-message-line-height', 18px);
|
|
4142
|
-
|
|
4139
|
+
|
|
4140
|
+
// spacing
|
|
4141
|
+
@form-field-spacing-margin-right: var(~'@{form-prefix}-field-spacing-margin-right', 30px);
|
|
4142
|
+
@form-field-spacing-margin-bottom: var(~'@{form-prefix}-field-spacing-margin-bottom', 22px);
|
|
4143
|
+
@form-field-message-spacing-padding-horizontal: var(~'@{form-prefix}-field-message-spacing-padding-horizontal', 2px);
|
|
4144
|
+
@form-field-message-spacing-padding-vertical: var(~'@{form-prefix}-field-message-spacing-padding-vertical', 8px);
|
|
4145
|
+
|
|
4143
4146
|
|
|
4144
4147
|
|
|
4145
4148
|
|
|
@@ -4407,24 +4410,11 @@
|
|
|
4407
4410
|
|
|
4408
4411
|
@image-prefix: '--@{kd-prefix}-c-image';
|
|
4409
4412
|
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
4413
|
@image-transition-duration: var(~'@{image-prefix}-transition-duration',@transition-duration);
|
|
4417
|
-
|
|
4418
4414
|
@image-motion-ease-out: var(~'@{image-prefix}-motion-ease-out',@motion-ease-out);
|
|
4419
4415
|
@image-motion-ease-in: var(~'@{image-prefix}-motion-ease-out',@motion-ease-in);
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
4416
|
@image-z-index-masker: var(~'@{image-prefix}-z-index-masker',@z-index-masker);
|
|
4424
|
-
|
|
4425
4417
|
@image-border-radius: var(~'@{image-prefix}-radius-border',@radius-border);
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
4418
|
@image-action-transition: var(~'@{image-prefix}-action-transition',@duration-quickly);
|
|
4429
4419
|
|
|
4430
4420
|
|
|
@@ -4835,12 +4825,13 @@ textarea {
|
|
|
4835
4825
|
&-disabled {
|
|
4836
4826
|
background-color: @input-background-color-disabled-inner;
|
|
4837
4827
|
border-color: @input-border-color-disabled-inner;
|
|
4838
|
-
|
|
4828
|
+
color: @input-affix-color;
|
|
4839
4829
|
cursor: not-allowed;
|
|
4840
4830
|
}
|
|
4841
4831
|
&-underline&-disabled {
|
|
4832
|
+
color: @input-color-disabled-inner;
|
|
4842
4833
|
background-color: @input-background-color-inner;
|
|
4843
|
-
border-color: @input-border-color-disabled-inner;
|
|
4834
|
+
border-color: @input-underline-border-color-disabled-inner;
|
|
4844
4835
|
}
|
|
4845
4836
|
&-size-small {
|
|
4846
4837
|
.input-size(@input-small-height-inner, @input-small-font-size-inner, @input-small-padding-vertical-inner, @input-small-padding-horizontal-inner);
|
|
@@ -4870,6 +4861,7 @@ textarea {
|
|
|
4870
4861
|
align-items: center;
|
|
4871
4862
|
justify-content: center;
|
|
4872
4863
|
word-break: keep-all;
|
|
4864
|
+
color: @input-affix-color;
|
|
4873
4865
|
}
|
|
4874
4866
|
&-suffix {
|
|
4875
4867
|
margin-left: 4px;
|
|
@@ -4958,7 +4950,7 @@ textarea {
|
|
|
4958
4950
|
}
|
|
4959
4951
|
.@{input-prefix-cls}-group-addon {
|
|
4960
4952
|
position: relative;
|
|
4961
|
-
color: @input-
|
|
4953
|
+
color: @input-affix-color;
|
|
4962
4954
|
padding: 0 9px;
|
|
4963
4955
|
font-weight: 400;
|
|
4964
4956
|
font-size: 14px;
|
|
@@ -4990,7 +4982,6 @@ textarea {
|
|
|
4990
4982
|
&-disabled {
|
|
4991
4983
|
background-color: @input-background-color-disabled-inner;
|
|
4992
4984
|
border-color: @input-border-color-disabled-inner;
|
|
4993
|
-
color: @input-color-disabled-inner;
|
|
4994
4985
|
cursor: not-allowed;
|
|
4995
4986
|
}
|
|
4996
4987
|
}
|
|
@@ -5082,6 +5073,7 @@ textarea {
|
|
|
5082
5073
|
border: none;
|
|
5083
5074
|
border-bottom: 1px solid @input-color-border;
|
|
5084
5075
|
border-radius: 0 !important;
|
|
5076
|
+
padding-left: 0;
|
|
5085
5077
|
}
|
|
5086
5078
|
|
|
5087
5079
|
|
|
@@ -5090,40 +5082,43 @@ textarea {
|
|
|
5090
5082
|
|
|
5091
5083
|
|
|
5092
5084
|
// color
|
|
5093
|
-
@input-font-color-inner: var(~'@{input-prefix}-color', @color-text-
|
|
5094
|
-
@input-placeholder-color-inner: var(~'@{input-prefix}-color-
|
|
5085
|
+
@input-font-color-inner: var(~'@{input-prefix}-color-text', @color-text-primary);
|
|
5086
|
+
@input-placeholder-color-inner: var(~'@{input-prefix}-placeholder-color-text', @color-text-placeholder);
|
|
5095
5087
|
@input-color-border: var(~'@{input-prefix}-color-border', #999);
|
|
5096
5088
|
@input-background-color-inner: var(~'@{input-prefix}-color-background', @color-white);
|
|
5097
5089
|
@input-background-color-disabled-inner: var(~'@{input-prefix}-color-background-disabled', @color-background-contain-disabled);
|
|
5098
5090
|
@input-border-color-focused: var(~'@{input-prefix}-color-border-focused', @color-theme);
|
|
5099
5091
|
@input-border-color-disabled-inner: var(~'@{input-prefix}-color-border-disabled', @color-border-strong);
|
|
5092
|
+
@input-underline-border-color-disabled-inner: var(~'@{input-prefix}-underline-color-border-disabled', @color-border-weak);
|
|
5100
5093
|
@input-color-disabled-inner: var(~'@{input-prefix}-color-disabled', @color-disabled);
|
|
5094
|
+
@input-affix-color: var(~'@{input-prefix}-affix-color-text', @color-text-primary);
|
|
5101
5095
|
|
|
5102
|
-
//
|
|
5103
|
-
@input-small-
|
|
5104
|
-
@input-middle-
|
|
5105
|
-
@input-large-
|
|
5106
|
-
@input-border-width-inner: var(~'@{input-prefix}-sizing-border', 1px);
|
|
5107
|
-
|
|
5108
|
-
// spacing
|
|
5109
|
-
@input-small-padding-vertical-inner: var(~'@{input-prefix}-small-spacing-padding-vertical', 3px);
|
|
5110
|
-
@input-small-padding-horizontal-inner: var(~'@{input-prefix}-small-spacing-padding-horizontal', 9px);
|
|
5111
|
-
@input-middle-padding-vertical-inner: var(~'@{input-prefix}-middle-spacing-padding-vertical', 5px);
|
|
5112
|
-
@input-middle-padding-horizontal-inner: var(~'@{input-prefix}-middle-spacing-padding-horizontal', 9px);
|
|
5113
|
-
@input-large-padding-vertical-inner: var(~'@{input-prefix}-large-spacing-padding-vertical', 8px);
|
|
5114
|
-
@input-large-padding-horizontal-inner: var(~'@{input-prefix}-large-spacing-padding-horizontal', 9px);
|
|
5096
|
+
// font
|
|
5097
|
+
@input-small-font-size-inner: var(~'@{input-prefix}-font-size-small', @font-size-small);
|
|
5098
|
+
@input-middle-font-size-inner: var(~'@{input-prefix}-font-size-middle', @font-size-middle);
|
|
5099
|
+
@input-large-font-size-inner: var(~'@{input-prefix}-font-size-large', @font-size-large);
|
|
5115
5100
|
|
|
5116
5101
|
// motion
|
|
5117
5102
|
@transition-duration-inner: var(~'@{input-prefix}-motion-duration', @duration-promptly);
|
|
5118
5103
|
|
|
5119
|
-
// font
|
|
5120
|
-
@input-small-font-size-inner: var(~'@{input-prefix}-small-font-size', @font-size-small);
|
|
5121
|
-
@input-middle-font-size-inner: var(~'@{input-prefix}-middle-font-size', @font-size-middle);
|
|
5122
|
-
@input-large-font-size-inner: var(~'@{input-prefix}-large-font-size', @font-size-large);
|
|
5123
|
-
|
|
5124
5104
|
// radius
|
|
5125
5105
|
@input-border-radius-inner: var(~'@{input-prefix}-radius-border', @radius-border);
|
|
5126
5106
|
|
|
5107
|
+
// sizing
|
|
5108
|
+
@input-small-height-inner: var(~'@{input-prefix}-sizing-height-small', 20px);
|
|
5109
|
+
@input-middle-height-inner: var(~'@{input-prefix}-sizing-height-middle', 30px);
|
|
5110
|
+
@input-large-height-inner: var(~'@{input-prefix}-sizing-height-large', 36px);
|
|
5111
|
+
@input-border-width-inner: var(~'@{input-prefix}-sizing-border', 1px);
|
|
5112
|
+
|
|
5113
|
+
// spacing
|
|
5114
|
+
@input-small-padding-vertical-inner: var(~'@{input-prefix}-spacing-padding-vertical-small', 3px);
|
|
5115
|
+
@input-small-padding-horizontal-inner: var(~'@{input-prefix}-spacing-padding-horizontal-small', 9px);
|
|
5116
|
+
@input-middle-padding-vertical-inner: var(~'@{input-prefix}-spacing-padding-vertical-middle', 5px);
|
|
5117
|
+
@input-middle-padding-horizontal-inner: var(~'@{input-prefix}-spacing-padding-horizontal-middle', 9px);
|
|
5118
|
+
@input-large-padding-vertical-inner: var(~'@{input-prefix}-spacing-padding-vertical-large', 8px);
|
|
5119
|
+
@input-large-padding-horizontal-inner: var(~'@{input-prefix}-spacing-padding-horizontal-large', 9px);
|
|
5120
|
+
|
|
5121
|
+
|
|
5127
5122
|
|
|
5128
5123
|
|
|
5129
5124
|
|
|
@@ -5316,7 +5311,7 @@ textarea {
|
|
|
5316
5311
|
padding: 0 16px;
|
|
5317
5312
|
color: @layout-trigger-color;
|
|
5318
5313
|
height: @layout-trigger-height;
|
|
5319
|
-
line-height: calc(@layout-trigger-height -
|
|
5314
|
+
line-height: calc(@layout-trigger-height - 4px);
|
|
5320
5315
|
font-size: 20px;
|
|
5321
5316
|
background: @layout-trigger-background;
|
|
5322
5317
|
cursor: pointer;
|
|
@@ -5402,16 +5397,17 @@ textarea {
|
|
|
5402
5397
|
@layout-trigger-background-light: var(~'@{layout-custom-prefix}-trigger-color-background-light', @color-background);
|
|
5403
5398
|
@layout-trigger-color-light: var(~'@{layout-custom-prefix}-trigger-color-text-light', @color-text-primary);
|
|
5404
5399
|
|
|
5405
|
-
// spacing
|
|
5406
|
-
@layout-header-padding: var(~'@{layout-custom-prefix}-header-spacing-padding', 0 20px 0 35px);
|
|
5407
|
-
@layout-footer-padding: var(~'@{layout-custom-prefix}-footer-spacing-padding', 24px 50px);
|
|
5408
|
-
|
|
5409
5400
|
// sizing
|
|
5410
5401
|
@layout-header-height: var(~'@{layout-custom-prefix}-header-sizing-height', 52px);
|
|
5411
5402
|
@layout-trigger-height: var(~'@{layout-custom-prefix}-trigger-sizing-height', 50px);
|
|
5412
5403
|
@layout-zero-trigger-width: var(~'@{layout-custom-prefix}-trigger-sizing-width', 36px);
|
|
5413
5404
|
@layout-zero-trigger-height: var(~'@{layout-custom-prefix}-trigger-sizing-height', 42px);
|
|
5414
5405
|
|
|
5406
|
+
// spacing
|
|
5407
|
+
@layout-header-padding: var(~'@{layout-custom-prefix}-header-spacing-padding', 0 20px 0 35px);
|
|
5408
|
+
@layout-footer-padding: var(~'@{layout-custom-prefix}-footer-spacing-padding', 24px 50px);
|
|
5409
|
+
|
|
5410
|
+
|
|
5415
5411
|
|
|
5416
5412
|
|
|
5417
5413
|
@wrapper-prefix-cls: ~'@{kd-prefix}-link-wrapper';
|
|
@@ -5577,6 +5573,7 @@ textarea {
|
|
|
5577
5573
|
|
|
5578
5574
|
&-collapsed {
|
|
5579
5575
|
width: 50px;
|
|
5576
|
+
min-width: auto;
|
|
5580
5577
|
}
|
|
5581
5578
|
|
|
5582
5579
|
&-light {
|
|
@@ -5729,6 +5726,19 @@ textarea {
|
|
|
5729
5726
|
}
|
|
5730
5727
|
}
|
|
5731
5728
|
|
|
5729
|
+
.@{menu-prefix-cls}-dark {
|
|
5730
|
+
.@{submenu-prefix-cls}-sub {
|
|
5731
|
+
background: @menu-sub-inline-color-background;
|
|
5732
|
+
}
|
|
5733
|
+
|
|
5734
|
+
.@{submenu-prefix-cls}-sub-second,.@{submenu-prefix-cls}-sub-third {
|
|
5735
|
+
background: @menu-sub-color-background;
|
|
5736
|
+
}
|
|
5737
|
+
}
|
|
5738
|
+
|
|
5739
|
+
|
|
5740
|
+
|
|
5741
|
+
|
|
5732
5742
|
|
|
5733
5743
|
|
|
5734
5744
|
// 菜单默认样式
|
|
@@ -5736,6 +5746,7 @@ textarea {
|
|
|
5736
5746
|
position: relative;
|
|
5737
5747
|
width: 100%;
|
|
5738
5748
|
height: 100%;
|
|
5749
|
+
min-width: 138px;
|
|
5739
5750
|
background-color: @menu-color-background;
|
|
5740
5751
|
color: @menu-sub-color;
|
|
5741
5752
|
}
|
|
@@ -5809,7 +5820,6 @@ textarea {
|
|
|
5809
5820
|
.light-hover {
|
|
5810
5821
|
background-color: @menu-light-color-background;
|
|
5811
5822
|
color: @menu-light-color-hover;
|
|
5812
|
-
border-right: 2px solid @menu-light-color-active;
|
|
5813
5823
|
}
|
|
5814
5824
|
|
|
5815
5825
|
.light-default {
|
|
@@ -5831,32 +5841,29 @@ textarea {
|
|
|
5831
5841
|
|
|
5832
5842
|
@menu-prefix: '--@{kd-prefix}-c-menu';
|
|
5833
5843
|
|
|
5834
|
-
// shadow
|
|
5835
5844
|
// color
|
|
5836
5845
|
@menu-color-disabled: var(~'@{menu-prefix}-color-disabled', @color-disabled);
|
|
5837
|
-
@menu-sub-color: var(~'@{menu-prefix}-sub-color', rgba(255, 255, 255, 0.65));
|
|
5838
|
-
@menu-sub-color-hover: var(~'@{menu-prefix}-sub-color-hover', @color-white);
|
|
5839
|
-
@menu-sub-color-active: var(~'@{menu-prefix}-sub-color-active', @color-
|
|
5840
|
-
@menu-sub-color-background: var(~'@{menu-prefix}-sub-color-background', #
|
|
5846
|
+
@menu-sub-color: var(~'@{menu-prefix}-sub-color-text', rgba(255, 255, 255, 0.65));
|
|
5847
|
+
@menu-sub-color-hover: var(~'@{menu-prefix}-sub-color-text-hover', @color-white);
|
|
5848
|
+
@menu-sub-color-active: var(~'@{menu-prefix}-sub-color-text-active', @color-white);
|
|
5849
|
+
@menu-sub-color-background: var(~'@{menu-prefix}-sub-color-background', #121319);
|
|
5850
|
+
@menu-sub-inline-color-background: var(~'@{menu-prefix}-sub-inline-color-background', #1f212b);
|
|
5841
5851
|
@menu-inline-color-active: var(~'@{menu-prefix}-inline-color-active', @color-white);
|
|
5842
5852
|
@menu-color-background: var(~'@{menu-prefix}-color-background', #343848);
|
|
5843
|
-
|
|
5844
|
-
@menu-light-color: var(~'@{menu-prefix}-light-color', @color-
|
|
5845
|
-
@menu-light-color-
|
|
5846
|
-
@menu-light-color-active: var(~'@{menu-prefix}-light-color-active', @color-theme);
|
|
5853
|
+
@menu-light-color: var(~'@{menu-prefix}-light-color-text', @color-text-primary);
|
|
5854
|
+
@menu-light-color-hover: var(~'@{menu-prefix}-light-color-text-hover', @color-ongoing);
|
|
5855
|
+
@menu-light-color-active: var(~'@{menu-prefix}-light-color-text-active', @color-theme);
|
|
5847
5856
|
@menu-light-color-background: var(~'@{menu-prefix}-light-color-background', @color-background-ongoing);
|
|
5848
5857
|
|
|
5849
|
-
//
|
|
5850
|
-
@menu-
|
|
5851
|
-
|
|
5858
|
+
// font
|
|
5859
|
+
@menu-icon-font-size: var(~'@{menu-prefix}-icon-font-size', @font-size-xx-large);
|
|
5860
|
+
|
|
5852
5861
|
// motion
|
|
5853
5862
|
@menu-motion-duration: var(~'@{menu-prefix}-motion-duration', @duration-promptly);
|
|
5854
5863
|
|
|
5855
|
-
//
|
|
5856
|
-
@menu-
|
|
5864
|
+
// sizing
|
|
5865
|
+
@menu-item-height: var(~'@{menu-prefix}-item-sizing-height', 50px);
|
|
5857
5866
|
|
|
5858
|
-
// radius
|
|
5859
|
-
// line-height
|
|
5860
5867
|
// z-index
|
|
5861
5868
|
@menu-z-index: var(~'@{menu-prefix}-z-index', @z-index-dialog);
|
|
5862
5869
|
|
|
@@ -5879,13 +5886,13 @@ textarea {
|
|
|
5879
5886
|
position: relative;
|
|
5880
5887
|
display: inline-block;
|
|
5881
5888
|
box-sizing: border-box;
|
|
5882
|
-
min-width:
|
|
5883
|
-
max-width:
|
|
5884
|
-
margin: 0 auto
|
|
5885
|
-
padding:
|
|
5889
|
+
min-width: @message-sizing-min-width;
|
|
5890
|
+
max-width: @message-sizing-max-width;
|
|
5891
|
+
margin: 0 auto @message-spacing-margin-bottom;
|
|
5892
|
+
padding: @message-spacing-padding-horizontal @message-spacing-padding-vertical;
|
|
5886
5893
|
color: @message-info-text-color;
|
|
5887
5894
|
border: 1px solid @message-info-color-border;
|
|
5888
|
-
border-radius:
|
|
5895
|
+
border-radius: @message-border-radius;
|
|
5889
5896
|
background-color: @message-info-color-background;
|
|
5890
5897
|
pointer-events: all;
|
|
5891
5898
|
animation: kdNoticeEffect calc(@transition-duration - 0.2s) @ease-out forwards;
|
|
@@ -5893,19 +5900,32 @@ textarea {
|
|
|
5893
5900
|
&-content {
|
|
5894
5901
|
display: flex;
|
|
5895
5902
|
justify-content: space-between;
|
|
5896
|
-
font-size:
|
|
5903
|
+
font-size: @message-font-size;
|
|
5904
|
+
line-height: @messgae-line-height;
|
|
5897
5905
|
|
|
5898
5906
|
&-main{
|
|
5899
5907
|
display: flex;
|
|
5908
|
+
}
|
|
5909
|
+
|
|
5910
|
+
&-icon-wrapper{
|
|
5911
|
+
font-size: @message-icon-font-size;
|
|
5912
|
+
margin-right: @message-icon-spacing-margin-right;
|
|
5913
|
+
align-self: flex-start;
|
|
5914
|
+
display: inline-flex;
|
|
5900
5915
|
align-items: center;
|
|
5916
|
+
}
|
|
5901
5917
|
|
|
5902
|
-
|
|
5903
|
-
|
|
5904
|
-
|
|
5918
|
+
&-text {
|
|
5919
|
+
max-height: @message-text-sizing-max-height;
|
|
5920
|
+
overflow: auto;
|
|
5905
5921
|
}
|
|
5906
5922
|
|
|
5907
5923
|
&-close{
|
|
5908
5924
|
cursor: pointer;
|
|
5925
|
+
color: @message-close-color-text;
|
|
5926
|
+
font-size: @message-close-font-size;
|
|
5927
|
+
margin-left: @message-close-spacing-margin-left;
|
|
5928
|
+
display: inline-flex;
|
|
5909
5929
|
|
|
5910
5930
|
&:hover {
|
|
5911
5931
|
color: @message-icon-text-color-hover;
|
|
@@ -5964,17 +5984,41 @@ textarea {
|
|
|
5964
5984
|
// color
|
|
5965
5985
|
@message-info-color-background: var(~'@{message-custom-prefix}-info-color-background', #e0efff);
|
|
5966
5986
|
@message-info-color-border: var(~'@{message-custom-prefix}-info-color-border', #b3d5ff);
|
|
5987
|
+
@message-info-text-color: var(~'@{message-custom-prefix}-info-color-text', #0e5fd8);
|
|
5967
5988
|
@message-success-color-background: var(~'@{message-custom-prefix}-success-color-background', #dcfae4);
|
|
5968
5989
|
@message-success-color-border: var(~'@{message-custom-prefix}-success-color-border', #a1e6b5);
|
|
5969
|
-
@message-success-text-color: var(~'@{message-custom-prefix}-success-color-text',
|
|
5990
|
+
@message-success-text-color: var(~'@{message-custom-prefix}-success-color-text', #1BA854);
|
|
5970
5991
|
@message-warning-color-background: var(~'@{message-custom-prefix}-warning-color-background', #fff1d4);
|
|
5971
5992
|
@message-warning-color-border: var(~'@{message-custom-prefix}-warning-color-border', #ffe0a6);
|
|
5972
|
-
@message-warning-text-color: var(~'@{message-custom-prefix}-warning-color-text',
|
|
5993
|
+
@message-warning-text-color: var(~'@{message-custom-prefix}-warning-color-text', #FF991C);
|
|
5973
5994
|
@message-error-color-background: var(~'@{message-custom-prefix}-error-color-background', #ffdbe0);
|
|
5974
5995
|
@message-error-color-border: var(~'@{message-custom-prefix}-error-color-border', #ffadb6);
|
|
5975
|
-
@message-error-text-color: var(~'@{message-custom-prefix}-error-color-text',
|
|
5976
|
-
@message-
|
|
5977
|
-
@message-
|
|
5996
|
+
@message-error-text-color: var(~'@{message-custom-prefix}-error-color-text', #FB2323);
|
|
5997
|
+
@message-close-color-text: var(~'@{message-custom-prefix}-close-color-text', #666);
|
|
5998
|
+
@message-icon-text-color-hover: var(~'@{message-custom-prefix}-close-color-text-hover', @color-theme-hover);
|
|
5999
|
+
|
|
6000
|
+
// font
|
|
6001
|
+
@message-font-size: var(~'@{message-custom-prefix}-font-size', 14px);
|
|
6002
|
+
@message-icon-font-size: var(~'@{message-custom-prefix}-icon-font-size', 16px);
|
|
6003
|
+
@message-close-font-size: var(~'@{message-custom-prefix}-font-size', 16px);
|
|
6004
|
+
|
|
6005
|
+
// line-height
|
|
6006
|
+
@messgae-line-height: var(~'@{message-custom-prefix}-line-height', 20px);
|
|
6007
|
+
|
|
6008
|
+
// radius
|
|
6009
|
+
@message-border-radius: var(~'@{message-custom-prefix}-border-radius', 4px);
|
|
6010
|
+
|
|
6011
|
+
// sizing
|
|
6012
|
+
@message-sizing-max-width: var(~'@{message-custom-prefix}-sizing-max-width', 1000px);
|
|
6013
|
+
@message-sizing-min-width: var(~'@{message-custom-prefix}-sizing-min-width', 280px);
|
|
6014
|
+
@message-text-sizing-max-height: var(~'@{message-custom-prefix}-text-sizing-max-height', 160px);
|
|
6015
|
+
|
|
6016
|
+
// spacing
|
|
6017
|
+
@message-spacing-margin-bottom: var(~'@{message-custom-prefix}-spacing-margin-bottom', 16px);
|
|
6018
|
+
@message-spacing-padding-horizontal: var(~'@{message-custom-prefix}-spacing-padding-horizontal', 10px);
|
|
6019
|
+
@message-spacing-padding-vertical: var(~'@{message-custom-prefix}-spacing-padding-vertical', 20px);
|
|
6020
|
+
@message-icon-spacing-margin-right: var(~'@{message-custom-prefix}-icon-spacing-margin-right', 8px);
|
|
6021
|
+
@message-close-spacing-margin-left: var(~'@{message-custom-prefix}-close-spacing-margin-left', 12px);
|
|
5978
6022
|
|
|
5979
6023
|
// z-index
|
|
5980
6024
|
@message-z-index: var(~'@{message-custom-prefix}-z-index', @z-index-apex);
|
|
@@ -6357,6 +6401,7 @@ textarea {
|
|
|
6357
6401
|
|
|
6358
6402
|
|
|
6359
6403
|
@pagination-prefix-cls: ~'@{kd-prefix}-pagination';
|
|
6404
|
+
@dropdown-prefix-cls: ~'@{kd-prefix}-dropdown';
|
|
6360
6405
|
@pagination-action-prefix-cls: ~'@{pagination-prefix-cls}-action';
|
|
6361
6406
|
@pagination-selector-prefix-cls: ~'@{pagination-prefix-cls}-selector';
|
|
6362
6407
|
@pagination-pages-prefix-cls: ~'@{pagination-prefix-cls}-pages';
|
|
@@ -6376,11 +6421,11 @@ textarea {
|
|
|
6376
6421
|
|
|
6377
6422
|
.@{pagination-prefix-cls}-current {
|
|
6378
6423
|
display: inline-block;
|
|
6379
|
-
margin-right:
|
|
6424
|
+
margin-right: 12px;
|
|
6380
6425
|
vertical-align: middle;
|
|
6381
6426
|
.@{pagination-prefix-cls}-current-input {
|
|
6382
6427
|
box-sizing: border-box;
|
|
6383
|
-
width:
|
|
6428
|
+
width: 44px;
|
|
6384
6429
|
height: @pagination-size;
|
|
6385
6430
|
margin: 0 3px;
|
|
6386
6431
|
padding: 0;
|
|
@@ -6400,7 +6445,7 @@ textarea {
|
|
|
6400
6445
|
}
|
|
6401
6446
|
|
|
6402
6447
|
&:disabled {
|
|
6403
|
-
color: @
|
|
6448
|
+
color: @pagination-disabled-color;
|
|
6404
6449
|
border: @pagination-border-size solid @pagination-border-disabled-color;
|
|
6405
6450
|
background: @pagination-button-disabled-background-color;
|
|
6406
6451
|
cursor: not-allowed;
|
|
@@ -6461,7 +6506,7 @@ textarea {
|
|
|
6461
6506
|
cursor: not-allowed;
|
|
6462
6507
|
|
|
6463
6508
|
i {
|
|
6464
|
-
color: @pagination-
|
|
6509
|
+
color: @pagination-disabled-color;
|
|
6465
6510
|
}
|
|
6466
6511
|
}
|
|
6467
6512
|
|
|
@@ -6495,6 +6540,7 @@ textarea {
|
|
|
6495
6540
|
.@{pagination-selector-prefix-cls}-size {
|
|
6496
6541
|
box-sizing: border-box;
|
|
6497
6542
|
display: inline-block;
|
|
6543
|
+
padding: 0;
|
|
6498
6544
|
line-height: @pagination-size;
|
|
6499
6545
|
font-size: @pagination-font-size;
|
|
6500
6546
|
color: @color-text-primary;
|
|
@@ -6514,21 +6560,34 @@ textarea {
|
|
|
6514
6560
|
&.disabled,
|
|
6515
6561
|
&.disabled > i {
|
|
6516
6562
|
cursor: not-allowed;
|
|
6517
|
-
color: @
|
|
6563
|
+
color: @pagination-disabled-color;
|
|
6518
6564
|
}
|
|
6519
6565
|
|
|
6520
6566
|
i {
|
|
6521
|
-
margin-left:
|
|
6567
|
+
margin-left: 4px;
|
|
6522
6568
|
line-height: @pagination-size;
|
|
6523
6569
|
font-size: @pagination-icon-size;
|
|
6524
6570
|
color: @pagination-text-color;
|
|
6525
6571
|
}
|
|
6526
6572
|
}
|
|
6573
|
+
|
|
6574
|
+
.@{dropdown-prefix-cls}-menu-item {
|
|
6575
|
+
text-align: right;
|
|
6576
|
+
padding-right: @pagination-dropdown-item-spacing-horizontal;
|
|
6577
|
+
padding-left: @pagination-dropdown-item-spacing-horizontal;
|
|
6578
|
+
|
|
6579
|
+
span {
|
|
6580
|
+
white-space: nowrap;
|
|
6581
|
+
}
|
|
6582
|
+
}
|
|
6527
6583
|
}
|
|
6528
6584
|
|
|
6529
6585
|
// 简化版分页
|
|
6530
6586
|
&.simple {
|
|
6531
|
-
display: inline-
|
|
6587
|
+
display: inline-flex;
|
|
6588
|
+
justify-content: space-around;
|
|
6589
|
+
align-items: center;
|
|
6590
|
+
height: @pagination-size;
|
|
6532
6591
|
border-radius: @radius-border;
|
|
6533
6592
|
border: @pagination-border-size solid transparent;
|
|
6534
6593
|
|
|
@@ -6547,15 +6606,17 @@ textarea {
|
|
|
6547
6606
|
}
|
|
6548
6607
|
|
|
6549
6608
|
&.disabled > .@{pagination-prefix-cls}-item {
|
|
6550
|
-
color: @
|
|
6609
|
+
color: @pagination-disabled-color;
|
|
6551
6610
|
}
|
|
6552
6611
|
|
|
6553
6612
|
.@{pagination-prefix-cls}-item {
|
|
6554
6613
|
.reset-component;
|
|
6555
6614
|
display: inline-block;
|
|
6615
|
+
height: @pagination-size;
|
|
6616
|
+
overflow: hidden;
|
|
6617
|
+
margin: 0 8px;
|
|
6556
6618
|
vertical-align: middle;
|
|
6557
6619
|
color: @color-text-primary;
|
|
6558
|
-
margin: 0 18px;
|
|
6559
6620
|
|
|
6560
6621
|
&:first-child,
|
|
6561
6622
|
&:last-child {
|
|
@@ -6570,7 +6631,7 @@ textarea {
|
|
|
6570
6631
|
margin: 0;
|
|
6571
6632
|
|
|
6572
6633
|
&:disabled {
|
|
6573
|
-
color: @
|
|
6634
|
+
color: @pagination-disabled-color;
|
|
6574
6635
|
cursor: not-allowed;
|
|
6575
6636
|
}
|
|
6576
6637
|
}
|
|
@@ -6597,7 +6658,7 @@ textarea {
|
|
|
6597
6658
|
&:hover,
|
|
6598
6659
|
&:active {
|
|
6599
6660
|
&:not(:disabled) {
|
|
6600
|
-
border-color: @pagination-border-hover-color
|
|
6661
|
+
border-color: @pagination-border-hover-color;
|
|
6601
6662
|
}
|
|
6602
6663
|
|
|
6603
6664
|
i {
|
|
@@ -6609,7 +6670,7 @@ textarea {
|
|
|
6609
6670
|
cursor: not-allowed;
|
|
6610
6671
|
|
|
6611
6672
|
i {
|
|
6612
|
-
color: @pagination-
|
|
6673
|
+
color: @pagination-disabled-color;
|
|
6613
6674
|
}
|
|
6614
6675
|
}
|
|
6615
6676
|
|
|
@@ -6672,7 +6733,7 @@ textarea {
|
|
|
6672
6733
|
border-color: @pagination-border-hover-color;
|
|
6673
6734
|
|
|
6674
6735
|
&:disabled {
|
|
6675
|
-
border-color: @pagination-border-disabled-color
|
|
6736
|
+
border-color: @pagination-border-disabled-color;
|
|
6676
6737
|
}
|
|
6677
6738
|
}
|
|
6678
6739
|
}
|
|
@@ -6693,7 +6754,7 @@ textarea {
|
|
|
6693
6754
|
|
|
6694
6755
|
&:disabled {
|
|
6695
6756
|
cursor: not-allowed;
|
|
6696
|
-
color: @
|
|
6757
|
+
color: @pagination-disabled-color;
|
|
6697
6758
|
}
|
|
6698
6759
|
}
|
|
6699
6760
|
}
|
|
@@ -6731,11 +6792,8 @@ textarea {
|
|
|
6731
6792
|
background-color: @color-background-contain;
|
|
6732
6793
|
}
|
|
6733
6794
|
|
|
6734
|
-
&:hover,
|
|
6735
|
-
&:active,
|
|
6736
6795
|
&.active,
|
|
6737
|
-
&:
|
|
6738
|
-
&:last-child {
|
|
6796
|
+
&:hover {
|
|
6739
6797
|
button {
|
|
6740
6798
|
color: @color-theme;
|
|
6741
6799
|
|
|
@@ -6748,16 +6806,16 @@ textarea {
|
|
|
6748
6806
|
&:first-child,
|
|
6749
6807
|
&:last-child {
|
|
6750
6808
|
button {
|
|
6751
|
-
width: @pagination-
|
|
6809
|
+
width: @pagination-size;
|
|
6752
6810
|
padding: 0;
|
|
6753
|
-
line-height: calc(@pagination-
|
|
6811
|
+
line-height: calc(@pagination-size - 2px);
|
|
6754
6812
|
}
|
|
6755
6813
|
}
|
|
6756
6814
|
|
|
6757
6815
|
button {
|
|
6758
6816
|
.reset-component;
|
|
6759
|
-
min-width: @pagination-
|
|
6760
|
-
height: @pagination-
|
|
6817
|
+
min-width: @pagination-size;
|
|
6818
|
+
height: @pagination-size;
|
|
6761
6819
|
padding: 0 6px;
|
|
6762
6820
|
cursor: pointer;
|
|
6763
6821
|
outline: none;
|
|
@@ -6770,7 +6828,11 @@ textarea {
|
|
|
6770
6828
|
|
|
6771
6829
|
&:disabled {
|
|
6772
6830
|
cursor: not-allowed;
|
|
6773
|
-
color: @
|
|
6831
|
+
color: @pagination-disabled-color;
|
|
6832
|
+
}
|
|
6833
|
+
|
|
6834
|
+
> i {
|
|
6835
|
+
font-size: 16px;
|
|
6774
6836
|
}
|
|
6775
6837
|
|
|
6776
6838
|
.@{pagination-pages-prefix-cls}-jumper-icon {
|
|
@@ -6781,7 +6843,7 @@ textarea {
|
|
|
6781
6843
|
width: 100%;
|
|
6782
6844
|
height: 100%;
|
|
6783
6845
|
color: @color-theme;
|
|
6784
|
-
line-height: @pagination-
|
|
6846
|
+
line-height: @pagination-size;
|
|
6785
6847
|
background-color: @color-background;
|
|
6786
6848
|
transition: opacity @duration-promptly;
|
|
6787
6849
|
}
|
|
@@ -6791,13 +6853,13 @@ textarea {
|
|
|
6791
6853
|
|
|
6792
6854
|
.@{pagination-jumper-prefix-cls} {
|
|
6793
6855
|
display: inline-block;
|
|
6794
|
-
margin-left:
|
|
6856
|
+
margin-left: 4px;
|
|
6795
6857
|
vertical-align: middle;
|
|
6796
6858
|
|
|
6797
6859
|
.@{pagination-jumper-prefix-cls}-input {
|
|
6798
6860
|
box-sizing: border-box;
|
|
6799
|
-
width:
|
|
6800
|
-
height: @pagination-
|
|
6861
|
+
width: 40px;
|
|
6862
|
+
height: @pagination-size;
|
|
6801
6863
|
padding: 0;
|
|
6802
6864
|
outline: none;
|
|
6803
6865
|
text-align: center;
|
|
@@ -6815,7 +6877,7 @@ textarea {
|
|
|
6815
6877
|
}
|
|
6816
6878
|
|
|
6817
6879
|
&:disabled {
|
|
6818
|
-
color: @
|
|
6880
|
+
color: @pagination-disabled-color;
|
|
6819
6881
|
border: @pagination-border-size solid @pagination-border-disabled-color;
|
|
6820
6882
|
background: @pagination-button-disabled-background-color;
|
|
6821
6883
|
cursor: not-allowed;
|
|
@@ -6824,14 +6886,14 @@ textarea {
|
|
|
6824
6886
|
|
|
6825
6887
|
.@{pagination-jumper-prefix-cls}-button {
|
|
6826
6888
|
.reset-component;
|
|
6827
|
-
width: @pagination-
|
|
6828
|
-
height: @pagination-
|
|
6889
|
+
width: @pagination-size;
|
|
6890
|
+
height: @pagination-size;
|
|
6829
6891
|
margin-left: @pagination-button-spacing;
|
|
6830
|
-
line-height: @pagination-
|
|
6892
|
+
line-height: @pagination-size;
|
|
6831
6893
|
vertical-align: top;
|
|
6832
6894
|
cursor: pointer;
|
|
6833
6895
|
outline: none;
|
|
6834
|
-
color: @color-
|
|
6896
|
+
color: @color-text-primary;
|
|
6835
6897
|
font-size: @pagination-font-size;
|
|
6836
6898
|
border-radius: @radius-border;
|
|
6837
6899
|
border: @pagination-border-size solid @color-border-strong;
|
|
@@ -6839,8 +6901,8 @@ textarea {
|
|
|
6839
6901
|
transition: border-color @duration-promptly;
|
|
6840
6902
|
|
|
6841
6903
|
&:hover,
|
|
6842
|
-
&:active
|
|
6843
|
-
|
|
6904
|
+
&:active {
|
|
6905
|
+
color: @color-theme;
|
|
6844
6906
|
border-color: @pagination-border-hover-color;
|
|
6845
6907
|
|
|
6846
6908
|
&:disabled {
|
|
@@ -6849,7 +6911,7 @@ textarea {
|
|
|
6849
6911
|
}
|
|
6850
6912
|
|
|
6851
6913
|
&:disabled {
|
|
6852
|
-
color: @
|
|
6914
|
+
color: @pagination-disabled-color;
|
|
6853
6915
|
cursor: not-allowed;
|
|
6854
6916
|
}
|
|
6855
6917
|
}
|
|
@@ -6859,9 +6921,9 @@ textarea {
|
|
|
6859
6921
|
.reset-component;
|
|
6860
6922
|
position: relative;
|
|
6861
6923
|
display: inline-block;
|
|
6862
|
-
margin-left:
|
|
6924
|
+
margin-left: 22px;
|
|
6863
6925
|
outline: none;
|
|
6864
|
-
height: @pagination-
|
|
6926
|
+
height: @pagination-size;
|
|
6865
6927
|
color: @color-text-primary;
|
|
6866
6928
|
vertical-align: middle;
|
|
6867
6929
|
|
|
@@ -6869,11 +6931,11 @@ textarea {
|
|
|
6869
6931
|
position: relative;
|
|
6870
6932
|
box-sizing: border-box;
|
|
6871
6933
|
display: inline-block;
|
|
6872
|
-
width:
|
|
6873
|
-
height: @pagination-
|
|
6934
|
+
min-width: 64px;
|
|
6935
|
+
height: @pagination-size;
|
|
6874
6936
|
margin-right: 8px;
|
|
6875
|
-
padding: 0
|
|
6876
|
-
line-height: @pagination-
|
|
6937
|
+
padding: 0 24px 0 4px;
|
|
6938
|
+
line-height: @pagination-size;
|
|
6877
6939
|
font-size: @pagination-font-size;
|
|
6878
6940
|
color: @color-text-primary;
|
|
6879
6941
|
text-align: left;
|
|
@@ -6896,7 +6958,7 @@ textarea {
|
|
|
6896
6958
|
&.disabled,
|
|
6897
6959
|
&.disabled > i {
|
|
6898
6960
|
cursor: not-allowed;
|
|
6899
|
-
color: @
|
|
6961
|
+
color: @pagination-disabled-color;
|
|
6900
6962
|
}
|
|
6901
6963
|
|
|
6902
6964
|
i {
|
|
@@ -6908,7 +6970,7 @@ textarea {
|
|
|
6908
6970
|
color: @pagination-hover-color;
|
|
6909
6971
|
transform: translateY(-50%);
|
|
6910
6972
|
}
|
|
6911
|
-
|
|
6973
|
+
|
|
6912
6974
|
.@{pagination-prefix-cls}-dropdown-icon-open {
|
|
6913
6975
|
transform: rotate(180deg) translateY(50%);
|
|
6914
6976
|
}
|
|
@@ -6930,25 +6992,27 @@ textarea {
|
|
|
6930
6992
|
// color
|
|
6931
6993
|
@pagination-text-color: var(~'@{pagination-custom-prefix}-text-color', @color-text-secondary);
|
|
6932
6994
|
@pagination-hover-color: var(~'@{pagination-custom-prefix}-color-text-hover', @color-theme);
|
|
6933
|
-
@pagination-disabled-color: var(~'@{pagination-custom-prefix}-color-text-disabled', @color-border-disabled);
|
|
6934
6995
|
@pagination-icon-color: var(~'@{pagination-custom-prefix}-button-color', @color-text-secondary);
|
|
6935
|
-
@pagination-
|
|
6996
|
+
@pagination-disabled-color: var(~'@{pagination-custom-prefix}-color-disabled', @color-disabled);
|
|
6936
6997
|
@pagination-border-color: var(~'@{pagination-custom-prefix}-color-border', @color-border-strong);
|
|
6937
|
-
@pagination-border-hover-color: var(~'@{pagination-custom-prefix}-color-border-hover', @color-theme);
|
|
6998
|
+
@pagination-border-hover-color: var(~'@{pagination-custom-prefix}-color-border-hover', @color-theme-7);
|
|
6938
6999
|
@pagination-border-disabled-color: var(~'@{pagination-custom-prefix}-color-border-disabled', @color-border-strong);
|
|
6939
7000
|
@pagination-button-disabled-background-color: var(~'@{pagination-custom-prefix}-button-color-background-disabled', @color-background-contain-disabled);
|
|
6940
7001
|
|
|
7002
|
+
// font
|
|
7003
|
+
@pagination-font-size: var(~'@{pagination-custom-prefix}-font-size', @font-size-small);
|
|
7004
|
+
@pagination-icon-size: var(~'@{pagination-custom-prefix}-icon-font-size', @font-size-large);
|
|
7005
|
+
|
|
7006
|
+
|
|
6941
7007
|
// sizing
|
|
6942
7008
|
@pagination-size: var(~'@{pagination-custom-prefix}-sizing-square', 24px);
|
|
6943
|
-
@pagination-nicety-size: var(~'@{pagination-custom-prefix}-nicety-sizing-square', 30px);
|
|
6944
7009
|
@pagination-border-size: var(~'@{pagination-custom-prefix}-sizing-border-width', 1px);
|
|
6945
7010
|
|
|
6946
7011
|
// spacing
|
|
6947
7012
|
@pagination-button-spacing: var(~'@{pagination-custom-prefix}-button-spacing', 4px);
|
|
7013
|
+
@pagination-dropdown-item-spacing-horizontal: var(~'@{pagination-custom-prefix}-dropdown-item-spacing-padding-horizontal', 24px);
|
|
7014
|
+
|
|
6948
7015
|
|
|
6949
|
-
// font
|
|
6950
|
-
@pagination-font-size: var(~'@{pagination-custom-prefix}-font-size', @font-size-small);
|
|
6951
|
-
@pagination-icon-size: var(~'@{pagination-custom-prefix}-icon-font-size', @font-size-large);
|
|
6952
7016
|
|
|
6953
7017
|
|
|
6954
7018
|
|
|
@@ -7263,15 +7327,8 @@ textarea {
|
|
|
7263
7327
|
|
|
7264
7328
|
|
|
7265
7329
|
@progress-prefix: '--@{kd-prefix}-c-progress';
|
|
7266
|
-
|
|
7267
|
-
|
|
7268
|
-
|
|
7269
7330
|
@progress-transition-fn: cubic-bezier(0.66, 0, 0.34, 1);
|
|
7270
7331
|
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
7332
|
// color
|
|
7276
7333
|
@progress-remaining-color: var(~'@{progress-prefix}-color-remaining', #e5e5e5);//背景色
|
|
7277
7334
|
@progress-default-color: var(~'@{progress-prefix}-color-default', #5582f3);//进度条 默认色
|
|
@@ -7291,7 +7348,6 @@ textarea {
|
|
|
7291
7348
|
@progress-border-radius: var(~'@{progress-prefix}-radius-border', 100px);//线性进度条圆角
|
|
7292
7349
|
|
|
7293
7350
|
|
|
7294
|
-
|
|
7295
7351
|
// sizing
|
|
7296
7352
|
@progress-line-stroke-width: var(~'@{progress-prefix}-line-stroke-sizing-width', 8px);
|
|
7297
7353
|
@progress-circle-stroke-width: var(~'@{progress-prefix}-circle-stroke-sizing-width', 4px);
|
|
@@ -7633,19 +7689,9 @@ textarea {
|
|
|
7633
7689
|
|
|
7634
7690
|
|
|
7635
7691
|
|
|
7636
|
-
|
|
7637
7692
|
@radio-prefix: '--@{kd-prefix}-c-radio';
|
|
7638
|
-
|
|
7639
|
-
|
|
7640
|
-
|
|
7641
|
-
|
|
7642
|
-
|
|
7643
|
-
|
|
7644
7693
|
@radio-transition-fn: cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
7645
7694
|
|
|
7646
|
-
|
|
7647
|
-
|
|
7648
|
-
|
|
7649
7695
|
// color
|
|
7650
7696
|
@radio-font-color: var(~'@{radio-prefix}-color-font', @color-text-primary);//单选项字体颜色
|
|
7651
7697
|
@radio-color-theme: var(~'@{radio-prefix}-color-theme', @color-theme);//悬停/选中跟随主题色
|
|
@@ -7658,19 +7704,13 @@ textarea {
|
|
|
7658
7704
|
// font
|
|
7659
7705
|
@radio-font-size: var(~'@{radio-prefix}-font-size', @font-size-small);//单选项字体大小
|
|
7660
7706
|
|
|
7661
|
-
|
|
7662
|
-
|
|
7663
|
-
|
|
7664
7707
|
//radius
|
|
7665
7708
|
@radio-border-width: var(~'@{radio-prefix}-radius-border-width',1px);
|
|
7666
7709
|
|
|
7667
|
-
|
|
7668
|
-
|
|
7669
7710
|
// sizing
|
|
7670
7711
|
@radio-circle-size:var(~'@{radio-prefix}-square-sizing-width-height',13px);//单选图标大小
|
|
7671
7712
|
@radio-square-height: var(~'@{radio-prefix}-square-sizing-height',32px);//单选框 高度
|
|
7672
7713
|
|
|
7673
|
-
|
|
7674
7714
|
// spacing
|
|
7675
7715
|
@radio-margin-right: var(~'@{radio-prefix}-spacing-margin-right',8px);
|
|
7676
7716
|
@radio-square-padding-vertical: var(~'@{radio-prefix}-square-spacing-padding-vertical',0px); //内间距 纵向
|
|
@@ -8848,13 +8888,13 @@ textarea {
|
|
|
8848
8888
|
@select-dropdown-bg: var(~'@{select-custom-prefix}-dropdown-color-background', @color-background);
|
|
8849
8889
|
@select-disabled-option-bg: var(~'@{select-custom-prefix}-item-color-background-disabled', @color-background-contain-disabled);
|
|
8850
8890
|
@select-item-active-bg: var(~'@{select-custom-prefix}-color-background', @color-hover);
|
|
8851
|
-
@select-item-selected-bg: var(~'@{select-custom-prefix}-color-background-selected',
|
|
8891
|
+
@select-item-selected-bg: var(~'@{select-custom-prefix}-color-background-selected', @color-theme-3);
|
|
8852
8892
|
@select-g-color-border: var(~'@{select-custom-prefix}-color-border', @color-input);
|
|
8853
8893
|
@select-g-color-border-foucs: var(~'@{select-custom-prefix}-color-border-foucs', @color-theme);
|
|
8854
8894
|
@select-g-color-border-hover: var(~'@{select-custom-prefix}-color-border-hover', @color-theme);
|
|
8855
8895
|
@select-border-g-color-border: var(~'@{select-custom-prefix}-border-color-border', @color-border-strong);
|
|
8856
8896
|
@select-placeholder-color: var(~'@{select-custom-prefix}-placeholder-color-text', @color-text-third);
|
|
8857
|
-
@select-item-selected-color: var(~'@{select-custom-prefix}-item-color-text-selected', @color-
|
|
8897
|
+
@select-item-selected-color: var(~'@{select-custom-prefix}-item-color-text-selected', @color-theme);
|
|
8858
8898
|
@select-font-color: var(~'@{select-custom-prefix}-footer-color-text', @color-text-primary);
|
|
8859
8899
|
@select-footer-g-text-color-selected: var(~'@{select-custom-prefix}-footer-color-text-selected', @color-text-link);
|
|
8860
8900
|
@select-g-item-text-color-disabled: var(~'@{select-custom-prefix}-item-color-text-disabled', @color-disabled);
|
|
@@ -9553,6 +9593,7 @@ textarea {
|
|
|
9553
9593
|
text-align: center;
|
|
9554
9594
|
color: @stepper-input-color;
|
|
9555
9595
|
margin: 0 4px;
|
|
9596
|
+
font-size: @stepper-input-font-size;
|
|
9556
9597
|
}
|
|
9557
9598
|
|
|
9558
9599
|
&-icon {
|
|
@@ -9673,10 +9714,8 @@ textarea {
|
|
|
9673
9714
|
}
|
|
9674
9715
|
|
|
9675
9716
|
|
|
9676
|
-
|
|
9677
9717
|
@stepper-prefix: '--@{kd-prefix}-c-stepper';
|
|
9678
9718
|
|
|
9679
|
-
// shadow
|
|
9680
9719
|
// color
|
|
9681
9720
|
@stepper-input-color: var(~'@{stepper-prefix}-input-color', @color-text-primary);
|
|
9682
9721
|
@stepper-icon-color: var(~'@{stepper-prefix}-icon-color', @color-text-secondary);
|
|
@@ -9684,6 +9723,14 @@ textarea {
|
|
|
9684
9723
|
@stepper-color-border-strong: var(~'@{stepper-prefix}-color-border-strong', @color-border-strong);
|
|
9685
9724
|
@stepper-embed-icon-color-background: var(~'@{stepper-prefix}-embed-icon-color-background', #f6f7f9);
|
|
9686
9725
|
|
|
9726
|
+
// font
|
|
9727
|
+
@stepper-input-font-size: var(~'@{stepper-prefix}-input-font-size', 12px);
|
|
9728
|
+
|
|
9729
|
+
|
|
9730
|
+
// motion
|
|
9731
|
+
@stepper-motion-duration: var(~'@{stepper-prefix}-motion-duration', @duration-promptly);
|
|
9732
|
+
|
|
9733
|
+
|
|
9687
9734
|
// sizing
|
|
9688
9735
|
@stepper-input-small-sizing-height: var(~'@{stepper-prefix}-input-small-sizing-height', 20px);
|
|
9689
9736
|
@stepper-input-middle-sizing-height: var(~'@{stepper-prefix}-input-middle-sizing-height', 28px);
|
|
@@ -9692,14 +9739,6 @@ textarea {
|
|
|
9692
9739
|
// spacing
|
|
9693
9740
|
@stepper-input-spacing-padding-horizontal: var(~'@{stepper-prefix}-input-spacing-padding-horizontal', 9px);
|
|
9694
9741
|
|
|
9695
|
-
// motion
|
|
9696
|
-
@stepper-motion-duration: var(~'@{stepper-prefix}-motion-duration', @duration-promptly);
|
|
9697
|
-
|
|
9698
|
-
// font
|
|
9699
|
-
// radius
|
|
9700
|
-
// line-height
|
|
9701
|
-
// z-index
|
|
9702
|
-
|
|
9703
9742
|
|
|
9704
9743
|
|
|
9705
9744
|
|
|
@@ -11852,12 +11891,6 @@ template {
|
|
|
11852
11891
|
@switch-prefix: '--@{kd-prefix}-c-switch';
|
|
11853
11892
|
|
|
11854
11893
|
|
|
11855
|
-
|
|
11856
|
-
|
|
11857
|
-
|
|
11858
|
-
|
|
11859
|
-
|
|
11860
|
-
|
|
11861
11894
|
// color
|
|
11862
11895
|
@switch-on-color: var(~'@{switch-prefix}-color-on', @color-theme);
|
|
11863
11896
|
@switch-off-color: var(~'@{switch-prefix}-color-off', #999);
|
|
@@ -12863,11 +12896,7 @@ template {
|
|
|
12863
12896
|
|
|
12864
12897
|
|
|
12865
12898
|
|
|
12866
|
-
|
|
12867
|
-
|
|
12868
12899
|
@timeline-prefix: '--@{kd-prefix}-c-timeline';
|
|
12869
|
-
|
|
12870
|
-
|
|
12871
12900
|
@timeline-gap: 8px;
|
|
12872
12901
|
|
|
12873
12902
|
// @timeline-dot-size: var(~'@{timeline-prefix}-dot-sizing',9px);
|
|
@@ -12875,10 +12904,6 @@ template {
|
|
|
12875
12904
|
|
|
12876
12905
|
|
|
12877
12906
|
|
|
12878
|
-
|
|
12879
|
-
|
|
12880
|
-
|
|
12881
|
-
|
|
12882
12907
|
// color
|
|
12883
12908
|
@timeline-finished-color: var(~'@{timeline-prefix}-finished-color',@color-theme);
|
|
12884
12909
|
@timeline-error-color: var(~'@{timeline-prefix}-error-color',@color-error);
|
|
@@ -13289,6 +13314,10 @@ template {
|
|
|
13289
13314
|
.@{tree-node-prefix-cls}-title {
|
|
13290
13315
|
color: @tree-node-checked-text-color;
|
|
13291
13316
|
}
|
|
13317
|
+
|
|
13318
|
+
.@{tree-node-prefix-cls}-icon {
|
|
13319
|
+
color: @tree-node-checked-text-color;
|
|
13320
|
+
}
|
|
13292
13321
|
}
|
|
13293
13322
|
|
|
13294
13323
|
&-draggabled {
|
|
@@ -13325,8 +13354,8 @@ template {
|
|
|
13325
13354
|
@tree-node-disabled-color: var(~'@{tree-prefix}-node-color-disabled', @color-disabled);
|
|
13326
13355
|
@tree-node-disabled-border-color: var(~'@{tree-prefix}-node-color-border-disabled', @color-border-disabled);
|
|
13327
13356
|
@tree-color-theme: var(~'@{tree-prefix}-color-theme', @color-theme);
|
|
13328
|
-
@tree-node-checked-bg-color: var(~'@{tree-prefix}-node-color-backgroung-checked',
|
|
13329
|
-
@tree-node-checked-text-color: var(~'@{tree-prefix}-node-color-text-checked', @color-theme
|
|
13357
|
+
@tree-node-checked-bg-color: var(~'@{tree-prefix}-node-color-backgroung-checked', @color-theme-3);
|
|
13358
|
+
@tree-node-checked-text-color: var(~'@{tree-prefix}-node-color-text-checked', @color-theme);
|
|
13330
13359
|
@tree-node-hover-bg-color: var(~'@{tree-prefix}-node-color-backgroung-hover', @color-hover);
|
|
13331
13360
|
@tree-node-icon-color-text: var(~'@{tree-prefix}-node-icon-color-text', #666666);
|
|
13332
13361
|
|