@semi-bot/semi-theme-imwf 1.0.3 → 1.0.4
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/README.md +1 -1
- package/package.json +1 -1
- package/raw.json +81 -3
- package/scss/global.scss +4 -4
- package/scss/local.scss +27 -0
- package/scss/mixin.scss +2 -2
- package/semi.css +75 -69
- package/semi.min.css +1 -1
package/semi.css
CHANGED
|
@@ -453,12 +453,12 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
453
453
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-0), 1);
|
|
454
454
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
455
455
|
-webkit-font-smoothing: antialiased;
|
|
456
|
-
--semi-shadow-elevated: 0px 0px 0px 0px rgba(0,0,0,0.30),0px 4px
|
|
456
|
+
--semi-shadow-elevated: 0px 0px 0px 0px rgba(0,0,0,0.30),0px 4px 20px 0px rgba(0,0,0,0.10);
|
|
457
457
|
--semi-shadow-0: none;
|
|
458
458
|
--semi-shadow-1: none;
|
|
459
459
|
--semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
|
|
460
460
|
--semi-shadow-3: 0px 4px 8px 0px rgba(0,0,0,0.03);
|
|
461
|
-
--semi-shadow-knob: 0px 4px
|
|
461
|
+
--semi-shadow-knob: 0px 4px 10px 0px rgba(0,0,0,0.10),0px 0px 1px 0px rgba(0,0,0,0.30);
|
|
462
462
|
--semi-border-radius-m12: 12px;
|
|
463
463
|
--semi-border-radius-full: 9999px;
|
|
464
464
|
--semi-border-radius-large: 16px;
|
|
@@ -569,12 +569,12 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
569
569
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-5), 0.2);
|
|
570
570
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
571
571
|
-webkit-font-smoothing: antialiased;
|
|
572
|
-
--semi-shadow-elevated: 0px 0px 0px 0px rgba(0,0,0,0.30),0px 4px
|
|
572
|
+
--semi-shadow-elevated: 0px 0px 0px 0px rgba(0,0,0,0.30),0px 4px 20px 0px rgba(0,0,0,0.10);
|
|
573
573
|
--semi-shadow-0: none;
|
|
574
574
|
--semi-shadow-1: none;
|
|
575
575
|
--semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
|
|
576
576
|
--semi-shadow-3: 0px 4px 8px 0px rgba(0,0,0,0.03);
|
|
577
|
-
--semi-shadow-knob: 0px 4px
|
|
577
|
+
--semi-shadow-knob: 0px 4px 10px 0px rgba(0,0,0,0.10),0px 0px 1px 0px rgba(0,0,0,0.30);
|
|
578
578
|
--semi-border-radius-m12: 12px;
|
|
579
579
|
--semi-border-radius-full: 9999px;
|
|
580
580
|
--semi-border-radius-large: 16px;
|
|
@@ -2993,10 +2993,10 @@ body, :host {
|
|
|
2993
2993
|
display: inline-block;
|
|
2994
2994
|
}
|
|
2995
2995
|
.semi-badge-primary.semi-badge-solid {
|
|
2996
|
-
background-color: var(--semi-color-
|
|
2996
|
+
background-color: var(--semi-color-data-2);
|
|
2997
2997
|
}
|
|
2998
2998
|
.semi-badge-primary.semi-badge-light {
|
|
2999
|
-
background-color: var(--semi-color-
|
|
2999
|
+
background-color: var(--semi-color-highlight-bg);
|
|
3000
3000
|
color: var(--semi-color-primary);
|
|
3001
3001
|
}
|
|
3002
3002
|
.semi-badge-primary.semi-badge-inverted {
|
|
@@ -3580,8 +3580,8 @@ body, :host {
|
|
|
3580
3580
|
height: 24px;
|
|
3581
3581
|
padding-top: 2px;
|
|
3582
3582
|
padding-bottom: 2px;
|
|
3583
|
-
padding-left:
|
|
3584
|
-
padding-right:
|
|
3583
|
+
padding-left: 10px;
|
|
3584
|
+
padding-right: 10px;
|
|
3585
3585
|
font-size: 14px;
|
|
3586
3586
|
line-height: 20px;
|
|
3587
3587
|
font-weight: 600;
|
|
@@ -3618,8 +3618,8 @@ body, :host {
|
|
|
3618
3618
|
padding-right: 16px;
|
|
3619
3619
|
}
|
|
3620
3620
|
.semi-button-group > .semi-button-size-small .semi-button-content {
|
|
3621
|
-
padding-left:
|
|
3622
|
-
padding-right:
|
|
3621
|
+
padding-left: 10px;
|
|
3622
|
+
padding-right: 10px;
|
|
3623
3623
|
}
|
|
3624
3624
|
.semi-button-group > .semi-button.semi-button-with-icon-only {
|
|
3625
3625
|
padding-left: 0;
|
|
@@ -3694,8 +3694,8 @@ body, :host {
|
|
|
3694
3694
|
}
|
|
3695
3695
|
.semi-rtl .semi-button-size-small,
|
|
3696
3696
|
.semi-portal-rtl .semi-button-size-small {
|
|
3697
|
-
padding-left:
|
|
3698
|
-
padding-right:
|
|
3697
|
+
padding-left: 10px;
|
|
3698
|
+
padding-right: 10px;
|
|
3699
3699
|
}
|
|
3700
3700
|
.semi-rtl .semi-button-size-large,
|
|
3701
3701
|
.semi-portal-rtl .semi-button-size-large {
|
|
@@ -3723,8 +3723,8 @@ body, :host {
|
|
|
3723
3723
|
}
|
|
3724
3724
|
.semi-rtl .semi-button-group > .semi-button-size-small .semi-button-content,
|
|
3725
3725
|
.semi-portal-rtl .semi-button-group > .semi-button-size-small .semi-button-content {
|
|
3726
|
-
padding-left:
|
|
3727
|
-
padding-right:
|
|
3726
|
+
padding-left: 10px;
|
|
3727
|
+
padding-right: 10px;
|
|
3728
3728
|
}
|
|
3729
3729
|
.semi-rtl .semi-button-group > .semi-button.semi-button-with-icon-only,
|
|
3730
3730
|
.semi-portal-rtl .semi-button-group > .semi-button.semi-button-with-icon-only {
|
|
@@ -4908,11 +4908,11 @@ body, :host {
|
|
|
4908
4908
|
line-height: 24px;
|
|
4909
4909
|
}
|
|
4910
4910
|
.semi-cascader-small .semi-cascader-selection {
|
|
4911
|
-
padding-left:
|
|
4911
|
+
padding-left: 8px;
|
|
4912
4912
|
padding-right: 12px;
|
|
4913
4913
|
}
|
|
4914
4914
|
.semi-cascader-small .semi-cascader-selection-multiple {
|
|
4915
|
-
padding-left:
|
|
4915
|
+
padding-left: 2px;
|
|
4916
4916
|
padding-right: 4px;
|
|
4917
4917
|
}
|
|
4918
4918
|
.semi-cascader-large {
|
|
@@ -4985,7 +4985,7 @@ body, :host {
|
|
|
4985
4985
|
flex-wrap: wrap;
|
|
4986
4986
|
flex-grow: 1;
|
|
4987
4987
|
overflow: hidden;
|
|
4988
|
-
padding-left:
|
|
4988
|
+
padding-left: 8px;
|
|
4989
4989
|
padding-right: 12px;
|
|
4990
4990
|
cursor: pointer;
|
|
4991
4991
|
color: var(--semi-color-text-0);
|
|
@@ -6037,7 +6037,7 @@ body, :host {
|
|
|
6037
6037
|
.semi-checkbox-cardType {
|
|
6038
6038
|
flex-wrap: nowrap;
|
|
6039
6039
|
align-items: flex-start;
|
|
6040
|
-
border-radius:
|
|
6040
|
+
border-radius: 8px;
|
|
6041
6041
|
padding: 12px 16px;
|
|
6042
6042
|
background: transparent;
|
|
6043
6043
|
border: 1px solid transparent;
|
|
@@ -7264,10 +7264,10 @@ body, :host {
|
|
|
7264
7264
|
height: fit-content;
|
|
7265
7265
|
border: none;
|
|
7266
7266
|
}
|
|
7267
|
-
.semi-datepicker-range-input-wrapper .semi-input-wrapper:active {
|
|
7267
|
+
.semi-datepicker-range-input-wrapper .semi-input-wrapper:active:not(#neverExistElement) {
|
|
7268
7268
|
background-color: transparent;
|
|
7269
7269
|
}
|
|
7270
|
-
.semi-datepicker-range-input-wrapper .semi-input-wrapper:hover {
|
|
7270
|
+
.semi-datepicker-range-input-wrapper .semi-input-wrapper:hover:not(#neverExistElement) {
|
|
7271
7271
|
background-color: transparent;
|
|
7272
7272
|
}
|
|
7273
7273
|
.semi-datepicker-range-input-wrapper-focus {
|
|
@@ -8204,7 +8204,7 @@ body, :host {
|
|
|
8204
8204
|
}
|
|
8205
8205
|
.semi-dropdown-wrapper {
|
|
8206
8206
|
overflow-y: auto;
|
|
8207
|
-
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 4px
|
|
8207
|
+
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
8208
8208
|
position: relative;
|
|
8209
8209
|
z-index: 1050;
|
|
8210
8210
|
border-radius: var(--semi-border-radius-medium);
|
|
@@ -8623,7 +8623,7 @@ body, :host {
|
|
|
8623
8623
|
}
|
|
8624
8624
|
.semi-form-field-label {
|
|
8625
8625
|
box-sizing: border-box;
|
|
8626
|
-
font-weight:
|
|
8626
|
+
font-weight: 500;
|
|
8627
8627
|
color: var(--semi-color-text-0);
|
|
8628
8628
|
margin-bottom: 4px;
|
|
8629
8629
|
margin-top: 0px;
|
|
@@ -14519,7 +14519,7 @@ img[src=""], img:not([src]) {
|
|
|
14519
14519
|
line-height: 20px;
|
|
14520
14520
|
background-color: var(--semi-color-fill-0);
|
|
14521
14521
|
border: 1px transparent solid;
|
|
14522
|
-
border-radius:
|
|
14522
|
+
border-radius: 6px;
|
|
14523
14523
|
width: 100%;
|
|
14524
14524
|
outline: none;
|
|
14525
14525
|
cursor: text;
|
|
@@ -14642,7 +14642,7 @@ img[src=""], img:not([src]) {
|
|
|
14642
14642
|
}
|
|
14643
14643
|
.semi-input-wrapper .semi-input-clearbtn:focus-visible,
|
|
14644
14644
|
.semi-input-wrapper .semi-input-modebtn:focus-visible {
|
|
14645
|
-
border-radius:
|
|
14645
|
+
border-radius: 6px;
|
|
14646
14646
|
outline: 2px solid var(--semi-color-primary-light-active);
|
|
14647
14647
|
outline-offset: -1px;
|
|
14648
14648
|
}
|
|
@@ -14655,14 +14655,14 @@ img[src=""], img:not([src]) {
|
|
|
14655
14655
|
justify-content: center;
|
|
14656
14656
|
}
|
|
14657
14657
|
.semi-input-wrapper.semi-input-wrapper__with-append-only .semi-input {
|
|
14658
|
-
border-radius: 0
|
|
14658
|
+
border-radius: 0 6px 6px 0;
|
|
14659
14659
|
}
|
|
14660
14660
|
.semi-input-wrapper.semi-input-wrapper__with-append-only .semi-input:not(:last-child) {
|
|
14661
14661
|
border-right-style: none;
|
|
14662
14662
|
border-radius: 0;
|
|
14663
14663
|
}
|
|
14664
14664
|
.semi-input-wrapper.semi-input-wrapper__with-prepend-only .semi-input {
|
|
14665
|
-
border-radius:
|
|
14665
|
+
border-radius: 6px 0 0 6px;
|
|
14666
14666
|
}
|
|
14667
14667
|
.semi-input-wrapper.semi-input-wrapper__with-prepend-only .semi-input:not(:last-child) {
|
|
14668
14668
|
border-right-style: none;
|
|
@@ -14705,7 +14705,7 @@ img[src=""], img:not([src]) {
|
|
|
14705
14705
|
}
|
|
14706
14706
|
.semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input:focus + .semi-input-clearbtn, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input:focus + .semi-input-clearbtn {
|
|
14707
14707
|
border: 1px var(--semi-color-focus-border) solid;
|
|
14708
|
-
border-radius: 0
|
|
14708
|
+
border-radius: 0 6px 6px 0;
|
|
14709
14709
|
border-left-style: none;
|
|
14710
14710
|
}
|
|
14711
14711
|
.semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input:focus + .semi-input-clearbtn:not(:last-child), .semi-input-wrapper.semi-input-wrapper__with-append .semi-input:focus + .semi-input-clearbtn:not(:last-child) {
|
|
@@ -14713,7 +14713,7 @@ img[src=""], img:not([src]) {
|
|
|
14713
14713
|
}
|
|
14714
14714
|
.semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input:focus ~ .semi-input-modebtn, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input:focus ~ .semi-input-modebtn {
|
|
14715
14715
|
border: 1px var(--semi-color-focus-border) solid;
|
|
14716
|
-
border-radius: 0
|
|
14716
|
+
border-radius: 0 6px 6px 0;
|
|
14717
14717
|
border-left-style: none;
|
|
14718
14718
|
}
|
|
14719
14719
|
.semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input:focus ~ .semi-input-modebtn:not(:last-child), .semi-input-wrapper.semi-input-wrapper__with-append .semi-input:focus ~ .semi-input-modebtn:not(:last-child) {
|
|
@@ -14729,7 +14729,7 @@ img[src=""], img:not([src]) {
|
|
|
14729
14729
|
background-color: var(--semi-color-fill-0);
|
|
14730
14730
|
}
|
|
14731
14731
|
.semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend .semi-input-modebtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append .semi-input-modebtn:hover:last-child {
|
|
14732
|
-
border-radius: 0
|
|
14732
|
+
border-radius: 0 6px 6px 0;
|
|
14733
14733
|
}
|
|
14734
14734
|
.semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-error, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-error {
|
|
14735
14735
|
border-color: transparent;
|
|
@@ -14764,7 +14764,7 @@ img[src=""], img:not([src]) {
|
|
|
14764
14764
|
background-color: var(--semi-color-danger-light-default);
|
|
14765
14765
|
}
|
|
14766
14766
|
.semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-error .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-error .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-error .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-error .semi-input-modebtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-error .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-error .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-error .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-error .semi-input-modebtn:hover:last-child {
|
|
14767
|
-
border-radius: 0
|
|
14767
|
+
border-radius: 0 6px 6px 0;
|
|
14768
14768
|
}
|
|
14769
14769
|
.semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-warning, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-warning {
|
|
14770
14770
|
border-color: transparent;
|
|
@@ -14799,7 +14799,7 @@ img[src=""], img:not([src]) {
|
|
|
14799
14799
|
background-color: var(--semi-color-warning-light-default);
|
|
14800
14800
|
}
|
|
14801
14801
|
.semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-warning .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-warning .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-warning .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-prepend.semi-input-wrapper-warning .semi-input-modebtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-warning .semi-input-clearbtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-warning .semi-input-modebtn:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-warning .semi-input-clearbtn:hover:last-child, .semi-input-wrapper.semi-input-wrapper__with-append.semi-input-wrapper-warning .semi-input-modebtn:hover:last-child {
|
|
14802
|
-
border-radius: 0
|
|
14802
|
+
border-radius: 0 6px 6px 0;
|
|
14803
14803
|
}
|
|
14804
14804
|
.semi-input-wrapper-disabled {
|
|
14805
14805
|
cursor: not-allowed;
|
|
@@ -14823,8 +14823,8 @@ img[src=""], img:not([src]) {
|
|
|
14823
14823
|
outline: none;
|
|
14824
14824
|
width: 100%;
|
|
14825
14825
|
color: inherit;
|
|
14826
|
-
padding-left:
|
|
14827
|
-
padding-right:
|
|
14826
|
+
padding-left: 8px;
|
|
14827
|
+
padding-right: 8px;
|
|
14828
14828
|
background-color: transparent;
|
|
14829
14829
|
box-sizing: border-box;
|
|
14830
14830
|
}
|
|
@@ -14923,11 +14923,11 @@ img[src=""], img:not([src]) {
|
|
|
14923
14923
|
padding: 0 12px;
|
|
14924
14924
|
}
|
|
14925
14925
|
.semi-input-append {
|
|
14926
|
-
border-radius: 0
|
|
14926
|
+
border-radius: 0 6px 6px 0;
|
|
14927
14927
|
border-left: 1px transparent solid;
|
|
14928
14928
|
}
|
|
14929
14929
|
.semi-input-prepend {
|
|
14930
|
-
border-radius:
|
|
14930
|
+
border-radius: 6px 0 0 6px;
|
|
14931
14931
|
border-right: 1px transparent solid;
|
|
14932
14932
|
}
|
|
14933
14933
|
.semi-input-disabled::placeholder {
|
|
@@ -14949,13 +14949,13 @@ img[src=""], img:not([src]) {
|
|
|
14949
14949
|
.semi-input-group .semi-tagInput:first-child,
|
|
14950
14950
|
.semi-input-group .semi-cascader:first-child,
|
|
14951
14951
|
.semi-input-group .semi-tree-select:first-child, .semi-input-group > .semi-input-wrapper:first-child {
|
|
14952
|
-
border-radius:
|
|
14952
|
+
border-radius: 6px 0 0 6px;
|
|
14953
14953
|
}
|
|
14954
14954
|
.semi-input-group .semi-select:last-child,
|
|
14955
14955
|
.semi-input-group .semi-tagInput:last-child,
|
|
14956
14956
|
.semi-input-group .semi-cascader:last-child,
|
|
14957
14957
|
.semi-input-group .semi-tree-select:last-child, .semi-input-group > .semi-input-wrapper:last-child {
|
|
14958
|
-
border-radius: 0
|
|
14958
|
+
border-radius: 0 6px 6px 0;
|
|
14959
14959
|
}
|
|
14960
14960
|
.semi-input-group .semi-select:not(:last-child),
|
|
14961
14961
|
.semi-input-group .semi-tagInput:not(:last-child),
|
|
@@ -14996,7 +14996,7 @@ img[src=""], img:not([src]) {
|
|
|
14996
14996
|
.semi-input-group .semi-timepicker:first-child .semi-datepicker-range-input,
|
|
14997
14997
|
.semi-input-group .semi-autocomplete:first-child .semi-input-wrapper,
|
|
14998
14998
|
.semi-input-group .semi-autocomplete:first-child .semi-datepicker-range-input {
|
|
14999
|
-
border-radius:
|
|
14999
|
+
border-radius: 6px 0 0 6px;
|
|
15000
15000
|
}
|
|
15001
15001
|
.semi-input-group .semi-input-number:last-child .semi-input-wrapper,
|
|
15002
15002
|
.semi-input-group .semi-input-number:last-child .semi-datepicker-range-input,
|
|
@@ -15006,7 +15006,7 @@ img[src=""], img:not([src]) {
|
|
|
15006
15006
|
.semi-input-group .semi-timepicker:last-child .semi-datepicker-range-input,
|
|
15007
15007
|
.semi-input-group .semi-autocomplete:last-child .semi-input-wrapper,
|
|
15008
15008
|
.semi-input-group .semi-autocomplete:last-child .semi-datepicker-range-input {
|
|
15009
|
-
border-radius: 0
|
|
15009
|
+
border-radius: 0 6px 6px 0;
|
|
15010
15010
|
}
|
|
15011
15011
|
.semi-input-group .semi-input-number:not(:last-child),
|
|
15012
15012
|
.semi-input-group .semi-datepicker:not(:last-child),
|
|
@@ -15080,8 +15080,8 @@ img[src=""], img:not([src]) {
|
|
|
15080
15080
|
}
|
|
15081
15081
|
.semi-rtl .semi-input,
|
|
15082
15082
|
.semi-portal-rtl .semi-input {
|
|
15083
|
-
padding-left:
|
|
15084
|
-
padding-right:
|
|
15083
|
+
padding-left: 8px;
|
|
15084
|
+
padding-right: 8px;
|
|
15085
15085
|
}
|
|
15086
15086
|
.semi-rtl .semi-input-clearbtn + .semi-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
15087
15087
|
.semi-rtl .semi-input-clearbtn + .semi-portal-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
@@ -15148,8 +15148,8 @@ img[src=""], img:not([src]) {
|
|
|
15148
15148
|
flex-direction: column;
|
|
15149
15149
|
margin-left: 4px;
|
|
15150
15150
|
border: 1px solid var(--semi-color-border);
|
|
15151
|
-
border-radius:
|
|
15152
|
-
background-color: var(--semi-color-
|
|
15151
|
+
border-radius: 5px;
|
|
15152
|
+
background-color: var(--semi-color-default);
|
|
15153
15153
|
box-sizing: border-box;
|
|
15154
15154
|
}
|
|
15155
15155
|
.semi-input-number-suffix-btns > .semi-input-number-button {
|
|
@@ -16737,7 +16737,7 @@ img[src=""], img:not([src]) {
|
|
|
16737
16737
|
}
|
|
16738
16738
|
|
|
16739
16739
|
.semi-notification-notice {
|
|
16740
|
-
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 4px
|
|
16740
|
+
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
16741
16741
|
border-radius: var(--semi-border-radius-medium);
|
|
16742
16742
|
padding-top: 16px;
|
|
16743
16743
|
padding-right: 12px;
|
|
@@ -17369,7 +17369,7 @@ img[src=""], img:not([src]) {
|
|
|
17369
17369
|
position: relative;
|
|
17370
17370
|
background-color: var(--semi-color-bg-3);
|
|
17371
17371
|
backdrop-filter: none;
|
|
17372
|
-
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 4px
|
|
17372
|
+
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
17373
17373
|
z-index: 1030;
|
|
17374
17374
|
border-radius: var(--semi-border-radius-medium);
|
|
17375
17375
|
font-size: 14px;
|
|
@@ -18194,7 +18194,7 @@ img[src=""], img:not([src]) {
|
|
|
18194
18194
|
height: 100%;
|
|
18195
18195
|
width: 100%;
|
|
18196
18196
|
inset: 0;
|
|
18197
|
-
z-index:
|
|
18197
|
+
z-index: 20;
|
|
18198
18198
|
opacity: 0;
|
|
18199
18199
|
position: fixed;
|
|
18200
18200
|
}
|
|
@@ -18572,7 +18572,7 @@ img[src=""], img:not([src]) {
|
|
|
18572
18572
|
align-items: center;
|
|
18573
18573
|
flex-grow: 1;
|
|
18574
18574
|
overflow: hidden;
|
|
18575
|
-
margin-left:
|
|
18575
|
+
margin-left: 8px;
|
|
18576
18576
|
cursor: pointer;
|
|
18577
18577
|
color: var(--semi-color-text-0);
|
|
18578
18578
|
}
|
|
@@ -18892,7 +18892,7 @@ img[src=""], img:not([src]) {
|
|
|
18892
18892
|
.semi-rtl .semi-select-selection,
|
|
18893
18893
|
.semi-portal-rtl .semi-select-selection {
|
|
18894
18894
|
margin-left: 0;
|
|
18895
|
-
margin-right:
|
|
18895
|
+
margin-right: 8px;
|
|
18896
18896
|
}
|
|
18897
18897
|
.semi-rtl .semi-select-selection .semi-tag:nth-of-type(1),
|
|
18898
18898
|
.semi-portal-rtl .semi-select-selection .semi-tag:nth-of-type(1) {
|
|
@@ -19879,7 +19879,7 @@ img[src=""], img:not([src]) {
|
|
|
19879
19879
|
top: 14px;
|
|
19880
19880
|
}
|
|
19881
19881
|
.semi-slider-handle {
|
|
19882
|
-
box-shadow: 0px 4px
|
|
19882
|
+
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
|
|
19883
19883
|
box-sizing: border-box;
|
|
19884
19884
|
touch-action: none;
|
|
19885
19885
|
position: absolute;
|
|
@@ -20402,6 +20402,9 @@ img[src=""], img:not([src]) {
|
|
|
20402
20402
|
}
|
|
20403
20403
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title {
|
|
20404
20404
|
max-width: 80%;
|
|
20405
|
+
min-height: 24px;
|
|
20406
|
+
display: inline-flex;
|
|
20407
|
+
align-items: center;
|
|
20405
20408
|
}
|
|
20406
20409
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title .semi-steps-item-title-text {
|
|
20407
20410
|
overflow: hidden;
|
|
@@ -20409,6 +20412,9 @@ img[src=""], img:not([src]) {
|
|
|
20409
20412
|
white-space: nowrap;
|
|
20410
20413
|
transition: color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
20411
20414
|
}
|
|
20415
|
+
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title .semi-steps-item-title-text-empty {
|
|
20416
|
+
width: 0;
|
|
20417
|
+
}
|
|
20412
20418
|
.semi-steps-basic.semi-steps-vertical {
|
|
20413
20419
|
display: flex;
|
|
20414
20420
|
flex-flow: column nowrap;
|
|
@@ -20743,7 +20749,7 @@ img[src=""], img:not([src]) {
|
|
|
20743
20749
|
background-color: var(--semi-color-fill-1);
|
|
20744
20750
|
}
|
|
20745
20751
|
.semi-switch-knob {
|
|
20746
|
-
box-shadow: 0px 4px
|
|
20752
|
+
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
|
|
20747
20753
|
cursor: pointer;
|
|
20748
20754
|
border-radius: 9px;
|
|
20749
20755
|
background-color: rgba(var(--semi-white), 1);
|
|
@@ -21089,7 +21095,7 @@ img[src=""], img:not([src]) {
|
|
|
21089
21095
|
width: 48px;
|
|
21090
21096
|
}
|
|
21091
21097
|
.semi-table-thead > .semi-table-row > .semi-table-row-head {
|
|
21092
|
-
background-color: var(--semi-color-
|
|
21098
|
+
background-color: var(--semi-color-default);
|
|
21093
21099
|
color: var(--semi-color-text-2);
|
|
21094
21100
|
font-weight: 600;
|
|
21095
21101
|
text-align: left;
|
|
@@ -21113,7 +21119,7 @@ img[src=""], img:not([src]) {
|
|
|
21113
21119
|
.semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-left, .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-right {
|
|
21114
21120
|
z-index: 101;
|
|
21115
21121
|
position: sticky;
|
|
21116
|
-
background-color: var(--semi-color-
|
|
21122
|
+
background-color: var(--semi-color-default);
|
|
21117
21123
|
}
|
|
21118
21124
|
.semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-left-last {
|
|
21119
21125
|
border-right: 1px solid var(--semi-color-border);
|
|
@@ -21629,7 +21635,7 @@ img[src=""], img:not([src]) {
|
|
|
21629
21635
|
padding: 8px 12px;
|
|
21630
21636
|
}
|
|
21631
21637
|
.semi-tabs-bar-more-trigger-button {
|
|
21632
|
-
padding:
|
|
21638
|
+
padding: 6px 15px;
|
|
21633
21639
|
}
|
|
21634
21640
|
.semi-tabs-bar .semi-tabs-tab {
|
|
21635
21641
|
font-size: 14px;
|
|
@@ -21993,7 +21999,7 @@ img[src=""], img:not([src]) {
|
|
|
21993
21999
|
margin-right: 8px;
|
|
21994
22000
|
}
|
|
21995
22001
|
.semi-tabs-bar-button .semi-tabs-tab {
|
|
21996
|
-
padding:
|
|
22002
|
+
padding: 6px 15px;
|
|
21997
22003
|
border-radius: 23px;
|
|
21998
22004
|
color: var(--semi-color-text-1);
|
|
21999
22005
|
border: none;
|
|
@@ -22227,7 +22233,7 @@ img[src=""], img:not([src]) {
|
|
|
22227
22233
|
border: none;
|
|
22228
22234
|
}
|
|
22229
22235
|
.semi-tabs-tab-button.semi-tabs-tab {
|
|
22230
|
-
padding:
|
|
22236
|
+
padding: 6px 15px;
|
|
22231
22237
|
border-radius: 23px;
|
|
22232
22238
|
color: var(--semi-color-text-1);
|
|
22233
22239
|
border: none;
|
|
@@ -23502,13 +23508,13 @@ img[src=""], img:not([src]) {
|
|
|
23502
23508
|
}
|
|
23503
23509
|
.semi-toast-content {
|
|
23504
23510
|
pointer-events: all;
|
|
23505
|
-
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 4px
|
|
23511
|
+
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
|
|
23506
23512
|
font-size: 14px;
|
|
23507
23513
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23508
23514
|
line-height: 20px;
|
|
23509
23515
|
background-color: var(--semi-color-bg-3);
|
|
23510
23516
|
border-radius: var(--semi-border-radius-medium);
|
|
23511
|
-
padding: 12px 8px 12px
|
|
23517
|
+
padding: 12px 8px 12px 12px;
|
|
23512
23518
|
display: inline-flex;
|
|
23513
23519
|
align-items: flex-start;
|
|
23514
23520
|
justify-content: center;
|
|
@@ -24667,7 +24673,7 @@ img[src=""], img:not([src]) {
|
|
|
24667
24673
|
flex-wrap: wrap;
|
|
24668
24674
|
flex-grow: 1;
|
|
24669
24675
|
overflow: hidden;
|
|
24670
|
-
padding-left:
|
|
24676
|
+
padding-left: 8px;
|
|
24671
24677
|
padding-right: 0;
|
|
24672
24678
|
cursor: pointer;
|
|
24673
24679
|
color: var(--semi-color-text-0);
|
|
@@ -24692,7 +24698,7 @@ img[src=""], img:not([src]) {
|
|
|
24692
24698
|
}
|
|
24693
24699
|
.semi-tree-select-selection-TriggerSearchItem {
|
|
24694
24700
|
position: absolute;
|
|
24695
|
-
max-width: calc(100% -
|
|
24701
|
+
max-width: calc(100% - 8px);
|
|
24696
24702
|
text-overflow: ellipsis;
|
|
24697
24703
|
overflow: hidden;
|
|
24698
24704
|
white-space: nowrap;
|
|
@@ -24913,7 +24919,7 @@ img[src=""], img:not([src]) {
|
|
|
24913
24919
|
}
|
|
24914
24920
|
.semi-rtl .semi-tree-select-selection,
|
|
24915
24921
|
.semi-portal-rtl .semi-tree-select-selection {
|
|
24916
|
-
padding-right:
|
|
24922
|
+
padding-right: 8px;
|
|
24917
24923
|
padding-left: 0;
|
|
24918
24924
|
}
|
|
24919
24925
|
.semi-rtl .semi-tree-select-multiple .semi-tree-select-selection,
|
|
@@ -26350,8 +26356,8 @@ p.semi-typography-extended,
|
|
|
26350
26356
|
}
|
|
26351
26357
|
.semi-rtl .semi-button-size-small,
|
|
26352
26358
|
.semi-portal-rtl .semi-button-size-small {
|
|
26353
|
-
padding-left:
|
|
26354
|
-
padding-right:
|
|
26359
|
+
padding-left: 10px;
|
|
26360
|
+
padding-right: 10px;
|
|
26355
26361
|
}
|
|
26356
26362
|
.semi-rtl .semi-button-size-large,
|
|
26357
26363
|
.semi-portal-rtl .semi-button-size-large {
|
|
@@ -26379,8 +26385,8 @@ p.semi-typography-extended,
|
|
|
26379
26385
|
}
|
|
26380
26386
|
.semi-rtl .semi-button-group > .semi-button-size-small .semi-button-content,
|
|
26381
26387
|
.semi-portal-rtl .semi-button-group > .semi-button-size-small .semi-button-content {
|
|
26382
|
-
padding-left:
|
|
26383
|
-
padding-right:
|
|
26388
|
+
padding-left: 10px;
|
|
26389
|
+
padding-right: 10px;
|
|
26384
26390
|
}
|
|
26385
26391
|
.semi-rtl .semi-button-group > .semi-button.semi-button-with-icon-only,
|
|
26386
26392
|
.semi-portal-rtl .semi-button-group > .semi-button.semi-button-with-icon-only {
|
|
@@ -26453,7 +26459,7 @@ p.semi-typography-extended,
|
|
|
26453
26459
|
position: relative;
|
|
26454
26460
|
width: 100%;
|
|
26455
26461
|
border: 1px transparent solid;
|
|
26456
|
-
border-radius:
|
|
26462
|
+
border-radius: 6px;
|
|
26457
26463
|
vertical-align: bottom;
|
|
26458
26464
|
background-color: var(--semi-color-fill-0);
|
|
26459
26465
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
@@ -26634,7 +26640,7 @@ p.semi-typography-extended,
|
|
|
26634
26640
|
text-align: right;
|
|
26635
26641
|
user-select: none;
|
|
26636
26642
|
min-width: 36px;
|
|
26637
|
-
border-radius:
|
|
26643
|
+
border-radius: 6px 0 0 6px;
|
|
26638
26644
|
overflow-y: auto;
|
|
26639
26645
|
overflow-x: hidden;
|
|
26640
26646
|
scrollbar-width: none;
|
|
@@ -26655,7 +26661,7 @@ p.semi-typography-extended,
|
|
|
26655
26661
|
box-sizing: border-box;
|
|
26656
26662
|
}
|
|
26657
26663
|
.semi-input-textarea-wrapper-withLineNumber .semi-input-textarea {
|
|
26658
|
-
border-radius: 0
|
|
26664
|
+
border-radius: 0 6px 6px 0;
|
|
26659
26665
|
line-height: 1.5;
|
|
26660
26666
|
flex: 1;
|
|
26661
26667
|
}
|
|
@@ -26676,8 +26682,8 @@ p.semi-typography-extended,
|
|
|
26676
26682
|
}
|
|
26677
26683
|
.semi-rtl .semi-input,
|
|
26678
26684
|
.semi-portal-rtl .semi-input {
|
|
26679
|
-
padding-left:
|
|
26680
|
-
padding-right:
|
|
26685
|
+
padding-left: 8px;
|
|
26686
|
+
padding-right: 8px;
|
|
26681
26687
|
}
|
|
26682
26688
|
.semi-rtl .semi-input-clearbtn + .semi-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
26683
26689
|
.semi-rtl .semi-input-clearbtn + .semi-portal-rtl .semi-input-suffix + .semi-input-suffix-text,
|