@kdcloudjs/kdesign 1.6.3 → 1.6.5-stable.1
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 +76 -0
- package/dist/kdesign-complete.less +108 -105
- package/dist/kdesign.css +76 -84
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +271 -97
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +3 -3
- package/dist/kdesign.min.js +8 -8
- package/dist/kdesign.min.js.map +1 -1
- package/es/cascader/cascader.js +2 -2
- package/es/cascader/style/index.css +4 -1
- package/es/cascader/style/index.less +5 -1
- package/es/cascader/style/token.less +1 -0
- package/es/date-picker/style/index.css +40 -40
- package/es/date-picker/style/index.less +3 -8
- package/es/date-picker/style/token.less +3 -0
- package/es/input/style/index.css +3 -3
- package/es/input/style/token.less +1 -1
- package/es/locale/locale.d.ts +2 -3
- package/es/locale/zh-CN.d.ts +2 -0
- package/es/locale/zh-CN.js +3 -1
- package/es/pagination/pagination.d.ts +3 -0
- package/es/pagination/pagination.js +34 -15
- package/es/pagination/style/index.css +24 -21
- package/es/pagination/style/index.less +85 -79
- package/es/rate/rate.js +1 -1
- package/es/rate/style/index.css +3 -3
- package/es/rate/style/index.less +9 -3
- package/es/search/search.js +12 -6
- package/es/steps/style/index.css +0 -13
- package/es/steps/style/index.less +0 -11
- package/es/table/feature/mergeCellHover.d.ts +3 -0
- package/es/table/feature/mergeCellHover.js +7 -0
- package/es/table/interface.d.ts +8 -0
- package/es/table/table.d.ts +2 -2
- package/es/table/table.js +20 -6
- package/es/transfer/list.d.ts +1 -1
- package/es/transfer/list.js +8 -2
- package/es/transfer/transfer.d.ts +1 -1
- package/es/transfer/transfer.js +29 -4
- package/es/upload/style/index.css +1 -2
- package/es/upload/style/index.less +1 -2
- package/lib/cascader/cascader.js +2 -2
- package/lib/cascader/style/index.css +4 -1
- package/lib/cascader/style/index.less +5 -1
- package/lib/cascader/style/token.less +1 -0
- package/lib/date-picker/style/index.css +40 -40
- package/lib/date-picker/style/index.less +3 -8
- package/lib/date-picker/style/token.less +3 -0
- package/lib/input/style/index.css +3 -3
- package/lib/input/style/token.less +1 -1
- package/lib/locale/locale.d.ts +2 -3
- package/lib/locale/zh-CN.d.ts +2 -0
- package/lib/locale/zh-CN.js +3 -1
- package/lib/pagination/pagination.d.ts +3 -0
- package/lib/pagination/pagination.js +36 -16
- package/lib/pagination/style/index.css +24 -21
- package/lib/pagination/style/index.less +85 -79
- package/lib/rate/rate.js +1 -1
- package/lib/rate/style/index.css +3 -3
- package/lib/rate/style/index.less +9 -3
- package/lib/search/search.js +12 -6
- package/lib/steps/style/index.css +0 -13
- package/lib/steps/style/index.less +0 -11
- package/lib/table/feature/mergeCellHover.d.ts +3 -0
- package/lib/table/feature/mergeCellHover.js +15 -0
- package/lib/table/interface.d.ts +8 -0
- package/lib/table/table.d.ts +2 -2
- package/lib/table/table.js +20 -4
- package/lib/transfer/list.d.ts +1 -1
- package/lib/transfer/list.js +8 -1
- package/lib/transfer/transfer.d.ts +1 -1
- package/lib/transfer/transfer.js +29 -3
- package/lib/upload/style/index.css +1 -2
- package/lib/upload/style/index.less +1 -2
- package/package.json +2 -2
package/dist/kdesign.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.6.
|
|
3
|
+
* @kdcloudjs/kdesign v1.6.5-stable.0
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020-present, Kingdee, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -4504,7 +4504,7 @@ template {
|
|
|
4504
4504
|
opacity: 0;
|
|
4505
4505
|
cursor: pointer;
|
|
4506
4506
|
visibility: hidden;
|
|
4507
|
-
color: var(--kd-c-cascader-
|
|
4507
|
+
color: var(--kd-c-cascader-clear-color-text, #666);
|
|
4508
4508
|
-webkit-transition: all 0.1s;
|
|
4509
4509
|
transition: all 0.1s;
|
|
4510
4510
|
-webkit-transform-origin: 50% 50%;
|
|
@@ -4512,6 +4512,9 @@ template {
|
|
|
4512
4512
|
-webkit-transform: scale(0.9) translateY(-50%);
|
|
4513
4513
|
transform: scale(0.9) translateY(-50%);
|
|
4514
4514
|
}
|
|
4515
|
+
.kd-cascader-picker-close:hover {
|
|
4516
|
+
color: var(--kd-c-cascader-color-active, var(--kd-g-color-theme, #5582f3));
|
|
4517
|
+
}
|
|
4515
4518
|
.kd-cascader-menus {
|
|
4516
4519
|
-webkit-box-sizing: border-box;
|
|
4517
4520
|
box-sizing: border-box;
|
|
@@ -5757,7 +5760,6 @@ template {
|
|
|
5757
5760
|
/* 单行显示省略号 */
|
|
5758
5761
|
/** 浮层箭头样式 **/
|
|
5759
5762
|
.kd-date-picker {
|
|
5760
|
-
width: var(--kd-c-date-picker-sizing-width, 230px);
|
|
5761
5763
|
display: -webkit-inline-box;
|
|
5762
5764
|
display: -ms-inline-flexbox;
|
|
5763
5765
|
display: inline-flex;
|
|
@@ -5766,6 +5768,43 @@ template {
|
|
|
5766
5768
|
-webkit-box-sizing: border-box;
|
|
5767
5769
|
box-sizing: border-box;
|
|
5768
5770
|
background-color: var(--kd-c-date-picker-input-color-background, var(--kd-g-color-white, #fff));
|
|
5771
|
+
width: var(--kd-c-date-picker-sizing-width, 230px);
|
|
5772
|
+
}
|
|
5773
|
+
.kd-date-picker-borderless {
|
|
5774
|
+
border: 0;
|
|
5775
|
+
}
|
|
5776
|
+
.kd-date-picker-underline {
|
|
5777
|
+
border: none;
|
|
5778
|
+
border-bottom: 1px solid var(--kd-c-date-picker-input-underline-color, #999);
|
|
5779
|
+
border-radius: 0;
|
|
5780
|
+
padding-left: 0;
|
|
5781
|
+
padding-right: 0;
|
|
5782
|
+
}
|
|
5783
|
+
.kd-date-picker-disabled {
|
|
5784
|
+
background-color: var(--kd-c-date-picker-input-color-background-disabled, var(--kd-g-color-background-contain-disabled, #f5f5f5)) !important;
|
|
5785
|
+
border-color: var(--kd-c-date-picker-input-color-border, var(--kd-g-color-border-strong, #d9d9d9)) !important;
|
|
5786
|
+
color: var(--kd-c-date-picker-input-color-disabled, var(--kd-g-color-disabled, #b2b2b2)) !important;
|
|
5787
|
+
cursor: not-allowed !important;
|
|
5788
|
+
}
|
|
5789
|
+
.kd-date-picker-disabled input {
|
|
5790
|
+
cursor: not-allowed !important;
|
|
5791
|
+
}
|
|
5792
|
+
.kd-date-picker-underline.kd-date-picker-disabled,
|
|
5793
|
+
.kd-date-picker-borderless.kd-date-picker-disabled {
|
|
5794
|
+
background-color: var(--kd-c-date-picker-input-color-background, var(--kd-g-color-white, #fff));
|
|
5795
|
+
border-color: var(--kd-c-date-picker-input-color-border, var(--kd-g-color-border-strong, #d9d9d9));
|
|
5796
|
+
}
|
|
5797
|
+
.kd-date-picker-focused {
|
|
5798
|
+
-webkit-box-shadow: none;
|
|
5799
|
+
box-shadow: none;
|
|
5800
|
+
outline: none;
|
|
5801
|
+
border-color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
|
|
5802
|
+
}
|
|
5803
|
+
.kd-date-picker:hover {
|
|
5804
|
+
border-color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
|
|
5805
|
+
}
|
|
5806
|
+
.kd-date-picker:not(.kd-date-picker-disabled) input:focus {
|
|
5807
|
+
color: var(--kd-c-date-picker-input-color-focused, var(--kd-g-color-text-primary, #212121));
|
|
5769
5808
|
}
|
|
5770
5809
|
.kd-date-picker-small {
|
|
5771
5810
|
height: var(--kd-c-date-picker-small-sizing-height, 20px);
|
|
@@ -5812,42 +5851,6 @@ template {
|
|
|
5812
5851
|
.kd-date-picker-middle.kd-date-picker-range .kd-date-picker-clear {
|
|
5813
5852
|
right: calc(var(--kd-c-date-picker-middle-font-size, var(--kd-g-font-size-middle, 14px)) + 11px);
|
|
5814
5853
|
}
|
|
5815
|
-
.kd-date-picker-borderless {
|
|
5816
|
-
border: 0;
|
|
5817
|
-
}
|
|
5818
|
-
.kd-date-picker-underline {
|
|
5819
|
-
border: none;
|
|
5820
|
-
border-bottom: 1px solid var(--kd-c-date-picker-input-underline-color, #999);
|
|
5821
|
-
border-radius: 0;
|
|
5822
|
-
padding-left: 0;
|
|
5823
|
-
padding-right: 0;
|
|
5824
|
-
}
|
|
5825
|
-
.kd-date-picker-disabled {
|
|
5826
|
-
background-color: var(--kd-c-date-picker-input-color-background-disabled, var(--kd-g-color-background-contain-disabled, #f5f5f5)) !important;
|
|
5827
|
-
border-color: var(--kd-c-date-picker-input-color-border, var(--kd-g-color-border-strong, #d9d9d9)) !important;
|
|
5828
|
-
color: var(--kd-c-date-picker-input-color-disabled, var(--kd-g-color-disabled, #b2b2b2)) !important;
|
|
5829
|
-
cursor: not-allowed !important;
|
|
5830
|
-
}
|
|
5831
|
-
.kd-date-picker-disabled input {
|
|
5832
|
-
cursor: not-allowed !important;
|
|
5833
|
-
}
|
|
5834
|
-
.kd-date-picker-underline.kd-date-picker-disabled,
|
|
5835
|
-
.kd-date-picker-borderless.kd-date-picker-disabled {
|
|
5836
|
-
background-color: var(--kd-c-date-picker-input-color-background, var(--kd-g-color-white, #fff));
|
|
5837
|
-
border-color: var(--kd-c-date-picker-input-color-border, var(--kd-g-color-border-strong, #d9d9d9));
|
|
5838
|
-
}
|
|
5839
|
-
.kd-date-picker-focused {
|
|
5840
|
-
-webkit-box-shadow: none;
|
|
5841
|
-
box-shadow: none;
|
|
5842
|
-
outline: none;
|
|
5843
|
-
border-color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
|
|
5844
|
-
}
|
|
5845
|
-
.kd-date-picker:hover {
|
|
5846
|
-
border-color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
|
|
5847
|
-
}
|
|
5848
|
-
.kd-date-picker:not(.kd-date-picker-disabled) input:focus {
|
|
5849
|
-
color: var(--kd-c-date-picker-input-color-focused, var(--kd-g-color-text-primary, #212121));
|
|
5850
|
-
}
|
|
5851
5854
|
.kd-date-picker-input {
|
|
5852
5855
|
position: relative;
|
|
5853
5856
|
display: -webkit-box;
|
|
@@ -5951,10 +5954,10 @@ template {
|
|
|
5951
5954
|
.kd-date-picker-suffix > * {
|
|
5952
5955
|
vertical-align: top;
|
|
5953
5956
|
}
|
|
5954
|
-
.kd-date-picker:hover .kd-date-picker-clear {
|
|
5957
|
+
.kd-date-picker:not(.kd-date-picker-disabled):hover .kd-date-picker-clear {
|
|
5955
5958
|
opacity: 1;
|
|
5956
5959
|
}
|
|
5957
|
-
.kd-date-picker:hover .kd-date-picker-suffix {
|
|
5960
|
+
.kd-date-picker:not(.kd-date-picker-disabled):hover .kd-date-picker-suffix {
|
|
5958
5961
|
color: var(--kd-c-date-picker-color-background-checked, var(--kd-g-color-theme, #5582f3));
|
|
5959
5962
|
}
|
|
5960
5963
|
.kd-date-picker-clear {
|
|
@@ -5983,7 +5986,7 @@ template {
|
|
|
5983
5986
|
border-radius: var(--kd-c-date-picker-panel-radius-border, var(--kd-g-radius-border, 2px));
|
|
5984
5987
|
background-color: #fff;
|
|
5985
5988
|
text-align: center;
|
|
5986
|
-
z-index:
|
|
5989
|
+
z-index: var(--kd-c-date-picker-panel-z-index, var(--kd-g-z-index-popper, 1050));
|
|
5987
5990
|
font-size: var(--kd-c-date-picker-panel-font-size, var(--kd-g-font-size-middle, 14px));
|
|
5988
5991
|
}
|
|
5989
5992
|
.kd-date-picker-panel-range {
|
|
@@ -9173,7 +9176,7 @@ textarea {
|
|
|
9173
9176
|
.kd-input-disabled {
|
|
9174
9177
|
background-color: var(--kd-c-input-color-background-disabled, var(--kd-g-color-background-contain-disabled, #f5f5f5));
|
|
9175
9178
|
border-color: var(--kd-c-input-color-border-disabled, var(--kd-g-color-border-strong, #d9d9d9));
|
|
9176
|
-
color: var(--kd-c-input-affix-color-text,
|
|
9179
|
+
color: var(--kd-c-input-affix-color-text, #666);
|
|
9177
9180
|
cursor: not-allowed;
|
|
9178
9181
|
}
|
|
9179
9182
|
.kd-input-underline.kd-input-disabled {
|
|
@@ -9266,7 +9269,7 @@ textarea {
|
|
|
9266
9269
|
-ms-flex-pack: center;
|
|
9267
9270
|
justify-content: center;
|
|
9268
9271
|
word-break: keep-all;
|
|
9269
|
-
color: var(--kd-c-input-affix-color-text,
|
|
9272
|
+
color: var(--kd-c-input-affix-color-text, #666);
|
|
9270
9273
|
}
|
|
9271
9274
|
.kd-input-wrapper .kd-input-suffix {
|
|
9272
9275
|
margin-left: 4px;
|
|
@@ -9420,7 +9423,7 @@ textarea {
|
|
|
9420
9423
|
}
|
|
9421
9424
|
.kd-input-group-wrapper .kd-input-group .kd-input-group-addon {
|
|
9422
9425
|
position: relative;
|
|
9423
|
-
color: var(--kd-c-input-affix-color-text,
|
|
9426
|
+
color: var(--kd-c-input-affix-color-text, #666);
|
|
9424
9427
|
padding: 0 9px;
|
|
9425
9428
|
font-weight: 400;
|
|
9426
9429
|
font-size: 14px;
|
|
@@ -11473,7 +11476,7 @@ textarea {
|
|
|
11473
11476
|
.kd-pagination .kd-pagination-selector .kd-dropdown-menu-item span {
|
|
11474
11477
|
white-space: nowrap;
|
|
11475
11478
|
}
|
|
11476
|
-
.kd-pagination.simple {
|
|
11479
|
+
.kd-pagination.simple .kd-pagination-action {
|
|
11477
11480
|
display: -webkit-inline-box;
|
|
11478
11481
|
display: -ms-inline-flexbox;
|
|
11479
11482
|
display: inline-flex;
|
|
@@ -11486,22 +11489,22 @@ textarea {
|
|
|
11486
11489
|
border-radius: var(--kd-g-radius-border, 2px);
|
|
11487
11490
|
border: var(--kd-c-pagination-sizing-border-width, 1px) solid transparent;
|
|
11488
11491
|
}
|
|
11489
|
-
.kd-pagination.simple.bordered {
|
|
11492
|
+
.kd-pagination.simple .kd-pagination-action.bordered {
|
|
11490
11493
|
border-color: var(--kd-c-pagination-color-border, var(--kd-g-color-border-strong, #d9d9d9));
|
|
11491
11494
|
-webkit-transition: border-color var(--kd-g-duration, 0.3s);
|
|
11492
11495
|
transition: border-color var(--kd-g-duration, 0.3s);
|
|
11493
11496
|
}
|
|
11494
|
-
.kd-pagination.simple.bordered:active:not(.disabled) {
|
|
11497
|
+
.kd-pagination.simple .kd-pagination-action.bordered:active:not(.disabled) {
|
|
11495
11498
|
border-color: var(--kd-c-pagination-color-border-hover, var(--kd-g-color-theme-7, #375cca));
|
|
11496
11499
|
}
|
|
11497
|
-
.kd-pagination.simple.bordered.disabled,
|
|
11498
|
-
.kd-pagination.simple.bordered.disabled > .kd-pagination-item > button {
|
|
11500
|
+
.kd-pagination.simple .kd-pagination-action.bordered.disabled,
|
|
11501
|
+
.kd-pagination.simple .kd-pagination-action.bordered.disabled > .kd-pagination-item > button {
|
|
11499
11502
|
background-color: var(--kd-c-pagination-button-color-background-disabled, var(--kd-g-color-background-contain-disabled, #f5f5f5));
|
|
11500
11503
|
}
|
|
11501
|
-
.kd-pagination.simple.disabled > .kd-pagination-item {
|
|
11504
|
+
.kd-pagination.simple .kd-pagination-action.disabled > .kd-pagination-action-item {
|
|
11502
11505
|
color: var(--kd-c-pagination-color-disabled, var(--kd-g-color-disabled, #b2b2b2));
|
|
11503
11506
|
}
|
|
11504
|
-
.kd-pagination.simple .kd-pagination-item {
|
|
11507
|
+
.kd-pagination.simple .kd-pagination-action-item {
|
|
11505
11508
|
-webkit-box-sizing: border-box;
|
|
11506
11509
|
box-sizing: border-box;
|
|
11507
11510
|
margin: 0;
|
|
@@ -11517,26 +11520,29 @@ textarea {
|
|
|
11517
11520
|
vertical-align: middle;
|
|
11518
11521
|
color: var(--kd-g-color-text-primary, #212121);
|
|
11519
11522
|
}
|
|
11520
|
-
.kd-pagination.simple .kd-pagination-item:first-child,
|
|
11521
|
-
.kd-pagination.simple .kd-pagination-item:last-child {
|
|
11523
|
+
.kd-pagination.simple .kd-pagination-action-item:first-child,
|
|
11524
|
+
.kd-pagination.simple .kd-pagination-action-item:last-child {
|
|
11522
11525
|
margin: 0;
|
|
11523
11526
|
}
|
|
11524
|
-
.kd-pagination.simple .kd-pagination-item .kd-pagination-current {
|
|
11527
|
+
.kd-pagination.simple .kd-pagination-action-item .kd-pagination-current {
|
|
11525
11528
|
margin-right: 2px;
|
|
11526
11529
|
vertical-align: middle;
|
|
11527
11530
|
}
|
|
11528
|
-
.kd-pagination.simple .kd-pagination-item .kd-pagination-current .kd-pagination-current-input {
|
|
11531
|
+
.kd-pagination.simple .kd-pagination-action-item .kd-pagination-current .kd-pagination-current-input {
|
|
11529
11532
|
margin: 0;
|
|
11530
11533
|
}
|
|
11531
|
-
.kd-pagination.simple .kd-pagination-item .kd-pagination-current .kd-pagination-current-input:disabled {
|
|
11534
|
+
.kd-pagination.simple .kd-pagination-action-item .kd-pagination-current .kd-pagination-current-input:disabled {
|
|
11532
11535
|
color: var(--kd-c-pagination-color-disabled, var(--kd-g-color-disabled, #b2b2b2));
|
|
11533
11536
|
cursor: not-allowed;
|
|
11534
11537
|
}
|
|
11535
|
-
.kd-pagination.simple .kd-pagination-item .kd-pagination-total {
|
|
11538
|
+
.kd-pagination.simple .kd-pagination-action-item .kd-pagination-total {
|
|
11536
11539
|
vertical-align: middle;
|
|
11537
11540
|
margin-right: 0;
|
|
11538
11541
|
}
|
|
11539
|
-
.kd-pagination.simple .kd-pagination-item button {
|
|
11542
|
+
.kd-pagination.simple .kd-pagination-action-item.bordered > button {
|
|
11543
|
+
border: none;
|
|
11544
|
+
}
|
|
11545
|
+
.kd-pagination.simple .kd-pagination-action-item button {
|
|
11540
11546
|
-webkit-box-sizing: border-box;
|
|
11541
11547
|
box-sizing: border-box;
|
|
11542
11548
|
position: relative;
|
|
@@ -11551,21 +11557,21 @@ textarea {
|
|
|
11551
11557
|
-webkit-transition: border-color var(--kd-g-duration, 0.3s);
|
|
11552
11558
|
transition: border-color var(--kd-g-duration, 0.3s);
|
|
11553
11559
|
}
|
|
11554
|
-
.kd-pagination.simple .kd-pagination-item button:hover:not(:disabled),
|
|
11555
|
-
.kd-pagination.simple .kd-pagination-item button:active:not(:disabled) {
|
|
11560
|
+
.kd-pagination.simple .kd-pagination-action-item button:hover:not(:disabled),
|
|
11561
|
+
.kd-pagination.simple .kd-pagination-action-item button:active:not(:disabled) {
|
|
11556
11562
|
border-color: var(--kd-c-pagination-color-border-hover, var(--kd-g-color-theme-7, #375cca));
|
|
11557
11563
|
}
|
|
11558
|
-
.kd-pagination.simple .kd-pagination-item button:hover i,
|
|
11559
|
-
.kd-pagination.simple .kd-pagination-item button:active i {
|
|
11564
|
+
.kd-pagination.simple .kd-pagination-action-item button:hover i,
|
|
11565
|
+
.kd-pagination.simple .kd-pagination-action-item button:active i {
|
|
11560
11566
|
color: var(--kd-c-pagination-color-text-hover, var(--kd-g-color-theme, #5582f3));
|
|
11561
11567
|
}
|
|
11562
|
-
.kd-pagination.simple .kd-pagination-item button:disabled {
|
|
11568
|
+
.kd-pagination.simple .kd-pagination-action-item button:disabled {
|
|
11563
11569
|
cursor: not-allowed;
|
|
11564
11570
|
}
|
|
11565
|
-
.kd-pagination.simple .kd-pagination-item button:disabled i {
|
|
11571
|
+
.kd-pagination.simple .kd-pagination-action-item button:disabled i {
|
|
11566
11572
|
color: var(--kd-c-pagination-color-disabled, var(--kd-g-color-disabled, #b2b2b2));
|
|
11567
11573
|
}
|
|
11568
|
-
.kd-pagination.simple .kd-pagination-item button i {
|
|
11574
|
+
.kd-pagination.simple .kd-pagination-action-item button i {
|
|
11569
11575
|
position: absolute;
|
|
11570
11576
|
top: 0;
|
|
11571
11577
|
right: 0;
|
|
@@ -12974,13 +12980,13 @@ textarea {
|
|
|
12974
12980
|
-ms-flex-pack: start;
|
|
12975
12981
|
justify-content: flex-start;
|
|
12976
12982
|
}
|
|
12977
|
-
.kd-rate-size-large {
|
|
12983
|
+
.kd-rate-size-large .kdicon {
|
|
12978
12984
|
font-size: var(--kd-c-rate-font-size-large, 20px);
|
|
12979
12985
|
}
|
|
12980
|
-
.kd-rate-size-middle {
|
|
12986
|
+
.kd-rate-size-middle .kdicon {
|
|
12981
12987
|
font-size: var(--kd-c-rate-font-size-middle, 16px);
|
|
12982
12988
|
}
|
|
12983
|
-
.kd-rate-size-small {
|
|
12989
|
+
.kd-rate-size-small .kdicon {
|
|
12984
12990
|
font-size: var(--kd-c-rate-font-size-small, 12px);
|
|
12985
12991
|
}
|
|
12986
12992
|
.kd-rate-item {
|
|
@@ -15865,9 +15871,6 @@ textarea {
|
|
|
15865
15871
|
-webkit-box-direction: normal;
|
|
15866
15872
|
-ms-flex-direction: column;
|
|
15867
15873
|
flex-direction: column;
|
|
15868
|
-
-webkit-box-pack: center;
|
|
15869
|
-
-ms-flex-pack: center;
|
|
15870
|
-
justify-content: center;
|
|
15871
15874
|
}
|
|
15872
15875
|
.kd-steps-item-iconContainer {
|
|
15873
15876
|
display: -webkit-box;
|
|
@@ -15934,21 +15937,11 @@ textarea {
|
|
|
15934
15937
|
line-height: 20px;
|
|
15935
15938
|
font-size: var(--kd-c-steps-font-size, var(--kd-g-font-size-small, 12px));
|
|
15936
15939
|
color: var(--kd-c-steps-color-wait, #999);
|
|
15937
|
-
overflow: hidden;
|
|
15938
|
-
text-overflow: ellipsis;
|
|
15939
|
-
word-break: break-word;
|
|
15940
|
-
display: -webkit-box;
|
|
15941
|
-
-webkit-box-orient: vertical;
|
|
15942
15940
|
}
|
|
15943
15941
|
.kd-steps-item-content .kd-steps-item-description {
|
|
15944
15942
|
line-height: 20px;
|
|
15945
15943
|
font-size: var(--kd-c-steps-font-size, var(--kd-g-font-size-small, 12px));
|
|
15946
15944
|
color: var(--kd-c-steps-color-wait, #999);
|
|
15947
|
-
overflow: hidden;
|
|
15948
|
-
text-overflow: ellipsis;
|
|
15949
|
-
word-break: break-word;
|
|
15950
|
-
display: -webkit-box;
|
|
15951
|
-
-webkit-box-orient: vertical;
|
|
15952
15945
|
width: var(--kd-c-steps-vertical-description-sizing-width, 200px);
|
|
15953
15946
|
}
|
|
15954
15947
|
.kd-steps-item-process {
|
|
@@ -19100,7 +19093,6 @@ h3.kd-typography,
|
|
|
19100
19093
|
visibility: visible;
|
|
19101
19094
|
-webkit-transform: translateX(0);
|
|
19102
19095
|
transform: translateX(0);
|
|
19103
|
-
background-color: var(--kd-c-upload-color-background-hover, var(--kd-g-color-hover, #f5f5f5));
|
|
19104
19096
|
}
|
|
19105
19097
|
.kd-upload .kd-upload-text-list-item.error i,
|
|
19106
19098
|
.kd-upload .kd-upload-text-list-item.error .kd-upload-text-list-item-name {
|
|
@@ -19127,7 +19119,7 @@ h3.kd-typography,
|
|
|
19127
19119
|
padding: 0 var(--kd-c-upload-text-list-item-padding-horizontal, 20px);
|
|
19128
19120
|
height: var(--kd-c-upload-list-item-height, 44px);
|
|
19129
19121
|
line-height: var(--kd-c-upload-list-item-height, 44px);
|
|
19130
|
-
background
|
|
19122
|
+
background: transparent;
|
|
19131
19123
|
opacity: 0;
|
|
19132
19124
|
visibility: hidden;
|
|
19133
19125
|
-webkit-transform: translateX(5px);
|