@semi-bot/semi-theme-imwf 1.0.2 → 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 +90 -2
- package/scss/global.scss +4 -4
- package/scss/local.scss +30 -0
- package/scss/mixin.scss +2 -2
- package/semi.css +780 -185
- 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;
|
|
@@ -1678,6 +1678,17 @@ body, :host {
|
|
|
1678
1678
|
height: 0;
|
|
1679
1679
|
pointer-events: none;
|
|
1680
1680
|
}
|
|
1681
|
+
.semi-aiChatInput-editor-content .tiptap p.has-skill-slot.is-editor-empty:first-child::before {
|
|
1682
|
+
content: none;
|
|
1683
|
+
}
|
|
1684
|
+
.semi-aiChatInput-editor-content .tiptap p.has-skill-slot.is-editor-empty:first-child::after {
|
|
1685
|
+
color: var(--semi-color-text-2);
|
|
1686
|
+
content: attr(data-placeholder);
|
|
1687
|
+
display: inline;
|
|
1688
|
+
height: 0;
|
|
1689
|
+
margin-left: 8px;
|
|
1690
|
+
pointer-events: none;
|
|
1691
|
+
}
|
|
1681
1692
|
.semi-aiChatInput-editor-content .tiptap p {
|
|
1682
1693
|
margin: 0px;
|
|
1683
1694
|
white-space: pre-wrap;
|
|
@@ -2982,10 +2993,10 @@ body, :host {
|
|
|
2982
2993
|
display: inline-block;
|
|
2983
2994
|
}
|
|
2984
2995
|
.semi-badge-primary.semi-badge-solid {
|
|
2985
|
-
background-color: var(--semi-color-
|
|
2996
|
+
background-color: var(--semi-color-data-2);
|
|
2986
2997
|
}
|
|
2987
2998
|
.semi-badge-primary.semi-badge-light {
|
|
2988
|
-
background-color: var(--semi-color-
|
|
2999
|
+
background-color: var(--semi-color-highlight-bg);
|
|
2989
3000
|
color: var(--semi-color-primary);
|
|
2990
3001
|
}
|
|
2991
3002
|
.semi-badge-primary.semi-badge-inverted {
|
|
@@ -3569,8 +3580,8 @@ body, :host {
|
|
|
3569
3580
|
height: 24px;
|
|
3570
3581
|
padding-top: 2px;
|
|
3571
3582
|
padding-bottom: 2px;
|
|
3572
|
-
padding-left:
|
|
3573
|
-
padding-right:
|
|
3583
|
+
padding-left: 10px;
|
|
3584
|
+
padding-right: 10px;
|
|
3574
3585
|
font-size: 14px;
|
|
3575
3586
|
line-height: 20px;
|
|
3576
3587
|
font-weight: 600;
|
|
@@ -3607,8 +3618,8 @@ body, :host {
|
|
|
3607
3618
|
padding-right: 16px;
|
|
3608
3619
|
}
|
|
3609
3620
|
.semi-button-group > .semi-button-size-small .semi-button-content {
|
|
3610
|
-
padding-left:
|
|
3611
|
-
padding-right:
|
|
3621
|
+
padding-left: 10px;
|
|
3622
|
+
padding-right: 10px;
|
|
3612
3623
|
}
|
|
3613
3624
|
.semi-button-group > .semi-button.semi-button-with-icon-only {
|
|
3614
3625
|
padding-left: 0;
|
|
@@ -3683,8 +3694,8 @@ body, :host {
|
|
|
3683
3694
|
}
|
|
3684
3695
|
.semi-rtl .semi-button-size-small,
|
|
3685
3696
|
.semi-portal-rtl .semi-button-size-small {
|
|
3686
|
-
padding-left:
|
|
3687
|
-
padding-right:
|
|
3697
|
+
padding-left: 10px;
|
|
3698
|
+
padding-right: 10px;
|
|
3688
3699
|
}
|
|
3689
3700
|
.semi-rtl .semi-button-size-large,
|
|
3690
3701
|
.semi-portal-rtl .semi-button-size-large {
|
|
@@ -3712,8 +3723,8 @@ body, :host {
|
|
|
3712
3723
|
}
|
|
3713
3724
|
.semi-rtl .semi-button-group > .semi-button-size-small .semi-button-content,
|
|
3714
3725
|
.semi-portal-rtl .semi-button-group > .semi-button-size-small .semi-button-content {
|
|
3715
|
-
padding-left:
|
|
3716
|
-
padding-right:
|
|
3726
|
+
padding-left: 10px;
|
|
3727
|
+
padding-right: 10px;
|
|
3717
3728
|
}
|
|
3718
3729
|
.semi-rtl .semi-button-group > .semi-button.semi-button-with-icon-only,
|
|
3719
3730
|
.semi-portal-rtl .semi-button-group > .semi-button.semi-button-with-icon-only {
|
|
@@ -4897,11 +4908,11 @@ body, :host {
|
|
|
4897
4908
|
line-height: 24px;
|
|
4898
4909
|
}
|
|
4899
4910
|
.semi-cascader-small .semi-cascader-selection {
|
|
4900
|
-
padding-left:
|
|
4911
|
+
padding-left: 8px;
|
|
4901
4912
|
padding-right: 12px;
|
|
4902
4913
|
}
|
|
4903
4914
|
.semi-cascader-small .semi-cascader-selection-multiple {
|
|
4904
|
-
padding-left:
|
|
4915
|
+
padding-left: 2px;
|
|
4905
4916
|
padding-right: 4px;
|
|
4906
4917
|
}
|
|
4907
4918
|
.semi-cascader-large {
|
|
@@ -4974,7 +4985,7 @@ body, :host {
|
|
|
4974
4985
|
flex-wrap: wrap;
|
|
4975
4986
|
flex-grow: 1;
|
|
4976
4987
|
overflow: hidden;
|
|
4977
|
-
padding-left:
|
|
4988
|
+
padding-left: 8px;
|
|
4978
4989
|
padding-right: 12px;
|
|
4979
4990
|
cursor: pointer;
|
|
4980
4991
|
color: var(--semi-color-text-0);
|
|
@@ -6026,7 +6037,7 @@ body, :host {
|
|
|
6026
6037
|
.semi-checkbox-cardType {
|
|
6027
6038
|
flex-wrap: nowrap;
|
|
6028
6039
|
align-items: flex-start;
|
|
6029
|
-
border-radius:
|
|
6040
|
+
border-radius: 8px;
|
|
6030
6041
|
padding: 12px 16px;
|
|
6031
6042
|
background: transparent;
|
|
6032
6043
|
border: 1px solid transparent;
|
|
@@ -7253,10 +7264,10 @@ body, :host {
|
|
|
7253
7264
|
height: fit-content;
|
|
7254
7265
|
border: none;
|
|
7255
7266
|
}
|
|
7256
|
-
.semi-datepicker-range-input-wrapper .semi-input-wrapper:active {
|
|
7267
|
+
.semi-datepicker-range-input-wrapper .semi-input-wrapper:active:not(#neverExistElement) {
|
|
7257
7268
|
background-color: transparent;
|
|
7258
7269
|
}
|
|
7259
|
-
.semi-datepicker-range-input-wrapper .semi-input-wrapper:hover {
|
|
7270
|
+
.semi-datepicker-range-input-wrapper .semi-input-wrapper:hover:not(#neverExistElement) {
|
|
7260
7271
|
background-color: transparent;
|
|
7261
7272
|
}
|
|
7262
7273
|
.semi-datepicker-range-input-wrapper-focus {
|
|
@@ -8193,7 +8204,7 @@ body, :host {
|
|
|
8193
8204
|
}
|
|
8194
8205
|
.semi-dropdown-wrapper {
|
|
8195
8206
|
overflow-y: auto;
|
|
8196
|
-
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);
|
|
8197
8208
|
position: relative;
|
|
8198
8209
|
z-index: 1050;
|
|
8199
8210
|
border-radius: var(--semi-border-radius-medium);
|
|
@@ -8612,7 +8623,7 @@ body, :host {
|
|
|
8612
8623
|
}
|
|
8613
8624
|
.semi-form-field-label {
|
|
8614
8625
|
box-sizing: border-box;
|
|
8615
|
-
font-weight:
|
|
8626
|
+
font-weight: 500;
|
|
8616
8627
|
color: var(--semi-color-text-0);
|
|
8617
8628
|
margin-bottom: 4px;
|
|
8618
8629
|
margin-top: 0px;
|
|
@@ -14508,7 +14519,7 @@ img[src=""], img:not([src]) {
|
|
|
14508
14519
|
line-height: 20px;
|
|
14509
14520
|
background-color: var(--semi-color-fill-0);
|
|
14510
14521
|
border: 1px transparent solid;
|
|
14511
|
-
border-radius:
|
|
14522
|
+
border-radius: 6px;
|
|
14512
14523
|
width: 100%;
|
|
14513
14524
|
outline: none;
|
|
14514
14525
|
cursor: text;
|
|
@@ -14631,7 +14642,7 @@ img[src=""], img:not([src]) {
|
|
|
14631
14642
|
}
|
|
14632
14643
|
.semi-input-wrapper .semi-input-clearbtn:focus-visible,
|
|
14633
14644
|
.semi-input-wrapper .semi-input-modebtn:focus-visible {
|
|
14634
|
-
border-radius:
|
|
14645
|
+
border-radius: 6px;
|
|
14635
14646
|
outline: 2px solid var(--semi-color-primary-light-active);
|
|
14636
14647
|
outline-offset: -1px;
|
|
14637
14648
|
}
|
|
@@ -14644,14 +14655,14 @@ img[src=""], img:not([src]) {
|
|
|
14644
14655
|
justify-content: center;
|
|
14645
14656
|
}
|
|
14646
14657
|
.semi-input-wrapper.semi-input-wrapper__with-append-only .semi-input {
|
|
14647
|
-
border-radius: 0
|
|
14658
|
+
border-radius: 0 6px 6px 0;
|
|
14648
14659
|
}
|
|
14649
14660
|
.semi-input-wrapper.semi-input-wrapper__with-append-only .semi-input:not(:last-child) {
|
|
14650
14661
|
border-right-style: none;
|
|
14651
14662
|
border-radius: 0;
|
|
14652
14663
|
}
|
|
14653
14664
|
.semi-input-wrapper.semi-input-wrapper__with-prepend-only .semi-input {
|
|
14654
|
-
border-radius:
|
|
14665
|
+
border-radius: 6px 0 0 6px;
|
|
14655
14666
|
}
|
|
14656
14667
|
.semi-input-wrapper.semi-input-wrapper__with-prepend-only .semi-input:not(:last-child) {
|
|
14657
14668
|
border-right-style: none;
|
|
@@ -14694,7 +14705,7 @@ img[src=""], img:not([src]) {
|
|
|
14694
14705
|
}
|
|
14695
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 {
|
|
14696
14707
|
border: 1px var(--semi-color-focus-border) solid;
|
|
14697
|
-
border-radius: 0
|
|
14708
|
+
border-radius: 0 6px 6px 0;
|
|
14698
14709
|
border-left-style: none;
|
|
14699
14710
|
}
|
|
14700
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) {
|
|
@@ -14702,7 +14713,7 @@ img[src=""], img:not([src]) {
|
|
|
14702
14713
|
}
|
|
14703
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 {
|
|
14704
14715
|
border: 1px var(--semi-color-focus-border) solid;
|
|
14705
|
-
border-radius: 0
|
|
14716
|
+
border-radius: 0 6px 6px 0;
|
|
14706
14717
|
border-left-style: none;
|
|
14707
14718
|
}
|
|
14708
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) {
|
|
@@ -14718,7 +14729,7 @@ img[src=""], img:not([src]) {
|
|
|
14718
14729
|
background-color: var(--semi-color-fill-0);
|
|
14719
14730
|
}
|
|
14720
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 {
|
|
14721
|
-
border-radius: 0
|
|
14732
|
+
border-radius: 0 6px 6px 0;
|
|
14722
14733
|
}
|
|
14723
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 {
|
|
14724
14735
|
border-color: transparent;
|
|
@@ -14753,7 +14764,7 @@ img[src=""], img:not([src]) {
|
|
|
14753
14764
|
background-color: var(--semi-color-danger-light-default);
|
|
14754
14765
|
}
|
|
14755
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 {
|
|
14756
|
-
border-radius: 0
|
|
14767
|
+
border-radius: 0 6px 6px 0;
|
|
14757
14768
|
}
|
|
14758
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 {
|
|
14759
14770
|
border-color: transparent;
|
|
@@ -14788,7 +14799,7 @@ img[src=""], img:not([src]) {
|
|
|
14788
14799
|
background-color: var(--semi-color-warning-light-default);
|
|
14789
14800
|
}
|
|
14790
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 {
|
|
14791
|
-
border-radius: 0
|
|
14802
|
+
border-radius: 0 6px 6px 0;
|
|
14792
14803
|
}
|
|
14793
14804
|
.semi-input-wrapper-disabled {
|
|
14794
14805
|
cursor: not-allowed;
|
|
@@ -14812,8 +14823,8 @@ img[src=""], img:not([src]) {
|
|
|
14812
14823
|
outline: none;
|
|
14813
14824
|
width: 100%;
|
|
14814
14825
|
color: inherit;
|
|
14815
|
-
padding-left:
|
|
14816
|
-
padding-right:
|
|
14826
|
+
padding-left: 8px;
|
|
14827
|
+
padding-right: 8px;
|
|
14817
14828
|
background-color: transparent;
|
|
14818
14829
|
box-sizing: border-box;
|
|
14819
14830
|
}
|
|
@@ -14912,11 +14923,11 @@ img[src=""], img:not([src]) {
|
|
|
14912
14923
|
padding: 0 12px;
|
|
14913
14924
|
}
|
|
14914
14925
|
.semi-input-append {
|
|
14915
|
-
border-radius: 0
|
|
14926
|
+
border-radius: 0 6px 6px 0;
|
|
14916
14927
|
border-left: 1px transparent solid;
|
|
14917
14928
|
}
|
|
14918
14929
|
.semi-input-prepend {
|
|
14919
|
-
border-radius:
|
|
14930
|
+
border-radius: 6px 0 0 6px;
|
|
14920
14931
|
border-right: 1px transparent solid;
|
|
14921
14932
|
}
|
|
14922
14933
|
.semi-input-disabled::placeholder {
|
|
@@ -14938,13 +14949,13 @@ img[src=""], img:not([src]) {
|
|
|
14938
14949
|
.semi-input-group .semi-tagInput:first-child,
|
|
14939
14950
|
.semi-input-group .semi-cascader:first-child,
|
|
14940
14951
|
.semi-input-group .semi-tree-select:first-child, .semi-input-group > .semi-input-wrapper:first-child {
|
|
14941
|
-
border-radius:
|
|
14952
|
+
border-radius: 6px 0 0 6px;
|
|
14942
14953
|
}
|
|
14943
14954
|
.semi-input-group .semi-select:last-child,
|
|
14944
14955
|
.semi-input-group .semi-tagInput:last-child,
|
|
14945
14956
|
.semi-input-group .semi-cascader:last-child,
|
|
14946
14957
|
.semi-input-group .semi-tree-select:last-child, .semi-input-group > .semi-input-wrapper:last-child {
|
|
14947
|
-
border-radius: 0
|
|
14958
|
+
border-radius: 0 6px 6px 0;
|
|
14948
14959
|
}
|
|
14949
14960
|
.semi-input-group .semi-select:not(:last-child),
|
|
14950
14961
|
.semi-input-group .semi-tagInput:not(:last-child),
|
|
@@ -14985,7 +14996,7 @@ img[src=""], img:not([src]) {
|
|
|
14985
14996
|
.semi-input-group .semi-timepicker:first-child .semi-datepicker-range-input,
|
|
14986
14997
|
.semi-input-group .semi-autocomplete:first-child .semi-input-wrapper,
|
|
14987
14998
|
.semi-input-group .semi-autocomplete:first-child .semi-datepicker-range-input {
|
|
14988
|
-
border-radius:
|
|
14999
|
+
border-radius: 6px 0 0 6px;
|
|
14989
15000
|
}
|
|
14990
15001
|
.semi-input-group .semi-input-number:last-child .semi-input-wrapper,
|
|
14991
15002
|
.semi-input-group .semi-input-number:last-child .semi-datepicker-range-input,
|
|
@@ -14995,7 +15006,7 @@ img[src=""], img:not([src]) {
|
|
|
14995
15006
|
.semi-input-group .semi-timepicker:last-child .semi-datepicker-range-input,
|
|
14996
15007
|
.semi-input-group .semi-autocomplete:last-child .semi-input-wrapper,
|
|
14997
15008
|
.semi-input-group .semi-autocomplete:last-child .semi-datepicker-range-input {
|
|
14998
|
-
border-radius: 0
|
|
15009
|
+
border-radius: 0 6px 6px 0;
|
|
14999
15010
|
}
|
|
15000
15011
|
.semi-input-group .semi-input-number:not(:last-child),
|
|
15001
15012
|
.semi-input-group .semi-datepicker:not(:last-child),
|
|
@@ -15069,8 +15080,8 @@ img[src=""], img:not([src]) {
|
|
|
15069
15080
|
}
|
|
15070
15081
|
.semi-rtl .semi-input,
|
|
15071
15082
|
.semi-portal-rtl .semi-input {
|
|
15072
|
-
padding-left:
|
|
15073
|
-
padding-right:
|
|
15083
|
+
padding-left: 8px;
|
|
15084
|
+
padding-right: 8px;
|
|
15074
15085
|
}
|
|
15075
15086
|
.semi-rtl .semi-input-clearbtn + .semi-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
15076
15087
|
.semi-rtl .semi-input-clearbtn + .semi-portal-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
@@ -15137,8 +15148,8 @@ img[src=""], img:not([src]) {
|
|
|
15137
15148
|
flex-direction: column;
|
|
15138
15149
|
margin-left: 4px;
|
|
15139
15150
|
border: 1px solid var(--semi-color-border);
|
|
15140
|
-
border-radius:
|
|
15141
|
-
background-color: var(--semi-color-
|
|
15151
|
+
border-radius: 5px;
|
|
15152
|
+
background-color: var(--semi-color-default);
|
|
15142
15153
|
box-sizing: border-box;
|
|
15143
15154
|
}
|
|
15144
15155
|
.semi-input-number-suffix-btns > .semi-input-number-button {
|
|
@@ -15230,6 +15241,10 @@ img[src=""], img:not([src]) {
|
|
|
15230
15241
|
margin-right: 0;
|
|
15231
15242
|
}
|
|
15232
15243
|
|
|
15244
|
+
.semi-json-viewer {
|
|
15245
|
+
box-sizing: border-box;
|
|
15246
|
+
padding: 12px 0;
|
|
15247
|
+
}
|
|
15233
15248
|
.semi-json-viewer-background {
|
|
15234
15249
|
background-color: var(--semi-color-default);
|
|
15235
15250
|
}
|
|
@@ -16722,7 +16737,7 @@ img[src=""], img:not([src]) {
|
|
|
16722
16737
|
}
|
|
16723
16738
|
|
|
16724
16739
|
.semi-notification-notice {
|
|
16725
|
-
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);
|
|
16726
16741
|
border-radius: var(--semi-border-radius-medium);
|
|
16727
16742
|
padding-top: 16px;
|
|
16728
16743
|
padding-right: 12px;
|
|
@@ -17354,7 +17369,7 @@ img[src=""], img:not([src]) {
|
|
|
17354
17369
|
position: relative;
|
|
17355
17370
|
background-color: var(--semi-color-bg-3);
|
|
17356
17371
|
backdrop-filter: none;
|
|
17357
|
-
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);
|
|
17358
17373
|
z-index: 1030;
|
|
17359
17374
|
border-radius: var(--semi-border-radius-medium);
|
|
17360
17375
|
font-size: 14px;
|
|
@@ -17824,7 +17839,7 @@ img[src=""], img:not([src]) {
|
|
|
17824
17839
|
}
|
|
17825
17840
|
.semi-radio-addon-buttonRadio {
|
|
17826
17841
|
text-align: center;
|
|
17827
|
-
border-radius:
|
|
17842
|
+
border-radius: 6px;
|
|
17828
17843
|
font-weight: 600;
|
|
17829
17844
|
color: var(--semi-color-text-1);
|
|
17830
17845
|
font-size: 12px;
|
|
@@ -18179,7 +18194,7 @@ img[src=""], img:not([src]) {
|
|
|
18179
18194
|
height: 100%;
|
|
18180
18195
|
width: 100%;
|
|
18181
18196
|
inset: 0;
|
|
18182
|
-
z-index:
|
|
18197
|
+
z-index: 20;
|
|
18183
18198
|
opacity: 0;
|
|
18184
18199
|
position: fixed;
|
|
18185
18200
|
}
|
|
@@ -18557,7 +18572,7 @@ img[src=""], img:not([src]) {
|
|
|
18557
18572
|
align-items: center;
|
|
18558
18573
|
flex-grow: 1;
|
|
18559
18574
|
overflow: hidden;
|
|
18560
|
-
margin-left:
|
|
18575
|
+
margin-left: 8px;
|
|
18561
18576
|
cursor: pointer;
|
|
18562
18577
|
color: var(--semi-color-text-0);
|
|
18563
18578
|
}
|
|
@@ -18877,7 +18892,7 @@ img[src=""], img:not([src]) {
|
|
|
18877
18892
|
.semi-rtl .semi-select-selection,
|
|
18878
18893
|
.semi-portal-rtl .semi-select-selection {
|
|
18879
18894
|
margin-left: 0;
|
|
18880
|
-
margin-right:
|
|
18895
|
+
margin-right: 8px;
|
|
18881
18896
|
}
|
|
18882
18897
|
.semi-rtl .semi-select-selection .semi-tag:nth-of-type(1),
|
|
18883
18898
|
.semi-portal-rtl .semi-select-selection .semi-tag:nth-of-type(1) {
|
|
@@ -19215,143 +19230,674 @@ img[src=""], img:not([src]) {
|
|
|
19215
19230
|
text-align: right;
|
|
19216
19231
|
}
|
|
19217
19232
|
|
|
19218
|
-
.semi-
|
|
19219
|
-
|
|
19220
|
-
border-radius: var(--semi-border-radius-small);
|
|
19221
|
-
}
|
|
19222
|
-
.semi-skeleton-avatar-circle {
|
|
19223
|
-
border-radius: 50%;
|
|
19233
|
+
.semi-sidebar-main .semi-sidebar-container-content {
|
|
19234
|
+
overflow: hidden;
|
|
19224
19235
|
}
|
|
19225
|
-
.semi-
|
|
19226
|
-
|
|
19227
|
-
|
|
19236
|
+
.semi-sidebar-main-content-wrapper {
|
|
19237
|
+
display: flex;
|
|
19238
|
+
flex-direction: column;
|
|
19239
|
+
height: 100%;
|
|
19228
19240
|
}
|
|
19229
|
-
.semi-
|
|
19230
|
-
|
|
19231
|
-
height:
|
|
19241
|
+
.semi-sidebar-main-content {
|
|
19242
|
+
padding: 12px;
|
|
19243
|
+
height: 100%;
|
|
19244
|
+
box-sizing: border-box;
|
|
19245
|
+
overflow: auto;
|
|
19232
19246
|
}
|
|
19233
|
-
.semi-
|
|
19234
|
-
|
|
19235
|
-
|
|
19247
|
+
.semi-sidebar-container {
|
|
19248
|
+
height: 100%;
|
|
19249
|
+
border-left: 1px solid var(--semi-color-border);
|
|
19250
|
+
box-sizing: border-box;
|
|
19251
|
+
display: flex;
|
|
19252
|
+
flex-direction: column;
|
|
19253
|
+
overflow: hidden;
|
|
19254
|
+
position: relative;
|
|
19236
19255
|
}
|
|
19237
|
-
.semi-
|
|
19238
|
-
|
|
19239
|
-
|
|
19256
|
+
.semi-sidebar-container-header {
|
|
19257
|
+
display: flex;
|
|
19258
|
+
align-items: center;
|
|
19259
|
+
padding: 12px 12px 12px 20px;
|
|
19260
|
+
border-bottom: 1px solid var(--semi-color-border);
|
|
19240
19261
|
}
|
|
19241
|
-
.semi-
|
|
19242
|
-
|
|
19243
|
-
|
|
19262
|
+
.semi-sidebar-container-header-title {
|
|
19263
|
+
flex: 1;
|
|
19264
|
+
font-size: 16px;
|
|
19265
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19266
|
+
line-height: 22px;
|
|
19267
|
+
font-weight: 600;
|
|
19244
19268
|
}
|
|
19245
|
-
.semi-
|
|
19246
|
-
|
|
19247
|
-
height: 128px;
|
|
19269
|
+
.semi-sidebar-container-header-closeBtn {
|
|
19270
|
+
flex-shrink: 0;
|
|
19248
19271
|
}
|
|
19249
|
-
.semi-
|
|
19250
|
-
|
|
19251
|
-
|
|
19252
|
-
list-style-type: none;
|
|
19272
|
+
.semi-sidebar-container-content {
|
|
19273
|
+
flex: 1 1;
|
|
19274
|
+
overflow: hidden;
|
|
19253
19275
|
}
|
|
19254
|
-
.semi-
|
|
19255
|
-
|
|
19256
|
-
border-radius: var(--semi-border-radius-small);
|
|
19257
|
-
width: 100%;
|
|
19258
|
-
height: 16px;
|
|
19259
|
-
margin-bottom: 10px;
|
|
19276
|
+
.semi-sidebar-container .semi-toast-wrapper {
|
|
19277
|
+
position: absolute;
|
|
19260
19278
|
}
|
|
19261
|
-
|
|
19262
|
-
|
|
19263
|
-
|
|
19279
|
+
@keyframes semi-sidebar-slideShow_right {
|
|
19280
|
+
from {
|
|
19281
|
+
transform: translateX(100%);
|
|
19282
|
+
}
|
|
19283
|
+
to {
|
|
19284
|
+
transform: translateX(0);
|
|
19285
|
+
}
|
|
19264
19286
|
}
|
|
19265
|
-
|
|
19266
|
-
|
|
19287
|
+
@keyframes semi-sidebar-slideHide_right {
|
|
19288
|
+
from {
|
|
19289
|
+
transform: translateX(0);
|
|
19290
|
+
}
|
|
19291
|
+
to {
|
|
19292
|
+
transform: translateX(100%);
|
|
19293
|
+
}
|
|
19267
19294
|
}
|
|
19268
|
-
.semi-
|
|
19269
|
-
|
|
19270
|
-
|
|
19295
|
+
.semi-sidebar-animation-content_show {
|
|
19296
|
+
animation: semi-sidebar-slideShow_right 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
19297
|
+
animation-fill-mode: forwards;
|
|
19271
19298
|
}
|
|
19272
|
-
.semi-
|
|
19273
|
-
|
|
19274
|
-
|
|
19299
|
+
.semi-sidebar-animation-content_hide {
|
|
19300
|
+
animation: semi-sidebar-slideHide_right 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
19301
|
+
animation-fill-mode: forwards;
|
|
19275
19302
|
}
|
|
19276
|
-
.semi-
|
|
19277
|
-
|
|
19303
|
+
.semi-sidebar-mcp-configure-content {
|
|
19304
|
+
padding: 20px 16px;
|
|
19305
|
+
display: flex;
|
|
19306
|
+
flex-direction: column;
|
|
19278
19307
|
height: 100%;
|
|
19308
|
+
box-sizing: border-box;
|
|
19279
19309
|
}
|
|
19280
|
-
.semi-
|
|
19281
|
-
|
|
19282
|
-
|
|
19283
|
-
|
|
19284
|
-
.semi-skeleton-active .semi-skeleton-paragraph li {
|
|
19285
|
-
background: linear-gradient(90deg, var(--semi-color-fill-0) 25%, var(--semi-color-fill-1) 44%, var(--semi-color-fill-0) 88%);
|
|
19286
|
-
background-size: 400% 100%;
|
|
19287
|
-
animation: 1400ms skeleton-loading ease infinite;
|
|
19288
|
-
animation-fill-mode: forwards;
|
|
19310
|
+
.semi-sidebar-mcp-configure-content-header {
|
|
19311
|
+
display: flex;
|
|
19312
|
+
align-items: center;
|
|
19313
|
+
justify-content: space-between;
|
|
19289
19314
|
}
|
|
19290
|
-
|
|
19291
|
-
|
|
19292
|
-
|
|
19293
|
-
|
|
19294
|
-
|
|
19295
|
-
|
|
19296
|
-
}
|
|
19315
|
+
.semi-sidebar-mcp-configure-content-header-count {
|
|
19316
|
+
font-size: 12px;
|
|
19317
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19318
|
+
line-height: 16px;
|
|
19319
|
+
vertical-align: middle;
|
|
19320
|
+
color: var(--semi-color-text-2);
|
|
19297
19321
|
}
|
|
19298
|
-
|
|
19299
|
-
|
|
19300
|
-
.semi-portal-rtl .semi-skeleton {
|
|
19301
|
-
direction: rtl;
|
|
19322
|
+
.semi-sidebar-mcp-configure-content-search {
|
|
19323
|
+
margin: 16px 0;
|
|
19302
19324
|
}
|
|
19303
|
-
|
|
19304
|
-
|
|
19305
|
-
|
|
19306
|
-
margin: 0px;
|
|
19325
|
+
.semi-sidebar-mcp-configure-content-search-container {
|
|
19326
|
+
display: flex;
|
|
19327
|
+
column-gap: 8px;
|
|
19307
19328
|
}
|
|
19308
|
-
.semi-
|
|
19309
|
-
|
|
19310
|
-
|
|
19329
|
+
.semi-sidebar-mcp-configure-content-item-container {
|
|
19330
|
+
overflow-y: auto;
|
|
19331
|
+
}
|
|
19332
|
+
.semi-sidebar-mcp-configure-content-item {
|
|
19333
|
+
padding: 8px 16px;
|
|
19334
|
+
display: flex;
|
|
19335
|
+
align-items: center;
|
|
19336
|
+
border-bottom: 1px solid var(--semi-color-border);
|
|
19337
|
+
}
|
|
19338
|
+
.semi-sidebar-mcp-configure-content-item-sign {
|
|
19339
|
+
width: 32px;
|
|
19311
19340
|
height: 32px;
|
|
19312
|
-
|
|
19313
|
-
|
|
19314
|
-
vertical-align: bottom;
|
|
19341
|
+
margin-right: 12px;
|
|
19342
|
+
flex-shrink: 0;
|
|
19315
19343
|
}
|
|
19316
|
-
.semi-
|
|
19317
|
-
|
|
19318
|
-
margin: 0px;
|
|
19319
|
-
padding: 0px;
|
|
19320
|
-
color: rgba(0, 0, 0, 0.65);
|
|
19321
|
-
font-size: 14px;
|
|
19322
|
-
font-variant: tabular-nums;
|
|
19323
|
-
line-height: 1.5;
|
|
19324
|
-
list-style: none;
|
|
19325
|
-
font-feature-settings: "tnum";
|
|
19326
|
-
position: absolute;
|
|
19327
|
-
height: 4px;
|
|
19328
|
-
cursor: pointer;
|
|
19329
|
-
touch-action: none;
|
|
19330
|
-
background-color: var(--semi-color-fill-0);
|
|
19331
|
-
width: 100%;
|
|
19332
|
-
border-radius: var(--semi-border-radius-small);
|
|
19333
|
-
top: 14px;
|
|
19344
|
+
.semi-sidebar-mcp-configure-content-item-sign .semi-icon {
|
|
19345
|
+
font-size: 32px;
|
|
19334
19346
|
}
|
|
19335
|
-
.semi-
|
|
19336
|
-
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
|
|
19337
|
-
box-sizing: border-box;
|
|
19338
|
-
touch-action: none;
|
|
19339
|
-
position: absolute;
|
|
19340
|
-
width: 24px;
|
|
19341
|
-
height: 24px;
|
|
19342
|
-
margin-top: 4px;
|
|
19343
|
-
background-color: var(--semi-color-white);
|
|
19344
|
-
border: none;
|
|
19345
|
-
border-radius: 50%;
|
|
19346
|
-
cursor: pointer;
|
|
19347
|
-
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
19348
|
-
transform: var(--semi-transform_scale-small) translateX(-50%) translateY(0px);
|
|
19349
|
-
display: inline-flex;
|
|
19347
|
+
.semi-sidebar-mcp-configure-content-item-content {
|
|
19350
19348
|
justify-content: center;
|
|
19351
|
-
|
|
19352
|
-
|
|
19353
|
-
|
|
19354
|
-
|
|
19349
|
+
flex: 1;
|
|
19350
|
+
min-width: 0;
|
|
19351
|
+
margin-right: 24px;
|
|
19352
|
+
}
|
|
19353
|
+
.semi-sidebar-mcp-configure-content-item-content-label {
|
|
19354
|
+
font-size: 14px;
|
|
19355
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19356
|
+
line-height: 20px;
|
|
19357
|
+
font-weight: 600;
|
|
19358
|
+
color: var(--semi-color-text-0);
|
|
19359
|
+
}
|
|
19360
|
+
.semi-sidebar-mcp-configure-content-item-content-desc {
|
|
19361
|
+
font-size: 12px;
|
|
19362
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19363
|
+
line-height: 16px;
|
|
19364
|
+
color: var(--semi-color-text-0);
|
|
19365
|
+
overflow: hidden;
|
|
19366
|
+
text-overflow: ellipsis;
|
|
19367
|
+
white-space: nowrap;
|
|
19368
|
+
max-width: 100%;
|
|
19369
|
+
}
|
|
19370
|
+
.semi-sidebar-mcp-configure-content-item-button {
|
|
19371
|
+
flex-shrink: 0;
|
|
19372
|
+
}
|
|
19373
|
+
.semi-sidebar-mcp-configure-content-item-button-configure {
|
|
19374
|
+
margin-right: 12px;
|
|
19375
|
+
}
|
|
19376
|
+
.semi-sidebar-mcp-configure-content-item-button.semi-button.semi-button-with-icon-only {
|
|
19377
|
+
width: 24px;
|
|
19378
|
+
height: 24px;
|
|
19379
|
+
}
|
|
19380
|
+
.semi-sidebar-mcp-configure-content-custom-empty {
|
|
19381
|
+
margin-top: 64px;
|
|
19382
|
+
}
|
|
19383
|
+
.semi-sidebar-annotation .semi-sidebar-container-content {
|
|
19384
|
+
padding: 12px;
|
|
19385
|
+
overflow: auto;
|
|
19386
|
+
}
|
|
19387
|
+
.semi-sidebar-annotation-content {
|
|
19388
|
+
display: flex;
|
|
19389
|
+
flex-direction: row;
|
|
19390
|
+
flex-wrap: wrap;
|
|
19391
|
+
gap: 8px;
|
|
19392
|
+
width: 100%;
|
|
19393
|
+
}
|
|
19394
|
+
.semi-sidebar-annotation-item {
|
|
19395
|
+
cursor: pointer;
|
|
19396
|
+
}
|
|
19397
|
+
.semi-sidebar-annotation-item-title {
|
|
19398
|
+
overflow: hidden;
|
|
19399
|
+
text-overflow: ellipsis;
|
|
19400
|
+
white-space: normal;
|
|
19401
|
+
max-width: 100%;
|
|
19402
|
+
display: -webkit-box;
|
|
19403
|
+
line-clamp: 2;
|
|
19404
|
+
-webkit-line-clamp: 2;
|
|
19405
|
+
-webkit-box-orient: vertical;
|
|
19406
|
+
font-size: 14px;
|
|
19407
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19408
|
+
line-height: 20px;
|
|
19409
|
+
color: var(--semi-color-text-0);
|
|
19410
|
+
font-weight: 600;
|
|
19411
|
+
}
|
|
19412
|
+
.semi-sidebar-annotation-item-footer {
|
|
19413
|
+
display: flex;
|
|
19414
|
+
column-gap: 4px;
|
|
19415
|
+
align-items: center;
|
|
19416
|
+
}
|
|
19417
|
+
.semi-sidebar-annotation-item-footer-logo {
|
|
19418
|
+
font-size: 14px;
|
|
19419
|
+
width: 14px;
|
|
19420
|
+
height: 14px;
|
|
19421
|
+
}
|
|
19422
|
+
.semi-sidebar-annotation-item-footer-text {
|
|
19423
|
+
font-size: 12px;
|
|
19424
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19425
|
+
line-height: 16px;
|
|
19426
|
+
color: var(--semi-color-text-0);
|
|
19427
|
+
overflow: hidden;
|
|
19428
|
+
text-overflow: ellipsis;
|
|
19429
|
+
white-space: nowrap;
|
|
19430
|
+
flex-grow: 1;
|
|
19431
|
+
}
|
|
19432
|
+
.semi-sidebar-annotation-item-footer-order {
|
|
19433
|
+
box-sizing: border-box;
|
|
19434
|
+
min-width: 16px;
|
|
19435
|
+
padding: 0 2px;
|
|
19436
|
+
height: 16px;
|
|
19437
|
+
border-radius: 8px;
|
|
19438
|
+
background-color: var(--semi-color-fill-1);
|
|
19439
|
+
display: flex;
|
|
19440
|
+
align-items: center;
|
|
19441
|
+
justify-content: center;
|
|
19442
|
+
font-size: 12px;
|
|
19443
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19444
|
+
line-height: 16px;
|
|
19445
|
+
color: var(--semi-color-text-2);
|
|
19446
|
+
}
|
|
19447
|
+
.semi-sidebar-annotation-item-text {
|
|
19448
|
+
padding: 3px 12px;
|
|
19449
|
+
width: 100%;
|
|
19450
|
+
row-gap: 8px;
|
|
19451
|
+
display: flex;
|
|
19452
|
+
flex-direction: column;
|
|
19453
|
+
}
|
|
19454
|
+
.semi-sidebar-annotation-item-text-detail {
|
|
19455
|
+
overflow: hidden;
|
|
19456
|
+
text-overflow: ellipsis;
|
|
19457
|
+
white-space: normal;
|
|
19458
|
+
max-width: 100%;
|
|
19459
|
+
display: -webkit-box;
|
|
19460
|
+
line-clamp: 4;
|
|
19461
|
+
-webkit-line-clamp: 4;
|
|
19462
|
+
-webkit-box-orient: vertical;
|
|
19463
|
+
font-size: 12px;
|
|
19464
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19465
|
+
line-height: 16px;
|
|
19466
|
+
color: var(--semi-color-text-2);
|
|
19467
|
+
}
|
|
19468
|
+
.semi-sidebar-annotation-item-video {
|
|
19469
|
+
border-radius: 6px;
|
|
19470
|
+
border: 1px solid var(--semi-color-border);
|
|
19471
|
+
overflow: hidden;
|
|
19472
|
+
width: calc((100% - 8px) / 2);
|
|
19473
|
+
box-sizing: border-box;
|
|
19474
|
+
}
|
|
19475
|
+
.semi-sidebar-annotation-item-video-content {
|
|
19476
|
+
padding: 8px 8px 12px 8px;
|
|
19477
|
+
display: flex;
|
|
19478
|
+
flex-direction: column;
|
|
19479
|
+
row-gap: 8px;
|
|
19480
|
+
}
|
|
19481
|
+
.semi-sidebar-annotation-item-video .semi-sidebar-annotation-item-title {
|
|
19482
|
+
height: 40px;
|
|
19483
|
+
}
|
|
19484
|
+
.semi-sidebar-annotation-item-video-img {
|
|
19485
|
+
width: 100%;
|
|
19486
|
+
height: 100%;
|
|
19487
|
+
object-fit: cover;
|
|
19488
|
+
}
|
|
19489
|
+
.semi-sidebar-annotation-item-video-img-wrapper {
|
|
19490
|
+
position: relative;
|
|
19491
|
+
width: 100%;
|
|
19492
|
+
height: 107px;
|
|
19493
|
+
}
|
|
19494
|
+
.semi-sidebar-annotation-item-video-play {
|
|
19495
|
+
position: absolute;
|
|
19496
|
+
top: 6px;
|
|
19497
|
+
right: 6px;
|
|
19498
|
+
border: 1px solid var(--semi-color-bg-0);
|
|
19499
|
+
background: var(--semi-color-text-2);
|
|
19500
|
+
color: var(--semi-color-bg-0);
|
|
19501
|
+
border-radius: 50%;
|
|
19502
|
+
width: 20px;
|
|
19503
|
+
height: 20px;
|
|
19504
|
+
}
|
|
19505
|
+
.semi-sidebar-annotation-item-video-play.semi-icon {
|
|
19506
|
+
display: inline-flex;
|
|
19507
|
+
align-items: center;
|
|
19508
|
+
justify-content: center;
|
|
19509
|
+
font-size: 12px;
|
|
19510
|
+
}
|
|
19511
|
+
.semi-sidebar-annotation-item-video-duration {
|
|
19512
|
+
padding: 2px 4px;
|
|
19513
|
+
position: absolute;
|
|
19514
|
+
bottom: 6px;
|
|
19515
|
+
right: 6px;
|
|
19516
|
+
background-color: rgba(var(--semi-grey-7), 0.7);
|
|
19517
|
+
border-radius: 4px;
|
|
19518
|
+
font-size: 12px;
|
|
19519
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19520
|
+
line-height: 16px;
|
|
19521
|
+
color: var(--semi-color-bg-0);
|
|
19522
|
+
}
|
|
19523
|
+
.semi-sidebar-annotation-item-video-title {
|
|
19524
|
+
font-size: 14px;
|
|
19525
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19526
|
+
line-height: 20px;
|
|
19527
|
+
color: var(--semi-color-text-0);
|
|
19528
|
+
}
|
|
19529
|
+
.semi-sidebar-code-content {
|
|
19530
|
+
height: 100%;
|
|
19531
|
+
}
|
|
19532
|
+
.semi-sidebar-code-content .semi-codeHighlight-defaultTheme pre[class*=language-], .semi-sidebar-main-content .semi-codeHighlight-defaultTheme pre[class*=language-] {
|
|
19533
|
+
margin: 0px;
|
|
19534
|
+
padding-top: 0px;
|
|
19535
|
+
padding-bottom: 0px;
|
|
19536
|
+
background-color: transparent;
|
|
19537
|
+
overflow-y: hidden;
|
|
19538
|
+
overflow-x: auto;
|
|
19539
|
+
}
|
|
19540
|
+
.semi-sidebar-code-content .semi-codeHighlight .line-numbers .line-numbers-rows, .semi-sidebar-main-content .semi-codeHighlight .line-numbers .line-numbers-rows {
|
|
19541
|
+
border-right: none;
|
|
19542
|
+
}
|
|
19543
|
+
.semi-sidebar-code-content .semi-json-viewer, .semi-sidebar-main-content .semi-json-viewer {
|
|
19544
|
+
padding-top: 0px;
|
|
19545
|
+
padding-bottom: 0px;
|
|
19546
|
+
background-color: transparent;
|
|
19547
|
+
}
|
|
19548
|
+
.semi-sidebar-collapse .semi-collapse-item {
|
|
19549
|
+
border: 1px solid var(--semi-color-border);
|
|
19550
|
+
border-radius: 8px;
|
|
19551
|
+
}
|
|
19552
|
+
.semi-sidebar-collapse .semi-collapse-item:not(:last-child) {
|
|
19553
|
+
margin-bottom: 8px;
|
|
19554
|
+
}
|
|
19555
|
+
.semi-sidebar-collapse .semi-collapse-header {
|
|
19556
|
+
padding: 8px 16px;
|
|
19557
|
+
margin: 0px;
|
|
19558
|
+
font-weight: 400;
|
|
19559
|
+
}
|
|
19560
|
+
.semi-sidebar-collapse-header-content {
|
|
19561
|
+
display: flex;
|
|
19562
|
+
align-items: center;
|
|
19563
|
+
gap: 8px;
|
|
19564
|
+
width: 100%;
|
|
19565
|
+
padding-right: 8px;
|
|
19566
|
+
}
|
|
19567
|
+
.semi-sidebar-collapse-header-content .semi-icon {
|
|
19568
|
+
color: var(--semi-color-text-1);
|
|
19569
|
+
}
|
|
19570
|
+
.semi-sidebar-collapse-header-text {
|
|
19571
|
+
flex: 1;
|
|
19572
|
+
overflow: hidden;
|
|
19573
|
+
text-overflow: ellipsis;
|
|
19574
|
+
white-space: nowrap;
|
|
19575
|
+
}
|
|
19576
|
+
.semi-sidebar-collapse-header-expand-btn {
|
|
19577
|
+
flex-shrink: 0;
|
|
19578
|
+
}
|
|
19579
|
+
.semi-sidebar-collapse-header-expand-btn.semi-button.semi-button-with-icon-only {
|
|
19580
|
+
padding: 4px;
|
|
19581
|
+
width: 24px;
|
|
19582
|
+
height: 24px;
|
|
19583
|
+
}
|
|
19584
|
+
.semi-sidebar-collapse .semi-collapse-item-active .semi-collapsible-wrapper {
|
|
19585
|
+
border-top: 1px solid var(--semi-color-border);
|
|
19586
|
+
}
|
|
19587
|
+
.semi-sidebar-collapse-code .semi-collapse-content {
|
|
19588
|
+
padding: 12px 0px;
|
|
19589
|
+
}
|
|
19590
|
+
.semi-sidebar-options {
|
|
19591
|
+
display: flex;
|
|
19592
|
+
flex-direction: row;
|
|
19593
|
+
flex-wrap: wrap;
|
|
19594
|
+
gap: 8px;
|
|
19595
|
+
padding: 8px 12px;
|
|
19596
|
+
border-bottom: 1px solid var(--semi-color-border);
|
|
19597
|
+
}
|
|
19598
|
+
.semi-sidebar-options-button .semi-button-content-right {
|
|
19599
|
+
margin-left: 4px;
|
|
19600
|
+
}
|
|
19601
|
+
.semi-sidebar-options-normal.semi-button-primary.semi-button-light {
|
|
19602
|
+
color: var(--semi-color-text-2);
|
|
19603
|
+
font-weight: 400;
|
|
19604
|
+
}
|
|
19605
|
+
.semi-sidebar-file .tiptap {
|
|
19606
|
+
font-size: 14px;
|
|
19607
|
+
line-height: 24px;
|
|
19608
|
+
}
|
|
19609
|
+
.semi-sidebar-file .tiptap ::selection {
|
|
19610
|
+
background: rgba(var(--semi-light-blue-1), 1);
|
|
19611
|
+
}
|
|
19612
|
+
.semi-sidebar-file .tiptap ::-moz-selection {
|
|
19613
|
+
background: rgba(var(--semi-light-blue-1), 1);
|
|
19614
|
+
}
|
|
19615
|
+
.semi-sidebar-file .tiptap p.is-editor-empty:first-child::before {
|
|
19616
|
+
color: var(--semi-color-text-2);
|
|
19617
|
+
content: attr(data-placeholder);
|
|
19618
|
+
float: left;
|
|
19619
|
+
height: 0;
|
|
19620
|
+
pointer-events: none;
|
|
19621
|
+
}
|
|
19622
|
+
.semi-sidebar-file .tiptap p {
|
|
19623
|
+
margin: 0px;
|
|
19624
|
+
white-space: pre-wrap;
|
|
19625
|
+
color: var(--semi-color-text-0);
|
|
19626
|
+
}
|
|
19627
|
+
.semi-sidebar-file .tiptap blockquote {
|
|
19628
|
+
border-left: 3px solid var(--semi-color-border);
|
|
19629
|
+
margin: 24px 0;
|
|
19630
|
+
padding-left: 16px;
|
|
19631
|
+
}
|
|
19632
|
+
.semi-sidebar-file .tiptap:focus {
|
|
19633
|
+
outline: none;
|
|
19634
|
+
}
|
|
19635
|
+
.semi-sidebar-file .tiptap pre {
|
|
19636
|
+
background-color: var(--semi-color-fill-0);
|
|
19637
|
+
padding: 2px 4px;
|
|
19638
|
+
border-radius: 4px;
|
|
19639
|
+
overflow: auto;
|
|
19640
|
+
font-size: 14px;
|
|
19641
|
+
line-height: 24px;
|
|
19642
|
+
border: 1px solid var(--semi-color-border);
|
|
19643
|
+
}
|
|
19644
|
+
.semi-sidebar-file .tiptap pre code {
|
|
19645
|
+
background-color: transparent;
|
|
19646
|
+
}
|
|
19647
|
+
.semi-sidebar-file .tiptap code {
|
|
19648
|
+
background-color: var(--semi-color-border);
|
|
19649
|
+
padding: 2px 4px;
|
|
19650
|
+
}
|
|
19651
|
+
.semi-sidebar-file .tiptap hr {
|
|
19652
|
+
border: none;
|
|
19653
|
+
border-top: 1px solid var(--semi-color-border);
|
|
19654
|
+
}
|
|
19655
|
+
.semi-sidebar-file .tiptap span.select {
|
|
19656
|
+
display: inline-block;
|
|
19657
|
+
background-color: rgba(var(--semi-light-blue-1), 1);
|
|
19658
|
+
line-height: 24px;
|
|
19659
|
+
}
|
|
19660
|
+
.semi-sidebar-file .tiptap.ProseMirror img:not([data-type=emoji] img) {
|
|
19661
|
+
outline: 0.125rem solid transparent;
|
|
19662
|
+
margin: 12px 0;
|
|
19663
|
+
}
|
|
19664
|
+
.semi-sidebar-file .tiptap.ProseMirror img:not([data-type=emoji] img).ProseMirror-selectednode {
|
|
19665
|
+
outline-color: var(--semi-color-text-0);
|
|
19666
|
+
}
|
|
19667
|
+
.semi-sidebar-file .tiptap .tiptap-image-slot .uploadFail .semi-upload-drag-area, .semi-sidebar-file .tiptap .tiptap-image-slot .validateFail .semi-upload-drag-area, .semi-sidebar-file .tiptap .tiptap-image-slot .uploading .semi-upload-drag-area, .semi-sidebar-file .tiptap .tiptap-image-slot .success .semi-upload-drag-area {
|
|
19668
|
+
display: none;
|
|
19669
|
+
}
|
|
19670
|
+
.semi-sidebar-file-menu-bar {
|
|
19671
|
+
display: flex;
|
|
19672
|
+
flex-direction: row;
|
|
19673
|
+
align-items: center;
|
|
19674
|
+
justify-content: center;
|
|
19675
|
+
flex-wrap: wrap;
|
|
19676
|
+
gap: 2px;
|
|
19677
|
+
border-top: 1px solid var(--semi-color-border);
|
|
19678
|
+
border-bottom: 1px solid var(--semi-color-border);
|
|
19679
|
+
padding: 2px 12px;
|
|
19680
|
+
}
|
|
19681
|
+
.semi-sidebar-file-menu-bar-dropdown-item-active {
|
|
19682
|
+
color: var(--semi-color-primary);
|
|
19683
|
+
background: var(--semi-color-fill-0);
|
|
19684
|
+
}
|
|
19685
|
+
.semi-sidebar-file-menu-bar .semi-divider-vertical {
|
|
19686
|
+
margin: 0px;
|
|
19687
|
+
}
|
|
19688
|
+
.semi-sidebar-file-menu-bar-btn-active.semi-button-tertiary.semi-button-borderless {
|
|
19689
|
+
background: var(--semi-color-fill-0);
|
|
19690
|
+
}
|
|
19691
|
+
.semi-sidebar-file-menu-bar-btn-codeblock {
|
|
19692
|
+
font-size: 12px;
|
|
19693
|
+
line-height: 16px;
|
|
19694
|
+
padding: 8px;
|
|
19695
|
+
}
|
|
19696
|
+
.semi-sidebar-file-menu-bar-link-dropdown {
|
|
19697
|
+
padding: 8px;
|
|
19698
|
+
display: flex;
|
|
19699
|
+
align-items: center;
|
|
19700
|
+
justify-content: center;
|
|
19701
|
+
}
|
|
19702
|
+
.semi-sidebar-file-menu-bar-link-dropdown-btn-active.semi-button-tertiary.semi-button-borderless {
|
|
19703
|
+
color: var(--semi-color-primary);
|
|
19704
|
+
}
|
|
19705
|
+
.semi-sidebar-detail .semi-sidebar-file {
|
|
19706
|
+
height: 100%;
|
|
19707
|
+
display: flex;
|
|
19708
|
+
flex-direction: column;
|
|
19709
|
+
}
|
|
19710
|
+
.semi-sidebar-detail .semi-sidebar-file-content {
|
|
19711
|
+
height: 100%;
|
|
19712
|
+
}
|
|
19713
|
+
.semi-sidebar-detail .semi-sidebar-file-editor {
|
|
19714
|
+
overflow: auto;
|
|
19715
|
+
flex: 1;
|
|
19716
|
+
padding: 0 12px;
|
|
19717
|
+
}
|
|
19718
|
+
.semi-sidebar-detail .semi-sidebar-code-content {
|
|
19719
|
+
overflow: auto;
|
|
19720
|
+
}
|
|
19721
|
+
.semi-sidebar-main .semi-sidebar-code-content {
|
|
19722
|
+
height: 200px;
|
|
19723
|
+
overflow: auto;
|
|
19724
|
+
}
|
|
19725
|
+
.semi-sidebar-main .semi-sidebar-collapse-file .semi-collapse-content {
|
|
19726
|
+
max-height: 400px;
|
|
19727
|
+
overflow: auto;
|
|
19728
|
+
}
|
|
19729
|
+
.semi-sidebar-main .semi-sidebar-collapse-code .semi-collapse-content {
|
|
19730
|
+
max-height: 200px;
|
|
19731
|
+
overflow: auto;
|
|
19732
|
+
}
|
|
19733
|
+
.semi-sidebar-main .semi-codeHighlight {
|
|
19734
|
+
height: 200px;
|
|
19735
|
+
overflow: auto;
|
|
19736
|
+
}
|
|
19737
|
+
.semi-sidebar-detail-header {
|
|
19738
|
+
display: flex;
|
|
19739
|
+
flex-direction: row;
|
|
19740
|
+
justify-content: space-between;
|
|
19741
|
+
align-items: center;
|
|
19742
|
+
color: var(--semi-color-text-0);
|
|
19743
|
+
padding: 12px;
|
|
19744
|
+
}
|
|
19745
|
+
.semi-sidebar-detail-header-left {
|
|
19746
|
+
display: flex;
|
|
19747
|
+
flex-direction: row;
|
|
19748
|
+
column-gap: 8px;
|
|
19749
|
+
align-items: center;
|
|
19750
|
+
}
|
|
19751
|
+
.semi-sidebar-detail-header-title {
|
|
19752
|
+
font-size: 16px;
|
|
19753
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19754
|
+
line-height: 22px;
|
|
19755
|
+
font-weight: 600;
|
|
19756
|
+
}
|
|
19757
|
+
.semi-sidebar-detail-header-right {
|
|
19758
|
+
display: flex;
|
|
19759
|
+
flex-direction: row;
|
|
19760
|
+
column-gap: 4px;
|
|
19761
|
+
align-items: center;
|
|
19762
|
+
}
|
|
19763
|
+
|
|
19764
|
+
.semi-skeleton-avatar, .semi-skeleton-image, .semi-skeleton-title, .semi-skeleton-button {
|
|
19765
|
+
background: var(--semi-color-fill-0);
|
|
19766
|
+
border-radius: var(--semi-border-radius-small);
|
|
19767
|
+
}
|
|
19768
|
+
.semi-skeleton-avatar-circle {
|
|
19769
|
+
border-radius: 50%;
|
|
19770
|
+
}
|
|
19771
|
+
.semi-skeleton-avatar-extra-extra-small {
|
|
19772
|
+
width: 20px;
|
|
19773
|
+
height: 20px;
|
|
19774
|
+
}
|
|
19775
|
+
.semi-skeleton-avatar-extra-small {
|
|
19776
|
+
width: 24px;
|
|
19777
|
+
height: 24px;
|
|
19778
|
+
}
|
|
19779
|
+
.semi-skeleton-avatar-medium {
|
|
19780
|
+
width: 48px;
|
|
19781
|
+
height: 48px;
|
|
19782
|
+
}
|
|
19783
|
+
.semi-skeleton-avatar-small {
|
|
19784
|
+
width: 32px;
|
|
19785
|
+
height: 32px;
|
|
19786
|
+
}
|
|
19787
|
+
.semi-skeleton-avatar-large {
|
|
19788
|
+
width: 72px;
|
|
19789
|
+
height: 72px;
|
|
19790
|
+
}
|
|
19791
|
+
.semi-skeleton-avatar-extra-large {
|
|
19792
|
+
width: 128px;
|
|
19793
|
+
height: 128px;
|
|
19794
|
+
}
|
|
19795
|
+
.semi-skeleton-paragraph {
|
|
19796
|
+
margin: 0;
|
|
19797
|
+
padding: 0;
|
|
19798
|
+
list-style-type: none;
|
|
19799
|
+
}
|
|
19800
|
+
.semi-skeleton-paragraph li {
|
|
19801
|
+
background: var(--semi-color-fill-0);
|
|
19802
|
+
border-radius: var(--semi-border-radius-small);
|
|
19803
|
+
width: 100%;
|
|
19804
|
+
height: 16px;
|
|
19805
|
+
margin-bottom: 10px;
|
|
19806
|
+
}
|
|
19807
|
+
.semi-skeleton-paragraph li:last-child {
|
|
19808
|
+
width: 60%;
|
|
19809
|
+
margin-bottom: 0;
|
|
19810
|
+
}
|
|
19811
|
+
.semi-skeleton-paragraph li:first-child {
|
|
19812
|
+
width: 100%;
|
|
19813
|
+
}
|
|
19814
|
+
.semi-skeleton-title {
|
|
19815
|
+
width: 100%;
|
|
19816
|
+
height: 24px;
|
|
19817
|
+
}
|
|
19818
|
+
.semi-skeleton-button {
|
|
19819
|
+
width: 115px;
|
|
19820
|
+
height: 32px;
|
|
19821
|
+
}
|
|
19822
|
+
.semi-skeleton-image {
|
|
19823
|
+
width: 100%;
|
|
19824
|
+
height: 100%;
|
|
19825
|
+
}
|
|
19826
|
+
.semi-skeleton-active .semi-skeleton-avatar,
|
|
19827
|
+
.semi-skeleton-active .semi-skeleton-image,
|
|
19828
|
+
.semi-skeleton-active .semi-skeleton-title,
|
|
19829
|
+
.semi-skeleton-active .semi-skeleton-button,
|
|
19830
|
+
.semi-skeleton-active .semi-skeleton-paragraph li {
|
|
19831
|
+
background: linear-gradient(90deg, var(--semi-color-fill-0) 25%, var(--semi-color-fill-1) 44%, var(--semi-color-fill-0) 88%);
|
|
19832
|
+
background-size: 400% 100%;
|
|
19833
|
+
animation: 1400ms skeleton-loading ease infinite;
|
|
19834
|
+
animation-fill-mode: forwards;
|
|
19835
|
+
}
|
|
19836
|
+
@keyframes skeleton-loading {
|
|
19837
|
+
0% {
|
|
19838
|
+
background-position: 100% 50%;
|
|
19839
|
+
}
|
|
19840
|
+
100% {
|
|
19841
|
+
background-position: 0 50%;
|
|
19842
|
+
}
|
|
19843
|
+
}
|
|
19844
|
+
|
|
19845
|
+
.semi-rtl .semi-skeleton,
|
|
19846
|
+
.semi-portal-rtl .semi-skeleton {
|
|
19847
|
+
direction: rtl;
|
|
19848
|
+
}
|
|
19849
|
+
|
|
19850
|
+
.semi-slider {
|
|
19851
|
+
padding: 0px 13px;
|
|
19852
|
+
margin: 0px;
|
|
19853
|
+
}
|
|
19854
|
+
.semi-slider-wrapper {
|
|
19855
|
+
box-sizing: border-box;
|
|
19856
|
+
position: relative;
|
|
19857
|
+
height: 32px;
|
|
19858
|
+
width: 100%;
|
|
19859
|
+
display: inline-block;
|
|
19860
|
+
vertical-align: bottom;
|
|
19861
|
+
}
|
|
19862
|
+
.semi-slider-rail {
|
|
19863
|
+
box-sizing: border-box;
|
|
19864
|
+
margin: 0px;
|
|
19865
|
+
padding: 0px;
|
|
19866
|
+
color: rgba(0, 0, 0, 0.65);
|
|
19867
|
+
font-size: 14px;
|
|
19868
|
+
font-variant: tabular-nums;
|
|
19869
|
+
line-height: 1.5;
|
|
19870
|
+
list-style: none;
|
|
19871
|
+
font-feature-settings: "tnum";
|
|
19872
|
+
position: absolute;
|
|
19873
|
+
height: 4px;
|
|
19874
|
+
cursor: pointer;
|
|
19875
|
+
touch-action: none;
|
|
19876
|
+
background-color: var(--semi-color-fill-0);
|
|
19877
|
+
width: 100%;
|
|
19878
|
+
border-radius: var(--semi-border-radius-small);
|
|
19879
|
+
top: 14px;
|
|
19880
|
+
}
|
|
19881
|
+
.semi-slider-handle {
|
|
19882
|
+
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
|
|
19883
|
+
box-sizing: border-box;
|
|
19884
|
+
touch-action: none;
|
|
19885
|
+
position: absolute;
|
|
19886
|
+
width: 24px;
|
|
19887
|
+
height: 24px;
|
|
19888
|
+
margin-top: 4px;
|
|
19889
|
+
background-color: var(--semi-color-white);
|
|
19890
|
+
border: none;
|
|
19891
|
+
border-radius: 50%;
|
|
19892
|
+
cursor: pointer;
|
|
19893
|
+
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
19894
|
+
transform: var(--semi-transform_scale-small) translateX(-50%) translateY(0px);
|
|
19895
|
+
display: inline-flex;
|
|
19896
|
+
justify-content: center;
|
|
19897
|
+
align-items: center;
|
|
19898
|
+
}
|
|
19899
|
+
.semi-slider-handle:focus-visible {
|
|
19900
|
+
outline: 2px solid var(--semi-color-primary-light-active);
|
|
19355
19901
|
}
|
|
19356
19902
|
.semi-slider-handle-dot {
|
|
19357
19903
|
background: var(--semi-color-primary);
|
|
@@ -19856,6 +20402,9 @@ img[src=""], img:not([src]) {
|
|
|
19856
20402
|
}
|
|
19857
20403
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title {
|
|
19858
20404
|
max-width: 80%;
|
|
20405
|
+
min-height: 24px;
|
|
20406
|
+
display: inline-flex;
|
|
20407
|
+
align-items: center;
|
|
19859
20408
|
}
|
|
19860
20409
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title .semi-steps-item-title-text {
|
|
19861
20410
|
overflow: hidden;
|
|
@@ -19863,6 +20412,9 @@ img[src=""], img:not([src]) {
|
|
|
19863
20412
|
white-space: nowrap;
|
|
19864
20413
|
transition: color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
19865
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
|
+
}
|
|
19866
20418
|
.semi-steps-basic.semi-steps-vertical {
|
|
19867
20419
|
display: flex;
|
|
19868
20420
|
flex-flow: column nowrap;
|
|
@@ -20197,7 +20749,7 @@ img[src=""], img:not([src]) {
|
|
|
20197
20749
|
background-color: var(--semi-color-fill-1);
|
|
20198
20750
|
}
|
|
20199
20751
|
.semi-switch-knob {
|
|
20200
|
-
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);
|
|
20201
20753
|
cursor: pointer;
|
|
20202
20754
|
border-radius: 9px;
|
|
20203
20755
|
background-color: rgba(var(--semi-white), 1);
|
|
@@ -20543,7 +21095,7 @@ img[src=""], img:not([src]) {
|
|
|
20543
21095
|
width: 48px;
|
|
20544
21096
|
}
|
|
20545
21097
|
.semi-table-thead > .semi-table-row > .semi-table-row-head {
|
|
20546
|
-
background-color: var(--semi-color-
|
|
21098
|
+
background-color: var(--semi-color-default);
|
|
20547
21099
|
color: var(--semi-color-text-2);
|
|
20548
21100
|
font-weight: 600;
|
|
20549
21101
|
text-align: left;
|
|
@@ -20567,7 +21119,7 @@ img[src=""], img:not([src]) {
|
|
|
20567
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 {
|
|
20568
21120
|
z-index: 101;
|
|
20569
21121
|
position: sticky;
|
|
20570
|
-
background-color: var(--semi-color-
|
|
21122
|
+
background-color: var(--semi-color-default);
|
|
20571
21123
|
}
|
|
20572
21124
|
.semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-left-last {
|
|
20573
21125
|
border-right: 1px solid var(--semi-color-border);
|
|
@@ -21083,7 +21635,7 @@ img[src=""], img:not([src]) {
|
|
|
21083
21635
|
padding: 8px 12px;
|
|
21084
21636
|
}
|
|
21085
21637
|
.semi-tabs-bar-more-trigger-button {
|
|
21086
|
-
padding:
|
|
21638
|
+
padding: 6px 15px;
|
|
21087
21639
|
}
|
|
21088
21640
|
.semi-tabs-bar .semi-tabs-tab {
|
|
21089
21641
|
font-size: 14px;
|
|
@@ -21095,7 +21647,7 @@ img[src=""], img:not([src]) {
|
|
|
21095
21647
|
display: block;
|
|
21096
21648
|
float: left;
|
|
21097
21649
|
font-weight: 400;
|
|
21098
|
-
color: var(--semi-color-text-
|
|
21650
|
+
color: var(--semi-color-text-1);
|
|
21099
21651
|
user-select: none;
|
|
21100
21652
|
}
|
|
21101
21653
|
.semi-tabs-bar .semi-tabs-tab .semi-icon:not(.semi-icon-checkbox_tick, .semi-icon-radio, .semi-icon-checkbox_indeterminate) {
|
|
@@ -21155,7 +21707,7 @@ img[src=""], img:not([src]) {
|
|
|
21155
21707
|
position: relative;
|
|
21156
21708
|
display: inline-block;
|
|
21157
21709
|
font-weight: 400;
|
|
21158
|
-
color: var(--semi-color-text-
|
|
21710
|
+
color: var(--semi-color-text-1);
|
|
21159
21711
|
user-select: none;
|
|
21160
21712
|
}
|
|
21161
21713
|
.semi-tabs-tab-single.semi-tabs-tab .semi-icon:not(.semi-icon-checkbox_tick, .semi-icon-radio, .semi-icon-checkbox_indeterminate) {
|
|
@@ -21447,9 +21999,9 @@ img[src=""], img:not([src]) {
|
|
|
21447
21999
|
margin-right: 8px;
|
|
21448
22000
|
}
|
|
21449
22001
|
.semi-tabs-bar-button .semi-tabs-tab {
|
|
21450
|
-
padding:
|
|
22002
|
+
padding: 6px 15px;
|
|
21451
22003
|
border-radius: 23px;
|
|
21452
|
-
color: var(--semi-color-text-
|
|
22004
|
+
color: var(--semi-color-text-1);
|
|
21453
22005
|
border: none;
|
|
21454
22006
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
21455
22007
|
transform: scale(var(--semi-transform_scale-none));
|
|
@@ -21681,9 +22233,9 @@ img[src=""], img:not([src]) {
|
|
|
21681
22233
|
border: none;
|
|
21682
22234
|
}
|
|
21683
22235
|
.semi-tabs-tab-button.semi-tabs-tab {
|
|
21684
|
-
padding:
|
|
22236
|
+
padding: 6px 15px;
|
|
21685
22237
|
border-radius: 23px;
|
|
21686
|
-
color: var(--semi-color-text-
|
|
22238
|
+
color: var(--semi-color-text-1);
|
|
21687
22239
|
border: none;
|
|
21688
22240
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
21689
22241
|
transform: scale(var(--semi-transform_scale-none));
|
|
@@ -22956,13 +23508,13 @@ img[src=""], img:not([src]) {
|
|
|
22956
23508
|
}
|
|
22957
23509
|
.semi-toast-content {
|
|
22958
23510
|
pointer-events: all;
|
|
22959
|
-
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);
|
|
22960
23512
|
font-size: 14px;
|
|
22961
23513
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22962
23514
|
line-height: 20px;
|
|
22963
23515
|
background-color: var(--semi-color-bg-3);
|
|
22964
23516
|
border-radius: var(--semi-border-radius-medium);
|
|
22965
|
-
padding: 12px 8px 12px
|
|
23517
|
+
padding: 12px 8px 12px 12px;
|
|
22966
23518
|
display: inline-flex;
|
|
22967
23519
|
align-items: flex-start;
|
|
22968
23520
|
justify-content: center;
|
|
@@ -24121,7 +24673,7 @@ img[src=""], img:not([src]) {
|
|
|
24121
24673
|
flex-wrap: wrap;
|
|
24122
24674
|
flex-grow: 1;
|
|
24123
24675
|
overflow: hidden;
|
|
24124
|
-
padding-left:
|
|
24676
|
+
padding-left: 8px;
|
|
24125
24677
|
padding-right: 0;
|
|
24126
24678
|
cursor: pointer;
|
|
24127
24679
|
color: var(--semi-color-text-0);
|
|
@@ -24146,7 +24698,7 @@ img[src=""], img:not([src]) {
|
|
|
24146
24698
|
}
|
|
24147
24699
|
.semi-tree-select-selection-TriggerSearchItem {
|
|
24148
24700
|
position: absolute;
|
|
24149
|
-
max-width: calc(100% -
|
|
24701
|
+
max-width: calc(100% - 8px);
|
|
24150
24702
|
text-overflow: ellipsis;
|
|
24151
24703
|
overflow: hidden;
|
|
24152
24704
|
white-space: nowrap;
|
|
@@ -24367,7 +24919,7 @@ img[src=""], img:not([src]) {
|
|
|
24367
24919
|
}
|
|
24368
24920
|
.semi-rtl .semi-tree-select-selection,
|
|
24369
24921
|
.semi-portal-rtl .semi-tree-select-selection {
|
|
24370
|
-
padding-right:
|
|
24922
|
+
padding-right: 8px;
|
|
24371
24923
|
padding-left: 0;
|
|
24372
24924
|
}
|
|
24373
24925
|
.semi-rtl .semi-tree-select-multiple .semi-tree-select-selection,
|
|
@@ -25804,8 +26356,8 @@ p.semi-typography-extended,
|
|
|
25804
26356
|
}
|
|
25805
26357
|
.semi-rtl .semi-button-size-small,
|
|
25806
26358
|
.semi-portal-rtl .semi-button-size-small {
|
|
25807
|
-
padding-left:
|
|
25808
|
-
padding-right:
|
|
26359
|
+
padding-left: 10px;
|
|
26360
|
+
padding-right: 10px;
|
|
25809
26361
|
}
|
|
25810
26362
|
.semi-rtl .semi-button-size-large,
|
|
25811
26363
|
.semi-portal-rtl .semi-button-size-large {
|
|
@@ -25833,8 +26385,8 @@ p.semi-typography-extended,
|
|
|
25833
26385
|
}
|
|
25834
26386
|
.semi-rtl .semi-button-group > .semi-button-size-small .semi-button-content,
|
|
25835
26387
|
.semi-portal-rtl .semi-button-group > .semi-button-size-small .semi-button-content {
|
|
25836
|
-
padding-left:
|
|
25837
|
-
padding-right:
|
|
26388
|
+
padding-left: 10px;
|
|
26389
|
+
padding-right: 10px;
|
|
25838
26390
|
}
|
|
25839
26391
|
.semi-rtl .semi-button-group > .semi-button.semi-button-with-icon-only,
|
|
25840
26392
|
.semi-portal-rtl .semi-button-group > .semi-button.semi-button-with-icon-only {
|
|
@@ -25907,7 +26459,7 @@ p.semi-typography-extended,
|
|
|
25907
26459
|
position: relative;
|
|
25908
26460
|
width: 100%;
|
|
25909
26461
|
border: 1px transparent solid;
|
|
25910
|
-
border-radius:
|
|
26462
|
+
border-radius: 6px;
|
|
25911
26463
|
vertical-align: bottom;
|
|
25912
26464
|
background-color: var(--semi-color-fill-0);
|
|
25913
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);
|
|
@@ -26071,6 +26623,49 @@ p.semi-typography-extended,
|
|
|
26071
26623
|
color: var(--semi-color-warning);
|
|
26072
26624
|
}
|
|
26073
26625
|
|
|
26626
|
+
.semi-input-textarea-wrapper-withLineNumber {
|
|
26627
|
+
display: flex;
|
|
26628
|
+
padding: 0;
|
|
26629
|
+
align-items: flex-start;
|
|
26630
|
+
}
|
|
26631
|
+
.semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-lineNumber {
|
|
26632
|
+
flex-shrink: 0;
|
|
26633
|
+
padding: 5px 12px;
|
|
26634
|
+
background-color: var(--semi-color-fill-1);
|
|
26635
|
+
border-right: 1px solid var(--semi-color-border);
|
|
26636
|
+
color: var(--semi-color-text-2);
|
|
26637
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
26638
|
+
font-size: inherit;
|
|
26639
|
+
line-height: 1.5;
|
|
26640
|
+
text-align: right;
|
|
26641
|
+
user-select: none;
|
|
26642
|
+
min-width: 36px;
|
|
26643
|
+
border-radius: 6px 0 0 6px;
|
|
26644
|
+
overflow-y: auto;
|
|
26645
|
+
overflow-x: hidden;
|
|
26646
|
+
scrollbar-width: none;
|
|
26647
|
+
-ms-overflow-style: none;
|
|
26648
|
+
}
|
|
26649
|
+
.semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-lineNumber::-webkit-scrollbar {
|
|
26650
|
+
display: none;
|
|
26651
|
+
}
|
|
26652
|
+
.semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-content {
|
|
26653
|
+
display: flex;
|
|
26654
|
+
flex: 1;
|
|
26655
|
+
min-width: 0;
|
|
26656
|
+
}
|
|
26657
|
+
.semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-lineNumber-item {
|
|
26658
|
+
display: flex;
|
|
26659
|
+
align-items: flex-start;
|
|
26660
|
+
justify-content: flex-end;
|
|
26661
|
+
box-sizing: border-box;
|
|
26662
|
+
}
|
|
26663
|
+
.semi-input-textarea-wrapper-withLineNumber .semi-input-textarea {
|
|
26664
|
+
border-radius: 0 6px 6px 0;
|
|
26665
|
+
line-height: 1.5;
|
|
26666
|
+
flex: 1;
|
|
26667
|
+
}
|
|
26668
|
+
|
|
26074
26669
|
.semi-rtl .semi-input-wrapper,
|
|
26075
26670
|
.semi-portal-rtl .semi-input-wrapper {
|
|
26076
26671
|
direction: rtl;
|
|
@@ -26087,8 +26682,8 @@ p.semi-typography-extended,
|
|
|
26087
26682
|
}
|
|
26088
26683
|
.semi-rtl .semi-input,
|
|
26089
26684
|
.semi-portal-rtl .semi-input {
|
|
26090
|
-
padding-left:
|
|
26091
|
-
padding-right:
|
|
26685
|
+
padding-left: 8px;
|
|
26686
|
+
padding-right: 8px;
|
|
26092
26687
|
}
|
|
26093
26688
|
.semi-rtl .semi-input-clearbtn + .semi-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
26094
26689
|
.semi-rtl .semi-input-clearbtn + .semi-portal-rtl .semi-input-suffix + .semi-input-suffix-text,
|