@kdcloudjs/kdesign 1.0.4 → 1.1.2
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 +62 -0
- package/dist/kdesign-complete.less +230 -224
- package/dist/kdesign.css +127 -96
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +46 -52
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +4 -4
- package/dist/kdesign.min.js +6 -6
- package/dist/kdesign.min.js.map +1 -1
- package/es/anchor/style/index.css +5 -0
- package/es/anchor/style/index.less +5 -0
- 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/index.css +4 -4
- package/es/button/style/index.less +1 -1
- package/es/button/style/token.less +16 -14
- package/es/card/card.d.ts +1 -0
- package/es/card/card.js +4 -1
- package/es/card/style/index.css +16 -0
- package/es/card/style/index.less +19 -0
- 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/city-picker/style/token.less +7 -7
- package/es/config-provider/compDefaultProps.d.ts +0 -1
- package/es/config-provider/compDefaultProps.js +1 -2
- 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/drawer/drawer.d.ts +0 -1
- package/es/drawer/drawer.js +6 -26
- package/es/drawer/style/index.css +8 -11
- package/es/drawer/style/index.less +7 -9
- package/es/drawer/style/token.less +3 -1
- package/es/dropdown/dropdown.d.ts +1 -0
- package/es/dropdown/dropdown.js +9 -6
- package/es/dropdown/menu.d.ts +1 -1
- package/es/dropdown/menu.js +3 -3
- 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/menu/menuItem.js +1 -2
- 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/notification/content.js +1 -1
- package/es/notification/style/index.css +1 -1
- package/es/notification/style/index.less +1 -1
- package/es/pagination/pagination.js +2 -2
- package/es/pagination/style/token.less +5 -3
- package/es/progress/style/token.less +0 -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/split-panel/style/index.css +24 -42
- package/es/split-panel/style/index.less +14 -33
- package/es/split-panel/style/token.less +15 -4
- 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/switch/style/token.less +0 -6
- package/es/timeline/style/token.less +0 -8
- package/es/transfer/operation.js +2 -2
- package/es/transfer/style/index.css +5 -1
- package/es/transfer/style/index.less +4 -0
- package/es/transfer/style/token.less +1 -1
- 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/anchor/style/index.css +5 -0
- package/lib/anchor/style/index.less +5 -0
- 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/index.css +4 -4
- package/lib/button/style/index.less +1 -1
- package/lib/button/style/token.less +16 -14
- package/lib/card/card.d.ts +1 -0
- package/lib/card/card.js +4 -1
- package/lib/card/style/index.css +16 -0
- package/lib/card/style/index.less +19 -0
- 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/city-picker/style/token.less +7 -7
- package/lib/config-provider/compDefaultProps.d.ts +0 -1
- package/lib/config-provider/compDefaultProps.js +1 -2
- 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/drawer/drawer.d.ts +0 -1
- package/lib/drawer/drawer.js +6 -26
- package/lib/drawer/style/index.css +8 -11
- package/lib/drawer/style/index.less +7 -9
- package/lib/drawer/style/token.less +3 -1
- package/lib/dropdown/dropdown.d.ts +1 -0
- package/lib/dropdown/dropdown.js +9 -6
- package/lib/dropdown/menu.d.ts +1 -1
- package/lib/dropdown/menu.js +3 -3
- 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/menu/menuItem.js +1 -2
- 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/notification/content.js +1 -1
- package/lib/notification/style/index.css +1 -1
- package/lib/notification/style/index.less +1 -1
- package/lib/pagination/pagination.js +2 -2
- package/lib/pagination/style/token.less +5 -3
- package/lib/progress/style/token.less +0 -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/split-panel/style/index.css +24 -42
- package/lib/split-panel/style/index.less +14 -33
- package/lib/split-panel/style/token.less +15 -4
- 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/switch/style/token.less +0 -6
- package/lib/timeline/style/token.less +0 -8
- package/lib/transfer/operation.js +2 -2
- package/lib/transfer/style/index.css +5 -1
- package/lib/transfer/style/index.less +4 -0
- package/lib/transfer/style/token.less +1 -1
- 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
|
@@ -191,6 +191,7 @@
|
|
|
191
191
|
margin-right: 10px;
|
|
192
192
|
font-size: @anchor-icon-font-size;
|
|
193
193
|
color: #666;
|
|
194
|
+
cursor: pointer;
|
|
194
195
|
&:hover:not(&-disabled) {
|
|
195
196
|
color: @anchor-color-theme;
|
|
196
197
|
}
|
|
@@ -201,6 +202,7 @@
|
|
|
201
202
|
margin-left: 10px;
|
|
202
203
|
font-size: @anchor-icon-font-size;
|
|
203
204
|
color: #666;
|
|
205
|
+
cursor: pointer;
|
|
204
206
|
&:hover:not(&-disabled) {
|
|
205
207
|
color: @anchor-color-theme;
|
|
206
208
|
}
|
|
@@ -252,6 +254,7 @@
|
|
|
252
254
|
&-advanced-arrows {
|
|
253
255
|
color: @anchor-advanced-arrows-color;
|
|
254
256
|
font-size: @anchor-icon-font-size;
|
|
257
|
+
cursor: pointer;
|
|
255
258
|
&:hover {
|
|
256
259
|
color: @anchor-color-theme;
|
|
257
260
|
}
|
|
@@ -275,6 +278,7 @@
|
|
|
275
278
|
padding: 0 8px 8px 0;
|
|
276
279
|
font-size: @anchor-advanced-lock-size;
|
|
277
280
|
color: @anchor-advanced-arrows-color;
|
|
281
|
+
cursor: pointer;
|
|
278
282
|
}
|
|
279
283
|
|
|
280
284
|
.@{anchor-prefix-cls} {
|
|
@@ -322,6 +326,7 @@
|
|
|
322
326
|
white-space: nowrap;
|
|
323
327
|
text-overflow: ellipsis;
|
|
324
328
|
line-height: 1.5;
|
|
329
|
+
cursor: pointer;
|
|
325
330
|
&:only-child {
|
|
326
331
|
margin-bottom: 0;
|
|
327
332
|
}
|
|
@@ -469,12 +474,8 @@
|
|
|
469
474
|
}
|
|
470
475
|
@avatar-custom-prefix: '--@{kd-prefix}-c-avatar';
|
|
471
476
|
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
@avatar-size-x-small: var(~'@{avatar-custom-prefix}-size-x-small', 24px);
|
|
475
|
-
@avatar-size-small: var(~'@{avatar-custom-prefix}-size-small', 32px);
|
|
476
|
-
@avatar-size-base: var(~'@{avatar-custom-prefix}-size-base', 40px);
|
|
477
|
-
@avatar-size-large: var(~'@{avatar-custom-prefix}-size-large', 60px);
|
|
477
|
+
// color
|
|
478
|
+
@avatar-color-background: var(~'@{avatar-custom-prefix}-color-background', #B2B2B2);
|
|
478
479
|
|
|
479
480
|
// font
|
|
480
481
|
@avatar-font-size-x-small: var(~'@{avatar-custom-prefix}-font-size-x-small', 14px);
|
|
@@ -482,11 +483,20 @@
|
|
|
482
483
|
@avatar-font-size-base: var(~'@{avatar-custom-prefix}-font-size-base', 22px);
|
|
483
484
|
@avatar-font-size-large: var(~'@{avatar-custom-prefix}-font-size-large', 36px);
|
|
484
485
|
|
|
486
|
+
|
|
485
487
|
// radius
|
|
486
488
|
@avatar-border-radius: var(~'@{avatar-custom-prefix}-border-radius', 2px);
|
|
487
489
|
|
|
488
|
-
//
|
|
489
|
-
@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
|
+
|
|
490
500
|
|
|
491
501
|
|
|
492
502
|
|
|
@@ -695,15 +705,20 @@
|
|
|
695
705
|
background: @base-data-dropdown-color-background;
|
|
696
706
|
overflow: auto;
|
|
697
707
|
max-height: @base-data-dropdown-height;
|
|
708
|
+
color: @base-data-color-text;
|
|
698
709
|
|
|
699
710
|
&-columns,
|
|
700
711
|
&-options {
|
|
701
712
|
display: flex;
|
|
702
713
|
align-items: center;
|
|
703
714
|
|
|
715
|
+
&.selected {
|
|
716
|
+
color: @base-data-option-color-text-active;
|
|
717
|
+
}
|
|
718
|
+
|
|
704
719
|
&-item {
|
|
705
720
|
flex: 1;
|
|
706
|
-
padding: 0
|
|
721
|
+
padding: 0 @base-data-option-spacing-padding-vertical;
|
|
707
722
|
white-space: nowrap;
|
|
708
723
|
overflow: hidden;
|
|
709
724
|
text-overflow: ellipsis;
|
|
@@ -747,7 +762,7 @@
|
|
|
747
762
|
}
|
|
748
763
|
|
|
749
764
|
&-columns {
|
|
750
|
-
height:
|
|
765
|
+
height: @base-data-dropdown-columns-height;
|
|
751
766
|
background: @base-data-hover-bg;
|
|
752
767
|
}
|
|
753
768
|
|
|
@@ -764,7 +779,7 @@
|
|
|
764
779
|
}
|
|
765
780
|
|
|
766
781
|
&-footer {
|
|
767
|
-
height:
|
|
782
|
+
height: @base-data-dropdown-footer-height;
|
|
768
783
|
border-top: 1px solid @base-data-footer-color-border;
|
|
769
784
|
|
|
770
785
|
&-btn {
|
|
@@ -837,6 +852,7 @@
|
|
|
837
852
|
// color
|
|
838
853
|
@base-data-border-color: var(~'@{base-data-custom-prefix}-color-border', #999);
|
|
839
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);
|
|
840
856
|
@base-data-color-border-hover: var(~'@{base-data-custom-prefix}-border-color-hover', @color-theme);
|
|
841
857
|
@base-data-dropdown-color-background: var(~'@{base-data-custom-prefix}-dropdown-radius-border', @color-background);
|
|
842
858
|
@base-data-dropdown-icon-text-color: var(~'@{base-data-custom-prefix}-dropdown-icon-color-text', @color-warning);
|
|
@@ -846,6 +862,7 @@
|
|
|
846
862
|
@base-data-footer-color-border: var(~'@{base-data-custom-prefix}-footer-color-border', @color-border-strong);
|
|
847
863
|
@base-data-icon-text-color-hover: var(~'@{base-data-custom-prefix}-icon-color-text-hover', @color-theme);
|
|
848
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);
|
|
849
866
|
|
|
850
867
|
// radius
|
|
851
868
|
@base-data-dropdown-radius-border: var(~'@{base-data-custom-prefix}-dropdown-radius-border', @radius-border);
|
|
@@ -854,6 +871,11 @@
|
|
|
854
871
|
@base-data-width: var(~'@{base-data-custom-prefix}-sizing-width', 230px);
|
|
855
872
|
@base-data-dropdown-height: var(~'@{base-data-custom-prefix}-dropdown-sizing-height', 400px);
|
|
856
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);
|
|
857
879
|
|
|
858
880
|
// z-index
|
|
859
881
|
@base-data-dropdown-z-index: var(~'@{base-data-custom-prefix}-dropdown-z-index', @z-index-popper);
|
|
@@ -936,7 +958,7 @@
|
|
|
936
958
|
&:disabled {
|
|
937
959
|
background-color: @btn-ghost-background-color-disabled !important;
|
|
938
960
|
border-color: @btn-ghost-border-color-disabled !important;
|
|
939
|
-
color: @btn-ghost-border-color-
|
|
961
|
+
color: @btn-ghost-border-color-disabled !important;
|
|
940
962
|
}
|
|
941
963
|
}
|
|
942
964
|
&-iconWrapper-left {
|
|
@@ -1123,16 +1145,16 @@
|
|
|
1123
1145
|
@btn-ghost-border-color-disabled: var(~'@{button-custom-prefix}-ghost-color-border-disabled', @color-disabled); //幽灵disabled边框颜色
|
|
1124
1146
|
@btn-ghost-font-color-disabled: var(~'@{button-custom-prefix}-ghost-color-text-disabled', @color-disabled); // 幽灵disabled按钮文字颜色
|
|
1125
1147
|
|
|
1126
|
-
@btn-second-background-color:
|
|
1148
|
+
@btn-second-background-color: var(~'@{button-custom-prefix}-second-color-background', @color-background-3); // 次要背景颜色
|
|
1127
1149
|
@btn-second-border-color: var(~'@{button-custom-prefix}-second-color-border', @color-border-strong-3); // 次要边框颜色
|
|
1128
1150
|
@btn-second-font-color: var(~'@{button-custom-prefix}-second-color-text', @color-text-secondary-3); // 次要文字颜色
|
|
1129
|
-
@btn-second-background-color-hover:
|
|
1151
|
+
@btn-second-background-color-hover: var(~'@{button-custom-prefix}-second-color-background-hover', @color-white); // 次要hover背景颜色
|
|
1130
1152
|
@btn-second-border-color-hover: var(~'@{button-custom-prefix}-second-color-border-hover', @color-border-strong); // 次要hover边框颜色
|
|
1131
1153
|
@btn-second-font-color-hover: var(~'@{button-custom-prefix}-second-color-text-hover', @color-text-secondary); // 次要hover文字颜色
|
|
1132
|
-
@btn-second-background-color-active:
|
|
1154
|
+
@btn-second-background-color-active: var(~'@{button-custom-prefix}-second-color-background-active', @color-white); // 次要active背景颜色
|
|
1133
1155
|
@btn-second-border-color-active: var(~'@{button-custom-prefix}-second-color-border-active', @color-border-strong); // 次要active边框颜色
|
|
1134
1156
|
@btn-second-font-color-active: var(~'@{button-custom-prefix}-second-color-text-active', @color-text-secondary); // 次要active文字颜色
|
|
1135
|
-
@btn-second-background-color-disabled:
|
|
1157
|
+
@btn-second-background-color-disabled: var(~'@{button-custom-prefix}-second-color-background-disabled', @color-background-3); // 次要disabled背景颜色
|
|
1136
1158
|
@btn-second-border-color-disabled: var(~'@{button-custom-prefix}-second-color-border-disabled', @color-text-secondary-3); // 次要disabled边框颜色
|
|
1137
1159
|
@btn-second-font-color-disabled: var(~'@{button-custom-prefix}-second-color-text-disabled', @color-text-secondary-3); // 次要disabled文字颜色
|
|
1138
1160
|
|
|
@@ -1155,28 +1177,30 @@
|
|
|
1155
1177
|
@btn-background-ghost-g-text-color: var(~'@{button-custom-prefix}-background-ghost-color-text', @color-theme);
|
|
1156
1178
|
@btn-background-ghost-g-text-color-hover: var(~'@{button-custom-prefix}-background-ghost-color-text-hover', @color-white);
|
|
1157
1179
|
|
|
1158
|
-
// duration
|
|
1159
|
-
@btn-transition-fn: var(~'@{button-custom-prefix}-motion-timing-function', cubic-bezier(0.075, 0.82, 0.165, 1));
|
|
1160
|
-
@btn-duration-fade: var(~'@{button-custom-prefix}-motion-duration-fade', @duration-slowly);
|
|
1161
|
-
@btn-duration-wave: var(~'@{button-custom-prefix}-motion-duration-wave', @duration-quickly);
|
|
1162
|
-
|
|
1163
1180
|
// font
|
|
1164
1181
|
@btn-g-font-weight: var(~'@{button-custom-prefix}-font-weight', @font-weight-light);
|
|
1165
1182
|
@btn-small-font-size: var(~'@{button-custom-prefix}-font-size-small', @font-size-small); // 小号 文字大小
|
|
1166
1183
|
@btn-middle-font-size: var(~'@{button-custom-prefix}-font-size-middle', @font-size-small); // 中号 文字大小
|
|
1167
1184
|
@btn-large-font-size: var(~'@{button-custom-prefix}-font-size-large', @font-size-large); // 大号 文字大小
|
|
1168
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
|
+
|
|
1169
1193
|
// radius
|
|
1170
|
-
@btn-g-radius-border: var(~'@{button-custom-prefix}-radius-border', @radius-border)
|
|
1194
|
+
@btn-g-radius-border: var(~'@{button-custom-prefix}-radius-border', @radius-border); //圆角
|
|
1171
1195
|
|
|
1172
1196
|
// sizing
|
|
1173
1197
|
@btn-border-width: var(~'@{button-custom-prefix}-sizing-border', 1px);
|
|
1174
1198
|
@btn-small-height: var(~'@{button-custom-prefix}-sizing-height-small', 24px); // 小号 高度
|
|
1175
|
-
@btn-small-min-width: var(~'@{button-custom-prefix}-sizing-min-
|
|
1199
|
+
@btn-small-min-width: var(~'@{button-custom-prefix}-sizing-min-width-small', 60px); // 小号 最小宽度
|
|
1176
1200
|
@btn-middle-height: var(~'@{button-custom-prefix}-sizing-height-middle', 28px); // 中号 高度 高度配置
|
|
1177
|
-
@btn-middle-min-width: var(~'@{button-custom-prefix}-sizing-min-
|
|
1201
|
+
@btn-middle-min-width: var(~'@{button-custom-prefix}-sizing-min-width-middle', 60px); // 中号 最小宽度
|
|
1178
1202
|
@btn-large-height: var(~'@{button-custom-prefix}-sizing-height-large', 32px); // 大号 高度
|
|
1179
|
-
@btn-large-min-width: var(~'@{button-custom-prefix}-sizing-min-
|
|
1203
|
+
@btn-large-min-width: var(~'@{button-custom-prefix}-sizing-min-width-large', 80px); // 大号 最小宽度
|
|
1180
1204
|
|
|
1181
1205
|
// spacing
|
|
1182
1206
|
@btn-small-padding-vertical: var(~'@{button-custom-prefix}-spacing-padding-vertical-small', 3px); // 小号 内间距 纵向
|
|
@@ -1189,7 +1213,6 @@
|
|
|
1189
1213
|
|
|
1190
1214
|
|
|
1191
1215
|
|
|
1192
|
-
|
|
1193
1216
|
@card-prefix-cls: ~'@{kd-prefix}-card';
|
|
1194
1217
|
|
|
1195
1218
|
.@{card-prefix-cls} {
|
|
@@ -1287,10 +1310,28 @@
|
|
|
1287
1310
|
}
|
|
1288
1311
|
|
|
1289
1312
|
|
|
1313
|
+
.@{card-prefix-cls}-extra {
|
|
1314
|
+
position: absolute;
|
|
1315
|
+
top: 6px;
|
|
1316
|
+
right: 4px;
|
|
1317
|
+
i {
|
|
1318
|
+
font-size: 22px;
|
|
1319
|
+
width: 32px;
|
|
1320
|
+
cursor: pointer;
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.@{card-prefix-cls}-lists-icon {
|
|
1325
|
+
font-size: 32px;
|
|
1326
|
+
position: absolute;
|
|
1327
|
+
top: 6px;
|
|
1328
|
+
right: 40px;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1290
1331
|
|
|
1291
1332
|
@card-prefix: '--@{kd-prefix}-c-card';
|
|
1292
1333
|
|
|
1293
|
-
|
|
1334
|
+
|
|
1294
1335
|
// color
|
|
1295
1336
|
@card-color-background: var(~'@{card-prefix}-color-background', @color-white);
|
|
1296
1337
|
@card-actions-color: var(~'@{card-prefix}-actions-color', @color-theme);
|
|
@@ -1299,21 +1340,21 @@
|
|
|
1299
1340
|
@card-title-color: var(~'@{card-prefix}-title-color', @color-text-primary);
|
|
1300
1341
|
@card-content-color: var(~'@{card-prefix}-content-color', @color-text-secondary);
|
|
1301
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);
|
|
1302
1346
|
|
|
1303
1347
|
// sizing
|
|
1304
1348
|
@card-sizing-title-height: var(~'@{card-prefix}-sizing-title-height', 40px);
|
|
1349
|
+
|
|
1305
1350
|
// spacing
|
|
1306
1351
|
@card-spacing-padding-horizontal: var(~'@{card-prefix}-spacing-padding-horizontal', 12px);
|
|
1307
1352
|
@card-spacing-padding-vertical: var(~'@{card-prefix}-spacing-padding-vertical', 8px);
|
|
1308
1353
|
|
|
1309
|
-
// motion
|
|
1310
|
-
// font
|
|
1311
|
-
@card-title-font-size: var(~'@{card-prefix}-title-font-size', @font-size-middle);
|
|
1312
|
-
@card-content-font-size: var(~'@{card-prefix}-content-font-size', @font-size-small);
|
|
1313
1354
|
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
|
|
1317
1358
|
|
|
1318
1359
|
|
|
1319
1360
|
|
|
@@ -1466,12 +1507,9 @@
|
|
|
1466
1507
|
|
|
1467
1508
|
@carousel-prefix: '--@{kd-prefix}-c-carousel';
|
|
1468
1509
|
|
|
1469
|
-
//
|
|
1470
|
-
@carousel-dots-
|
|
1471
|
-
@carousel-dots-
|
|
1472
|
-
@carousel-dots-margin-left: var(~'@{carousel-prefix}-spacing-margin-left', 15px); // 面板指示点到边界的边距
|
|
1473
|
-
@carousel-dots-margin-right: var(~'@{carousel-prefix}-spacing-margin-right', 15px); // 面板指示点到边界的边距
|
|
1474
|
-
@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); // 面板指示点的背景色
|
|
1475
1513
|
|
|
1476
1514
|
// radius
|
|
1477
1515
|
@carousel-dots-boder-radius: var(~'@{carousel-prefix}-dots-border-radius', 2px); // 面板指示点的圆角
|
|
@@ -1481,9 +1519,14 @@
|
|
|
1481
1519
|
@carousel-dots-width: var(~'@{carousel-prefix}-dots-sizing-width', 12px); // 面板指示点的宽度
|
|
1482
1520
|
@carousel-dots-height: var(~'@{carousel-prefix}-dots-sizing-height', 4px); // 面板指示点的高度
|
|
1483
1521
|
|
|
1484
|
-
//
|
|
1485
|
-
@carousel-dots-
|
|
1486
|
-
@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
|
+
|
|
1487
1530
|
|
|
1488
1531
|
|
|
1489
1532
|
|
|
@@ -2282,19 +2325,19 @@
|
|
|
2282
2325
|
@city-picker-background-color: var(~'@{city-picker-prefix}-color-background', @color-background-contain);
|
|
2283
2326
|
@city-picker-background-hover-color: var(~'@{city-picker-prefix}-color-background-hover', @color-hover);
|
|
2284
2327
|
|
|
2285
|
-
// sizing
|
|
2286
|
-
@city-picker-panel-sizing-width: var(~'@{city-picker-prefix}-panel-sizing-width', 460px);
|
|
2287
|
-
@city-picker-panel-sizing-height: var(~'@{city-picker-prefix}-panel-sizing-height', 373px);
|
|
2288
|
-
// spacing
|
|
2289
|
-
// motion
|
|
2290
2328
|
|
|
2291
2329
|
// font
|
|
2292
2330
|
@city-picker-panel-font-size: var(~'@{city-picker-prefix}-panel-font-size', 12px);
|
|
2293
2331
|
|
|
2294
2332
|
// radius
|
|
2295
2333
|
@city-picker-panel-radius-border: var(~'@{city-picker-prefix}-panel-radius-border', @radius-border);
|
|
2296
|
-
|
|
2297
|
-
//
|
|
2334
|
+
|
|
2335
|
+
// sizing
|
|
2336
|
+
@city-picker-panel-sizing-width: var(~'@{city-picker-prefix}-panel-sizing-width', 460px);
|
|
2337
|
+
@city-picker-panel-sizing-height: var(~'@{city-picker-prefix}-panel-sizing-height', 373px);
|
|
2338
|
+
|
|
2339
|
+
|
|
2340
|
+
|
|
2298
2341
|
|
|
2299
2342
|
|
|
2300
2343
|
|
|
@@ -2528,7 +2571,7 @@
|
|
|
2528
2571
|
bottom: -1px;
|
|
2529
2572
|
height: 2px;
|
|
2530
2573
|
margin-left: 11px;
|
|
2531
|
-
background:
|
|
2574
|
+
background: @date-bar-color-bg-active;
|
|
2532
2575
|
opacity: 0;
|
|
2533
2576
|
transition: all 0.3s ease-out;
|
|
2534
2577
|
pointer-events: none;
|
|
@@ -2656,7 +2699,7 @@
|
|
|
2656
2699
|
|
|
2657
2700
|
&:not(.@{datePicker-prefix-cls}-year-item-disabled) {
|
|
2658
2701
|
.@{datePicker-prefix-cls}-year-text-selected {
|
|
2659
|
-
background:
|
|
2702
|
+
background: @date-square-item-color-selected;
|
|
2660
2703
|
}
|
|
2661
2704
|
}
|
|
2662
2705
|
}
|
|
@@ -2712,7 +2755,7 @@
|
|
|
2712
2755
|
|
|
2713
2756
|
&:not(.@{datePicker-prefix-cls}-month-item-disabled) {
|
|
2714
2757
|
.@{datePicker-prefix-cls}-month-text-selected {
|
|
2715
|
-
background:
|
|
2758
|
+
background: @date-square-item-color-selected;
|
|
2716
2759
|
}
|
|
2717
2760
|
}
|
|
2718
2761
|
}
|
|
@@ -2772,7 +2815,7 @@
|
|
|
2772
2815
|
|
|
2773
2816
|
&:not(.@{datePicker-prefix-cls}-quarter-item-disabled) {
|
|
2774
2817
|
.@{datePicker-prefix-cls}-quarter-text-selected {
|
|
2775
|
-
background:
|
|
2818
|
+
background: @date-square-item-color-selected;
|
|
2776
2819
|
}
|
|
2777
2820
|
}
|
|
2778
2821
|
}
|
|
@@ -2839,7 +2882,7 @@
|
|
|
2839
2882
|
}
|
|
2840
2883
|
|
|
2841
2884
|
.@{datePicker-prefix-cls}-calendar-text-selected {
|
|
2842
|
-
background:
|
|
2885
|
+
background: @date-square-item-color-selected !important;
|
|
2843
2886
|
}
|
|
2844
2887
|
}
|
|
2845
2888
|
|
|
@@ -2902,7 +2945,7 @@
|
|
|
2902
2945
|
&:hover {
|
|
2903
2946
|
& .@{datePicker-prefix-cls}-calendar-item:not(.@{datePicker-prefix-cls}-calendar-item-disabled) {
|
|
2904
2947
|
.@{datePicker-prefix-cls}-calendar-week-text::before {
|
|
2905
|
-
background:
|
|
2948
|
+
background: @date-square-item-color-selected;
|
|
2906
2949
|
}
|
|
2907
2950
|
}
|
|
2908
2951
|
}
|
|
@@ -3018,7 +3061,7 @@
|
|
|
3018
3061
|
height: 24px;
|
|
3019
3062
|
width: 100%;
|
|
3020
3063
|
margin: 0 -4px;
|
|
3021
|
-
background:
|
|
3064
|
+
background: @date-range-item-color-bg;
|
|
3022
3065
|
}
|
|
3023
3066
|
}
|
|
3024
3067
|
|
|
@@ -3112,7 +3155,7 @@
|
|
|
3112
3155
|
|
|
3113
3156
|
.@{datePicker-prefix-cls}-time-cell-selected {
|
|
3114
3157
|
.@{datePicker-prefix-cls}-time-cell-inner {
|
|
3115
|
-
background:
|
|
3158
|
+
background: @date-range-item-color-bg;
|
|
3116
3159
|
}
|
|
3117
3160
|
}
|
|
3118
3161
|
|
|
@@ -3324,7 +3367,6 @@
|
|
|
3324
3367
|
|
|
3325
3368
|
@date-picker-custom-prefix: ~'--@{kd-prefix}-c-date-picker';
|
|
3326
3369
|
|
|
3327
|
-
// shadow
|
|
3328
3370
|
// color
|
|
3329
3371
|
@date-color-background-checked: var(~'@{date-picker-custom-prefix}-color-background-checked', @color-theme);
|
|
3330
3372
|
@date-wrapper-color-background: var(~'@{date-picker-custom-prefix}-wrapper-color-background', @color-background);
|
|
@@ -3336,7 +3378,6 @@
|
|
|
3336
3378
|
@date-input-color-background: var(~'@{date-picker-custom-prefix}-input-color-background', @color-white);
|
|
3337
3379
|
@date-input-color-background-disabled: var(~'@{date-picker-custom-prefix}-input-color-background-disabled', @color-background-contain-disabled);
|
|
3338
3380
|
@date-input-color-focus: var(~'@{date-picker-custom-prefix}-input-color-focused', @color-text-primary);
|
|
3339
|
-
|
|
3340
3381
|
@date-icon-color: var(~'@{date-picker-custom-prefix}-icon-color', @color-disabled);
|
|
3341
3382
|
@date-clear-background-color: var(~'@{date-picker-custom-prefix}-clear-color-background', @color-background);
|
|
3342
3383
|
@date-clear-background-color-hover: var(~'@{date-picker-custom-prefix}-clear-color-background-hover', @color-theme-5);
|
|
@@ -3344,8 +3385,10 @@
|
|
|
3344
3385
|
@date-container-color: var(~'@{date-picker-custom-prefix}-container-color', @color-text-primary);
|
|
3345
3386
|
@date-container-color-border: var(~'@{date-picker-custom-prefix}-container-color-border', @color-border-weak);
|
|
3346
3387
|
@date-container-color-background: var(~'@{date-picker-custom-prefix}-container-color-background', @color-background-2);
|
|
3347
|
-
|
|
3348
3388
|
@date-footer-color-background: var(~'@{date-picker-custom-prefix}-footer-color-background', @color-background);
|
|
3389
|
+
@date-bar-color-bg-active: var(~'@{date-picker-custom-prefix}-bar-color-bg-active', @color-theme);
|
|
3390
|
+
@date-square-item-color-selected: var(~'@{date-picker-custom-prefix}-square-item-color-selected', @color-theme-hover);
|
|
3391
|
+
@date-range-item-color-bg: var(~'@{date-picker-custom-prefix}-range-item-color-bg', @color-theme-1);
|
|
3349
3392
|
|
|
3350
3393
|
// sizing
|
|
3351
3394
|
@date-width: var(~'@{date-picker-custom-prefix}-sizing-width', 230px);
|
|
@@ -3363,8 +3406,6 @@
|
|
|
3363
3406
|
@date-large-padding-horizontal: var(~'@{date-picker-custom-prefix}-large-spacing-padding-horizontal', 9px); // 大号 内间距 横向
|
|
3364
3407
|
@date-suffix-spacing-margin-left: var(~'@{date-picker-custom-prefix}-suffix-spacing-margin-left', 10px);
|
|
3365
3408
|
|
|
3366
|
-
|
|
3367
|
-
// motion
|
|
3368
3409
|
// font
|
|
3369
3410
|
@date-container-font-size: var(~'@{date-picker-custom-prefix}-container-font-size', @font-size-small);
|
|
3370
3411
|
@date-panel-font-size: var(~'@{date-picker-custom-prefix}-panel-font-size', @font-size-middle);
|
|
@@ -3376,22 +3417,6 @@
|
|
|
3376
3417
|
@date-input-border-radius: var(~'@{date-picker-custom-prefix}-input-radius-border', @radius-border);
|
|
3377
3418
|
@date-panel-border-radius: var(~'@{date-picker-custom-prefix}-panel-radius-border', @radius-border);
|
|
3378
3419
|
|
|
3379
|
-
// line-height
|
|
3380
|
-
// z-index
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
3420
|
|
|
3396
3421
|
|
|
3397
3422
|
|
|
@@ -3426,17 +3451,17 @@
|
|
|
3426
3451
|
position: absolute;
|
|
3427
3452
|
}
|
|
3428
3453
|
}
|
|
3429
|
-
&-container-left
|
|
3430
|
-
.drawer-container-placement-horizontal();
|
|
3431
|
-
}
|
|
3454
|
+
&-container-left,
|
|
3432
3455
|
&-container-right {
|
|
3433
3456
|
.drawer-container-placement-horizontal();
|
|
3434
3457
|
}
|
|
3435
|
-
&-container-top
|
|
3436
|
-
.drawer-container-placement-vertical();
|
|
3437
|
-
}
|
|
3458
|
+
&-container-top,
|
|
3438
3459
|
&-container-bottom {
|
|
3439
3460
|
.drawer-container-placement-vertical();
|
|
3461
|
+
.@{drawer-prefix-cls}-body {
|
|
3462
|
+
max-height: @drawer-body-max-height-vertical;
|
|
3463
|
+
overflow-y: auto;
|
|
3464
|
+
}
|
|
3440
3465
|
}
|
|
3441
3466
|
|
|
3442
3467
|
&-container-box {
|
|
@@ -3450,10 +3475,9 @@
|
|
|
3450
3475
|
display: flex;
|
|
3451
3476
|
justify-content: space-between;
|
|
3452
3477
|
align-items: center;
|
|
3453
|
-
padding: @drawer-header-padding;
|
|
3478
|
+
padding: @drawer-header-padding-vertical @drawer-header-padding-horizontal;
|
|
3454
3479
|
border-bottom: @drawer-dividing-width solid @drawer-dividing-color;
|
|
3455
3480
|
.@{drawer-prefix-cls}-title {
|
|
3456
|
-
margin-left: 20px;
|
|
3457
3481
|
letter-spacing: 0;
|
|
3458
3482
|
line-height: 26px;
|
|
3459
3483
|
font-size: @drawer-title-font-size;
|
|
@@ -3464,7 +3488,6 @@
|
|
|
3464
3488
|
color: @drawer-close-icon-color;
|
|
3465
3489
|
font-size: @drawer-close-icon-font-size;
|
|
3466
3490
|
}
|
|
3467
|
-
margin-right: 10px;
|
|
3468
3491
|
cursor: pointer;
|
|
3469
3492
|
}
|
|
3470
3493
|
}
|
|
@@ -3512,10 +3535,12 @@
|
|
|
3512
3535
|
@drawer-close-icon-font-size: var(~'@{drawer-custom-prefix}-close-icon-font-size', @font-size-large);
|
|
3513
3536
|
|
|
3514
3537
|
// sizing
|
|
3538
|
+
@drawer-body-max-height-vertical: var(~'@{drawer-custom-prefix}-body-max-height-vertical', 470px);
|
|
3515
3539
|
@drawer-dividing-width: var(~'@{drawer-custom-prefix}-dividing-sizing-width', 1px);
|
|
3516
3540
|
|
|
3517
3541
|
// spacing
|
|
3518
|
-
@drawer-header-padding: var(~'@{drawer-custom-prefix}-header-sizing-padding', 12px);
|
|
3542
|
+
@drawer-header-padding-vertical: var(~'@{drawer-custom-prefix}-header-sizing-padding-vertical', 12px);
|
|
3543
|
+
@drawer-header-padding-horizontal: var(~'@{drawer-custom-prefix}-header-sizing-padding-horizontal', 16px);
|
|
3519
3544
|
@drawer-body-padding: var(~'@{drawer-custom-prefix}-body-sizing-padding', 16px);
|
|
3520
3545
|
|
|
3521
3546
|
|
|
@@ -4077,13 +4102,12 @@
|
|
|
4077
4102
|
position: relative;
|
|
4078
4103
|
&-message {
|
|
4079
4104
|
position: absolute;
|
|
4080
|
-
left:
|
|
4105
|
+
left: -7px;
|
|
4081
4106
|
right: 0;
|
|
4082
4107
|
padding: @form-field-message-spacing-padding-horizontal @form-field-message-spacing-padding-vertical;
|
|
4083
4108
|
font-size: @form-field-message-font-size;
|
|
4084
4109
|
line-height: @form-field-message-line-height;
|
|
4085
4110
|
color: @form-error-color;
|
|
4086
|
-
background-color: @form-error-color-background;
|
|
4087
4111
|
word-break: break-word;
|
|
4088
4112
|
overflow: hidden;
|
|
4089
4113
|
white-space: nowrap;
|
|
@@ -4095,29 +4119,24 @@
|
|
|
4095
4119
|
|
|
4096
4120
|
@form-prefix: '--@{kd-prefix}-c-form';
|
|
4097
4121
|
|
|
4098
|
-
// shadow
|
|
4099
4122
|
// color
|
|
4100
4123
|
@form-field-color: var(~'@{form-prefix}-field-color', @color-text-secondary);
|
|
4101
4124
|
@form-error-color: var(~'@{form-prefix}-error-color', @color-error);
|
|
4102
|
-
@form-error-color-background: var(~'@{form-prefix}-error-color-background', @color-background-error);
|
|
4103
|
-
|
|
4104
|
-
// sizing
|
|
4105
|
-
// spacing
|
|
4106
|
-
@form-field-spacing-margin-right: var(~'@{form-prefix}-field-spacing-margin-right', 30px);
|
|
4107
|
-
@form-field-spacing-margin-bottom: var(~'@{form-prefix}-field-spacing-margin-bottom', 22px);
|
|
4108
|
-
@form-field-message-spacing-padding-horizontal: var(~'@{form-prefix}-field-message-spacing-padding-horizontal', 2px);
|
|
4109
|
-
@form-field-message-spacing-padding-vertical: var(~'@{form-prefix}-field-message-spacing-padding-vertical', 8px);
|
|
4110
4125
|
|
|
4111
|
-
// motion
|
|
4112
4126
|
// font
|
|
4113
4127
|
@form-field-label-font-size: var(~'@{form-prefix}-field-label-font-size',12px);
|
|
4114
4128
|
@form-field-message-font-size: var(~'@{form-prefix}-field-message-font-size', 12px);
|
|
4115
4129
|
|
|
4116
|
-
// radius
|
|
4117
4130
|
// line-height
|
|
4118
4131
|
@form-field-label-line-height: var(~'@{form-prefix}-field-label-line-height', 18px);
|
|
4119
4132
|
@form-field-message-line-height: var(~'@{form-prefix}-field-message-line-height', 18px);
|
|
4120
|
-
|
|
4133
|
+
|
|
4134
|
+
// spacing
|
|
4135
|
+
@form-field-spacing-margin-right: var(~'@{form-prefix}-field-spacing-margin-right', 30px);
|
|
4136
|
+
@form-field-spacing-margin-bottom: var(~'@{form-prefix}-field-spacing-margin-bottom', 22px);
|
|
4137
|
+
@form-field-message-spacing-padding-horizontal: var(~'@{form-prefix}-field-message-spacing-padding-horizontal', 2px);
|
|
4138
|
+
@form-field-message-spacing-padding-vertical: var(~'@{form-prefix}-field-message-spacing-padding-vertical', 8px);
|
|
4139
|
+
|
|
4121
4140
|
|
|
4122
4141
|
|
|
4123
4142
|
|
|
@@ -4385,24 +4404,11 @@
|
|
|
4385
4404
|
|
|
4386
4405
|
@image-prefix: '--@{kd-prefix}-c-image';
|
|
4387
4406
|
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
4407
|
@image-transition-duration: var(~'@{image-prefix}-transition-duration',@transition-duration);
|
|
4395
|
-
|
|
4396
4408
|
@image-motion-ease-out: var(~'@{image-prefix}-motion-ease-out',@motion-ease-out);
|
|
4397
4409
|
@image-motion-ease-in: var(~'@{image-prefix}-motion-ease-out',@motion-ease-in);
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
4410
|
@image-z-index-masker: var(~'@{image-prefix}-z-index-masker',@z-index-masker);
|
|
4402
|
-
|
|
4403
4411
|
@image-border-radius: var(~'@{image-prefix}-radius-border',@radius-border);
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
4412
|
@image-action-transition: var(~'@{image-prefix}-action-transition',@duration-quickly);
|
|
4407
4413
|
|
|
4408
4414
|
|
|
@@ -5857,13 +5863,13 @@ textarea {
|
|
|
5857
5863
|
position: relative;
|
|
5858
5864
|
display: inline-block;
|
|
5859
5865
|
box-sizing: border-box;
|
|
5860
|
-
min-width:
|
|
5861
|
-
max-width:
|
|
5862
|
-
margin: 0 auto
|
|
5863
|
-
padding:
|
|
5866
|
+
min-width: @message-sizing-min-width;
|
|
5867
|
+
max-width: @message-sizing-max-width;
|
|
5868
|
+
margin: 0 auto @message-spacing-margin-bottom;
|
|
5869
|
+
padding: @message-spacing-padding-horizontal @message-spacing-padding-vertical;
|
|
5864
5870
|
color: @message-info-text-color;
|
|
5865
5871
|
border: 1px solid @message-info-color-border;
|
|
5866
|
-
border-radius:
|
|
5872
|
+
border-radius: @message-border-radius;
|
|
5867
5873
|
background-color: @message-info-color-background;
|
|
5868
5874
|
pointer-events: all;
|
|
5869
5875
|
animation: kdNoticeEffect calc(@transition-duration - 0.2s) @ease-out forwards;
|
|
@@ -5871,19 +5877,32 @@ textarea {
|
|
|
5871
5877
|
&-content {
|
|
5872
5878
|
display: flex;
|
|
5873
5879
|
justify-content: space-between;
|
|
5874
|
-
font-size:
|
|
5880
|
+
font-size: @message-font-size;
|
|
5881
|
+
line-height: @messgae-line-height;
|
|
5875
5882
|
|
|
5876
5883
|
&-main{
|
|
5877
5884
|
display: flex;
|
|
5885
|
+
}
|
|
5886
|
+
|
|
5887
|
+
&-icon-wrapper{
|
|
5888
|
+
font-size: @message-icon-font-size;
|
|
5889
|
+
margin-right: @message-icon-spacing-margin-right;
|
|
5890
|
+
align-self: flex-start;
|
|
5891
|
+
display: inline-flex;
|
|
5878
5892
|
align-items: center;
|
|
5893
|
+
}
|
|
5879
5894
|
|
|
5880
|
-
|
|
5881
|
-
|
|
5882
|
-
|
|
5895
|
+
&-text {
|
|
5896
|
+
max-height: @message-text-sizing-max-height;
|
|
5897
|
+
overflow: auto;
|
|
5883
5898
|
}
|
|
5884
5899
|
|
|
5885
5900
|
&-close{
|
|
5886
5901
|
cursor: pointer;
|
|
5902
|
+
color: @message-close-color-text;
|
|
5903
|
+
font-size: @message-close-font-size;
|
|
5904
|
+
margin-left: @message-close-spacing-margin-left;
|
|
5905
|
+
display: inline-flex;
|
|
5887
5906
|
|
|
5888
5907
|
&:hover {
|
|
5889
5908
|
color: @message-icon-text-color-hover;
|
|
@@ -5942,17 +5961,41 @@ textarea {
|
|
|
5942
5961
|
// color
|
|
5943
5962
|
@message-info-color-background: var(~'@{message-custom-prefix}-info-color-background', #e0efff);
|
|
5944
5963
|
@message-info-color-border: var(~'@{message-custom-prefix}-info-color-border', #b3d5ff);
|
|
5964
|
+
@message-info-text-color: var(~'@{message-custom-prefix}-info-color-text', #0e5fd8);
|
|
5945
5965
|
@message-success-color-background: var(~'@{message-custom-prefix}-success-color-background', #dcfae4);
|
|
5946
5966
|
@message-success-color-border: var(~'@{message-custom-prefix}-success-color-border', #a1e6b5);
|
|
5947
|
-
@message-success-text-color: var(~'@{message-custom-prefix}-success-color-text',
|
|
5967
|
+
@message-success-text-color: var(~'@{message-custom-prefix}-success-color-text', #1BA854);
|
|
5948
5968
|
@message-warning-color-background: var(~'@{message-custom-prefix}-warning-color-background', #fff1d4);
|
|
5949
5969
|
@message-warning-color-border: var(~'@{message-custom-prefix}-warning-color-border', #ffe0a6);
|
|
5950
|
-
@message-warning-text-color: var(~'@{message-custom-prefix}-warning-color-text',
|
|
5970
|
+
@message-warning-text-color: var(~'@{message-custom-prefix}-warning-color-text', #FF991C);
|
|
5951
5971
|
@message-error-color-background: var(~'@{message-custom-prefix}-error-color-background', #ffdbe0);
|
|
5952
5972
|
@message-error-color-border: var(~'@{message-custom-prefix}-error-color-border', #ffadb6);
|
|
5953
|
-
@message-error-text-color: var(~'@{message-custom-prefix}-error-color-text',
|
|
5954
|
-
@message-
|
|
5955
|
-
@message-
|
|
5973
|
+
@message-error-text-color: var(~'@{message-custom-prefix}-error-color-text', #FB2323);
|
|
5974
|
+
@message-close-color-text: var(~'@{message-custom-prefix}-close-color-text', #666);
|
|
5975
|
+
@message-icon-text-color-hover: var(~'@{message-custom-prefix}-close-color-text-hover', @color-theme-hover);
|
|
5976
|
+
|
|
5977
|
+
// font
|
|
5978
|
+
@message-font-size: var(~'@{message-custom-prefix}-font-size', 14px);
|
|
5979
|
+
@message-icon-font-size: var(~'@{message-custom-prefix}-icon-font-size', 16px);
|
|
5980
|
+
@message-close-font-size: var(~'@{message-custom-prefix}-font-size', 16px);
|
|
5981
|
+
|
|
5982
|
+
// line-height
|
|
5983
|
+
@messgae-line-height: var(~'@{message-custom-prefix}-line-height', 20px);
|
|
5984
|
+
|
|
5985
|
+
// radius
|
|
5986
|
+
@message-border-radius: var(~'@{message-custom-prefix}-border-radius', 4px);
|
|
5987
|
+
|
|
5988
|
+
// sizing
|
|
5989
|
+
@message-sizing-max-width: var(~'@{message-custom-prefix}-sizing-max-width', 1000px);
|
|
5990
|
+
@message-sizing-min-width: var(~'@{message-custom-prefix}-sizing-min-width', 280px);
|
|
5991
|
+
@message-text-sizing-max-height: var(~'@{message-custom-prefix}-text-sizing-max-height', 160px);
|
|
5992
|
+
|
|
5993
|
+
// spacing
|
|
5994
|
+
@message-spacing-margin-bottom: var(~'@{message-custom-prefix}-spacing-margin-bottom', 16px);
|
|
5995
|
+
@message-spacing-padding-horizontal: var(~'@{message-custom-prefix}-spacing-padding-horizontal', 10px);
|
|
5996
|
+
@message-spacing-padding-vertical: var(~'@{message-custom-prefix}-spacing-padding-vertical', 20px);
|
|
5997
|
+
@message-icon-spacing-margin-right: var(~'@{message-custom-prefix}-icon-spacing-margin-right', 8px);
|
|
5998
|
+
@message-close-spacing-margin-left: var(~'@{message-custom-prefix}-close-spacing-margin-left', 12px);
|
|
5956
5999
|
|
|
5957
6000
|
// z-index
|
|
5958
6001
|
@message-z-index: var(~'@{message-custom-prefix}-z-index', @z-index-apex);
|
|
@@ -6211,7 +6254,7 @@ textarea {
|
|
|
6211
6254
|
}
|
|
6212
6255
|
}
|
|
6213
6256
|
|
|
6214
|
-
&-
|
|
6257
|
+
&-description {
|
|
6215
6258
|
height: 46px;
|
|
6216
6259
|
padding: 10px 20px;
|
|
6217
6260
|
font-size: 12px;
|
|
@@ -6916,6 +6959,10 @@ textarea {
|
|
|
6916
6959
|
@pagination-border-disabled-color: var(~'@{pagination-custom-prefix}-color-border-disabled', @color-border-strong);
|
|
6917
6960
|
@pagination-button-disabled-background-color: var(~'@{pagination-custom-prefix}-button-color-background-disabled', @color-background-contain-disabled);
|
|
6918
6961
|
|
|
6962
|
+
// font
|
|
6963
|
+
@pagination-font-size: var(~'@{pagination-custom-prefix}-font-size', @font-size-small);
|
|
6964
|
+
@pagination-icon-size: var(~'@{pagination-custom-prefix}-icon-font-size', @font-size-large);
|
|
6965
|
+
|
|
6919
6966
|
// sizing
|
|
6920
6967
|
@pagination-size: var(~'@{pagination-custom-prefix}-sizing-square', 24px);
|
|
6921
6968
|
@pagination-nicety-size: var(~'@{pagination-custom-prefix}-nicety-sizing-square', 30px);
|
|
@@ -6924,9 +6971,7 @@ textarea {
|
|
|
6924
6971
|
// spacing
|
|
6925
6972
|
@pagination-button-spacing: var(~'@{pagination-custom-prefix}-button-spacing', 4px);
|
|
6926
6973
|
|
|
6927
|
-
|
|
6928
|
-
@pagination-font-size: var(~'@{pagination-custom-prefix}-font-size', @font-size-small);
|
|
6929
|
-
@pagination-icon-size: var(~'@{pagination-custom-prefix}-icon-font-size', @font-size-large);
|
|
6974
|
+
|
|
6930
6975
|
|
|
6931
6976
|
|
|
6932
6977
|
|
|
@@ -7241,15 +7286,8 @@ textarea {
|
|
|
7241
7286
|
|
|
7242
7287
|
|
|
7243
7288
|
@progress-prefix: '--@{kd-prefix}-c-progress';
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7247
7289
|
@progress-transition-fn: cubic-bezier(0.66, 0, 0.34, 1);
|
|
7248
7290
|
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
7291
|
// color
|
|
7254
7292
|
@progress-remaining-color: var(~'@{progress-prefix}-color-remaining', #e5e5e5);//背景色
|
|
7255
7293
|
@progress-default-color: var(~'@{progress-prefix}-color-default', #5582f3);//进度条 默认色
|
|
@@ -7269,7 +7307,6 @@ textarea {
|
|
|
7269
7307
|
@progress-border-radius: var(~'@{progress-prefix}-radius-border', 100px);//线性进度条圆角
|
|
7270
7308
|
|
|
7271
7309
|
|
|
7272
|
-
|
|
7273
7310
|
// sizing
|
|
7274
7311
|
@progress-line-stroke-width: var(~'@{progress-prefix}-line-stroke-sizing-width', 8px);
|
|
7275
7312
|
@progress-circle-stroke-width: var(~'@{progress-prefix}-circle-stroke-sizing-width', 4px);
|
|
@@ -7611,19 +7648,9 @@ textarea {
|
|
|
7611
7648
|
|
|
7612
7649
|
|
|
7613
7650
|
|
|
7614
|
-
|
|
7615
7651
|
@radio-prefix: '--@{kd-prefix}-c-radio';
|
|
7616
|
-
|
|
7617
|
-
|
|
7618
|
-
|
|
7619
|
-
|
|
7620
|
-
|
|
7621
|
-
|
|
7622
7652
|
@radio-transition-fn: cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
7623
7653
|
|
|
7624
|
-
|
|
7625
|
-
|
|
7626
|
-
|
|
7627
7654
|
// color
|
|
7628
7655
|
@radio-font-color: var(~'@{radio-prefix}-color-font', @color-text-primary);//单选项字体颜色
|
|
7629
7656
|
@radio-color-theme: var(~'@{radio-prefix}-color-theme', @color-theme);//悬停/选中跟随主题色
|
|
@@ -7636,19 +7663,13 @@ textarea {
|
|
|
7636
7663
|
// font
|
|
7637
7664
|
@radio-font-size: var(~'@{radio-prefix}-font-size', @font-size-small);//单选项字体大小
|
|
7638
7665
|
|
|
7639
|
-
|
|
7640
|
-
|
|
7641
|
-
|
|
7642
7666
|
//radius
|
|
7643
7667
|
@radio-border-width: var(~'@{radio-prefix}-radius-border-width',1px);
|
|
7644
7668
|
|
|
7645
|
-
|
|
7646
|
-
|
|
7647
7669
|
// sizing
|
|
7648
7670
|
@radio-circle-size:var(~'@{radio-prefix}-square-sizing-width-height',13px);//单选图标大小
|
|
7649
7671
|
@radio-square-height: var(~'@{radio-prefix}-square-sizing-height',32px);//单选框 高度
|
|
7650
7672
|
|
|
7651
|
-
|
|
7652
7673
|
// spacing
|
|
7653
7674
|
@radio-margin-right: var(~'@{radio-prefix}-spacing-margin-right',8px);
|
|
7654
7675
|
@radio-square-padding-vertical: var(~'@{radio-prefix}-square-spacing-padding-vertical',0px); //内间距 纵向
|
|
@@ -8826,13 +8847,13 @@ textarea {
|
|
|
8826
8847
|
@select-dropdown-bg: var(~'@{select-custom-prefix}-dropdown-color-background', @color-background);
|
|
8827
8848
|
@select-disabled-option-bg: var(~'@{select-custom-prefix}-item-color-background-disabled', @color-background-contain-disabled);
|
|
8828
8849
|
@select-item-active-bg: var(~'@{select-custom-prefix}-color-background', @color-hover);
|
|
8829
|
-
@select-item-selected-bg: var(~'@{select-custom-prefix}-color-background-selected',
|
|
8850
|
+
@select-item-selected-bg: var(~'@{select-custom-prefix}-color-background-selected', @color-theme-3);
|
|
8830
8851
|
@select-g-color-border: var(~'@{select-custom-prefix}-color-border', @color-input);
|
|
8831
8852
|
@select-g-color-border-foucs: var(~'@{select-custom-prefix}-color-border-foucs', @color-theme);
|
|
8832
8853
|
@select-g-color-border-hover: var(~'@{select-custom-prefix}-color-border-hover', @color-theme);
|
|
8833
8854
|
@select-border-g-color-border: var(~'@{select-custom-prefix}-border-color-border', @color-border-strong);
|
|
8834
8855
|
@select-placeholder-color: var(~'@{select-custom-prefix}-placeholder-color-text', @color-text-third);
|
|
8835
|
-
@select-item-selected-color: var(~'@{select-custom-prefix}-item-color-text-selected', @color-
|
|
8856
|
+
@select-item-selected-color: var(~'@{select-custom-prefix}-item-color-text-selected', @color-theme);
|
|
8836
8857
|
@select-font-color: var(~'@{select-custom-prefix}-footer-color-text', @color-text-primary);
|
|
8837
8858
|
@select-footer-g-text-color-selected: var(~'@{select-custom-prefix}-footer-color-text-selected', @color-text-link);
|
|
8838
8859
|
@select-g-item-text-color-disabled: var(~'@{select-custom-prefix}-item-color-text-disabled', @color-disabled);
|
|
@@ -9333,7 +9354,7 @@ textarea {
|
|
|
9333
9354
|
position: relative;
|
|
9334
9355
|
width: 100%;
|
|
9335
9356
|
height: 100%;
|
|
9336
|
-
border:
|
|
9357
|
+
border: @split-panel-wrapper-border-width solid @split-panel-trigger-border-color;
|
|
9337
9358
|
overflow: hidden;
|
|
9338
9359
|
}
|
|
9339
9360
|
&-panel {
|
|
@@ -9379,8 +9400,8 @@ textarea {
|
|
|
9379
9400
|
transition: all calc(@transition-duration - 0.1s) @ease-out;
|
|
9380
9401
|
&.is-active {
|
|
9381
9402
|
.@{split-prefix-cls}-trigger-arrow {
|
|
9382
|
-
border-color: @split-panel-trigger-
|
|
9383
|
-
background: @split-panel-trigger-
|
|
9403
|
+
border-color: @split-panel-trigger-arrow-color;
|
|
9404
|
+
background: @split-panel-trigger-arrow-color;
|
|
9384
9405
|
color: white;
|
|
9385
9406
|
}
|
|
9386
9407
|
}
|
|
@@ -9400,7 +9421,7 @@ textarea {
|
|
|
9400
9421
|
&:not(.is-disabled) {
|
|
9401
9422
|
&:hover{
|
|
9402
9423
|
.@{split-prefix-cls}-trigger-arrow {
|
|
9403
|
-
border-color: @split-panel-trigger-
|
|
9424
|
+
border-color: @split-panel-trigger-arrow-color;
|
|
9404
9425
|
}
|
|
9405
9426
|
}
|
|
9406
9427
|
.@{split-prefix-cls}-trigger-arrow:hover {
|
|
@@ -9418,61 +9439,42 @@ textarea {
|
|
|
9418
9439
|
align-items: center;
|
|
9419
9440
|
justify-content: center;
|
|
9420
9441
|
transition: all calc(@transition-duration - 0.1s) @ease-out;
|
|
9442
|
+
box-sizing: border-box;
|
|
9443
|
+
border: @split-panel-arrow-border-width solid transparent;
|
|
9421
9444
|
.@{kd-prefix}icon {
|
|
9422
|
-
display: inline-flex;
|
|
9423
|
-
align-items: center;
|
|
9424
|
-
justify-content: center;
|
|
9425
|
-
width: 12px;
|
|
9426
|
-
height: 12px;
|
|
9427
9445
|
font-size: 12px;
|
|
9428
9446
|
}
|
|
9429
9447
|
&.is-vertical {
|
|
9430
|
-
width:
|
|
9431
|
-
height:
|
|
9448
|
+
width: @split-panel-arrow-vertical-width;
|
|
9449
|
+
height: @split-panel-arrow-vertical-height;
|
|
9432
9450
|
top: 50%;
|
|
9433
9451
|
transform: translate(0, -50%);
|
|
9434
|
-
.@{kd-prefix}icon {
|
|
9435
|
-
height: 12px;
|
|
9436
|
-
// position: absolute;
|
|
9437
|
-
// top: 50%;
|
|
9438
|
-
// transform: translate(0, -50%);
|
|
9439
|
-
}
|
|
9440
9452
|
}
|
|
9441
9453
|
&.is-horizontal {
|
|
9442
|
-
width:
|
|
9443
|
-
height:
|
|
9454
|
+
width: @split-panel-arrow-horizontal-width;
|
|
9455
|
+
height: @split-panel-arrow-horizontal-height;
|
|
9444
9456
|
left: 50%;
|
|
9445
9457
|
transform: translate(-50%, 0);
|
|
9446
|
-
.@{kd-prefix}icon {
|
|
9447
|
-
width: 12px;
|
|
9448
|
-
// position: absolute;
|
|
9449
|
-
// left: 50%;
|
|
9450
|
-
// transform: translate(-50%, 0);
|
|
9451
|
-
}
|
|
9452
9458
|
}
|
|
9453
9459
|
&.top {
|
|
9454
9460
|
bottom: 100%;
|
|
9455
|
-
border: 1px solid transparent;
|
|
9456
9461
|
border-bottom: none;
|
|
9457
|
-
border-radius:
|
|
9462
|
+
border-radius: @split-panel-arrow-vertical-radius @split-panel-arrow-vertical-radius 0 0;
|
|
9458
9463
|
}
|
|
9459
9464
|
&.bottom {
|
|
9460
9465
|
top: 100%;
|
|
9461
|
-
border: 1px solid transparent;
|
|
9462
9466
|
border-top: none;
|
|
9463
|
-
border-radius: 0 0
|
|
9467
|
+
border-radius: 0 0 @split-panel-arrow-vertical-radius @split-panel-arrow-vertical-radius;
|
|
9464
9468
|
}
|
|
9465
9469
|
&.left {
|
|
9466
9470
|
right: 100%;
|
|
9467
|
-
border: 1px solid transparent;
|
|
9468
9471
|
border-right: none;
|
|
9469
|
-
border-radius:
|
|
9472
|
+
border-radius: @split-panel-arrow-horizontal-radius 0 0 @split-panel-arrow-horizontal-radius;
|
|
9470
9473
|
}
|
|
9471
9474
|
&.right {
|
|
9472
9475
|
left: 100%;
|
|
9473
|
-
border: 1px solid transparent;
|
|
9474
9476
|
border-left: none;
|
|
9475
|
-
border-radius: 0
|
|
9477
|
+
border-radius: 0 @split-panel-arrow-horizontal-radius @split-panel-arrow-horizontal-radius 0;
|
|
9476
9478
|
}
|
|
9477
9479
|
}
|
|
9478
9480
|
&-vertical {
|
|
@@ -9519,13 +9521,24 @@ textarea {
|
|
|
9519
9521
|
@split-panel-custom-prefix: ~'--@{kd-prefix}-c-split-panel';
|
|
9520
9522
|
|
|
9521
9523
|
// color
|
|
9522
|
-
@split-panel-trigger-border-color: var(~'@{split-panel-custom-prefix}-
|
|
9523
|
-
@split-panel-trigger-arrow-color: var(~'@{split-panel-custom-prefix}-arrow-color-background',
|
|
9524
|
+
@split-panel-trigger-border-color: var(~'@{split-panel-custom-prefix}-color-border', #d9d9d9);
|
|
9525
|
+
@split-panel-trigger-arrow-color: var(~'@{split-panel-custom-prefix}-arrow-color-background', #999);
|
|
9524
9526
|
@split-panel-trigger-arrow-hover-color: var(~'@{split-panel-custom-prefix}-arrow-color-background-hover', @color-theme);
|
|
9525
|
-
@split-panel-trigger-line-color: var(~'@{split-panel-custom-prefix}-line-color-background',
|
|
9527
|
+
@split-panel-trigger-line-color: var(~'@{split-panel-custom-prefix}-line-color-background', #d9d9d9);
|
|
9528
|
+
|
|
9529
|
+
// radius
|
|
9530
|
+
@split-panel-arrow-vertical-radius: var(~'@{split-panel-custom-prefix}-arrow-radius-border-vertical', 8px);
|
|
9531
|
+
@split-panel-arrow-horizontal-radius: var(~'@{split-panel-custom-prefix}-arrow-radius-border-horizontal', 8px);
|
|
9526
9532
|
|
|
9527
9533
|
// sizing
|
|
9528
|
-
@split-panel-
|
|
9534
|
+
@split-panel-wrapper-border-width: var(~'@{split-panel-custom-prefix}-wrapper-sizing-border', 1px);
|
|
9535
|
+
@split-panel-trigger-line-width: var(~'@{split-panel-custom-prefix}-line-sizing-border', 1px);
|
|
9536
|
+
@split-panel-arrow-border-width: var(~'@{split-panel-custom-prefix}-arrow-sizing-border', 1px);
|
|
9537
|
+
@split-panel-arrow-vertical-width: var(~'@{split-panel-custom-prefix}-arrow-sizing-width-vertical', 16px);
|
|
9538
|
+
@split-panel-arrow-vertical-height: var(~'@{split-panel-custom-prefix}-arrow-sizing-height-vertical', 16px);
|
|
9539
|
+
@split-panel-arrow-horizontal-width: var(~'@{split-panel-custom-prefix}-arrow-sizing-width-horizontal', 16px);
|
|
9540
|
+
@split-panel-arrow-horizontal-height: var(~'@{split-panel-custom-prefix}-arrow-sizing-height-horizontal', 16px);
|
|
9541
|
+
|
|
9529
9542
|
|
|
9530
9543
|
|
|
9531
9544
|
|
|
@@ -9539,6 +9552,7 @@ textarea {
|
|
|
9539
9552
|
text-align: center;
|
|
9540
9553
|
color: @stepper-input-color;
|
|
9541
9554
|
margin: 0 4px;
|
|
9555
|
+
font-size: @stepper-input-font-size;
|
|
9542
9556
|
}
|
|
9543
9557
|
|
|
9544
9558
|
&-icon {
|
|
@@ -9659,10 +9673,8 @@ textarea {
|
|
|
9659
9673
|
}
|
|
9660
9674
|
|
|
9661
9675
|
|
|
9662
|
-
|
|
9663
9676
|
@stepper-prefix: '--@{kd-prefix}-c-stepper';
|
|
9664
9677
|
|
|
9665
|
-
// shadow
|
|
9666
9678
|
// color
|
|
9667
9679
|
@stepper-input-color: var(~'@{stepper-prefix}-input-color', @color-text-primary);
|
|
9668
9680
|
@stepper-icon-color: var(~'@{stepper-prefix}-icon-color', @color-text-secondary);
|
|
@@ -9670,6 +9682,14 @@ textarea {
|
|
|
9670
9682
|
@stepper-color-border-strong: var(~'@{stepper-prefix}-color-border-strong', @color-border-strong);
|
|
9671
9683
|
@stepper-embed-icon-color-background: var(~'@{stepper-prefix}-embed-icon-color-background', #f6f7f9);
|
|
9672
9684
|
|
|
9685
|
+
// font
|
|
9686
|
+
@stepper-input-font-size: var(~'@{stepper-prefix}-input-font-size', 12px);
|
|
9687
|
+
|
|
9688
|
+
|
|
9689
|
+
// motion
|
|
9690
|
+
@stepper-motion-duration: var(~'@{stepper-prefix}-motion-duration', @duration-promptly);
|
|
9691
|
+
|
|
9692
|
+
|
|
9673
9693
|
// sizing
|
|
9674
9694
|
@stepper-input-small-sizing-height: var(~'@{stepper-prefix}-input-small-sizing-height', 20px);
|
|
9675
9695
|
@stepper-input-middle-sizing-height: var(~'@{stepper-prefix}-input-middle-sizing-height', 28px);
|
|
@@ -9678,14 +9698,6 @@ textarea {
|
|
|
9678
9698
|
// spacing
|
|
9679
9699
|
@stepper-input-spacing-padding-horizontal: var(~'@{stepper-prefix}-input-spacing-padding-horizontal', 9px);
|
|
9680
9700
|
|
|
9681
|
-
// motion
|
|
9682
|
-
@stepper-motion-duration: var(~'@{stepper-prefix}-motion-duration', @duration-promptly);
|
|
9683
|
-
|
|
9684
|
-
// font
|
|
9685
|
-
// radius
|
|
9686
|
-
// line-height
|
|
9687
|
-
// z-index
|
|
9688
|
-
|
|
9689
9701
|
|
|
9690
9702
|
|
|
9691
9703
|
|
|
@@ -11838,12 +11850,6 @@ template {
|
|
|
11838
11850
|
@switch-prefix: '--@{kd-prefix}-c-switch';
|
|
11839
11851
|
|
|
11840
11852
|
|
|
11841
|
-
|
|
11842
|
-
|
|
11843
|
-
|
|
11844
|
-
|
|
11845
|
-
|
|
11846
|
-
|
|
11847
11853
|
// color
|
|
11848
11854
|
@switch-on-color: var(~'@{switch-prefix}-color-on', @color-theme);
|
|
11849
11855
|
@switch-off-color: var(~'@{switch-prefix}-color-off', #999);
|
|
@@ -12849,11 +12855,7 @@ template {
|
|
|
12849
12855
|
|
|
12850
12856
|
|
|
12851
12857
|
|
|
12852
|
-
|
|
12853
|
-
|
|
12854
12858
|
@timeline-prefix: '--@{kd-prefix}-c-timeline';
|
|
12855
|
-
|
|
12856
|
-
|
|
12857
12859
|
@timeline-gap: 8px;
|
|
12858
12860
|
|
|
12859
12861
|
// @timeline-dot-size: var(~'@{timeline-prefix}-dot-sizing',9px);
|
|
@@ -12861,10 +12863,6 @@ template {
|
|
|
12861
12863
|
|
|
12862
12864
|
|
|
12863
12865
|
|
|
12864
|
-
|
|
12865
|
-
|
|
12866
|
-
|
|
12867
|
-
|
|
12868
12866
|
// color
|
|
12869
12867
|
@timeline-finished-color: var(~'@{timeline-prefix}-finished-color',@color-theme);
|
|
12870
12868
|
@timeline-error-color: var(~'@{timeline-prefix}-error-color',@color-error);
|
|
@@ -13123,9 +13121,13 @@ template {
|
|
|
13123
13121
|
height: 28px;
|
|
13124
13122
|
padding: 0 10px;
|
|
13125
13123
|
box-sizing: border-box;
|
|
13124
|
+
min-width:40px;
|
|
13126
13125
|
& + .@{kd-prefix}-btn {
|
|
13127
13126
|
margin-top: 20px;
|
|
13128
13127
|
}
|
|
13128
|
+
.@{kd-prefix}-btn-iconWrapper-left {
|
|
13129
|
+
float: none;
|
|
13130
|
+
}
|
|
13129
13131
|
}
|
|
13130
13132
|
}
|
|
13131
13133
|
}
|
|
@@ -13161,7 +13163,7 @@ template {
|
|
|
13161
13163
|
// text
|
|
13162
13164
|
@transfer-list-item-checked: var(~'@{transfer-custom-prefix}-list-item-color-text-checked', @color-theme);
|
|
13163
13165
|
@transfer-list-item-disabled: var(~'@{transfer-custom-prefix}-list-item-color-text-disabled', @color-disabled);
|
|
13164
|
-
@transfer-search-prefix-icon-color: var(~'@{transfer-custom-prefix}-search-icon-color-text-prefix',
|
|
13166
|
+
@transfer-search-prefix-icon-color: var(~'@{transfer-custom-prefix}-search-icon-color-text-prefix', #999);
|
|
13165
13167
|
@transfer-search-suffix-icon-color: var(~'@{transfer-custom-prefix}-search-icon-color-text-suffix', #bbb);
|
|
13166
13168
|
@transfer-search-suffix-icon-color-hover: var(~'@{transfer-custom-prefix}-search-icon-color-text-suffix-hover', #999);
|
|
13167
13169
|
|
|
@@ -13271,6 +13273,10 @@ template {
|
|
|
13271
13273
|
.@{tree-node-prefix-cls}-title {
|
|
13272
13274
|
color: @tree-node-checked-text-color;
|
|
13273
13275
|
}
|
|
13276
|
+
|
|
13277
|
+
.@{tree-node-prefix-cls}-icon {
|
|
13278
|
+
color: @tree-node-checked-text-color;
|
|
13279
|
+
}
|
|
13274
13280
|
}
|
|
13275
13281
|
|
|
13276
13282
|
&-draggabled {
|
|
@@ -13307,8 +13313,8 @@ template {
|
|
|
13307
13313
|
@tree-node-disabled-color: var(~'@{tree-prefix}-node-color-disabled', @color-disabled);
|
|
13308
13314
|
@tree-node-disabled-border-color: var(~'@{tree-prefix}-node-color-border-disabled', @color-border-disabled);
|
|
13309
13315
|
@tree-color-theme: var(~'@{tree-prefix}-color-theme', @color-theme);
|
|
13310
|
-
@tree-node-checked-bg-color: var(~'@{tree-prefix}-node-color-backgroung-checked',
|
|
13311
|
-
@tree-node-checked-text-color: var(~'@{tree-prefix}-node-color-text-checked', @color-theme
|
|
13316
|
+
@tree-node-checked-bg-color: var(~'@{tree-prefix}-node-color-backgroung-checked', @color-theme-3);
|
|
13317
|
+
@tree-node-checked-text-color: var(~'@{tree-prefix}-node-color-text-checked', @color-theme);
|
|
13312
13318
|
@tree-node-hover-bg-color: var(~'@{tree-prefix}-node-color-backgroung-hover', @color-hover);
|
|
13313
13319
|
@tree-node-icon-color-text: var(~'@{tree-prefix}-node-icon-color-text', #666666);
|
|
13314
13320
|
|