@semi-bot/semi-theme-paipan 1.0.2 → 1.0.6
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 +54 -54
- package/scss/_font.scss +2 -2
- package/scss/_palette.scss +47 -47
- package/scss/global.scss +4 -4
- package/scss/variables.scss +2 -2
- package/semi.css +241 -235
- package/semi.min.css +1 -1
package/semi.css
CHANGED
|
@@ -33,16 +33,16 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
33
33
|
--semi-cyan-7: 0,109,129;
|
|
34
34
|
--semi-cyan-8: 0,80,97;
|
|
35
35
|
--semi-cyan-9: 0,52,64;
|
|
36
|
-
--semi-grey-0:
|
|
37
|
-
--semi-grey-1:
|
|
38
|
-
--semi-grey-2:
|
|
39
|
-
--semi-grey-3:
|
|
40
|
-
--semi-grey-4:
|
|
41
|
-
--semi-grey-5:
|
|
42
|
-
--semi-grey-6:
|
|
43
|
-
--semi-grey-7:
|
|
44
|
-
--semi-grey-8:
|
|
45
|
-
--semi-grey-9:
|
|
36
|
+
--semi-grey-0: 248,248,248;
|
|
37
|
+
--semi-grey-1: 231,231,231;
|
|
38
|
+
--semi-grey-2: 196,196,196;
|
|
39
|
+
--semi-grey-3: 162,162,162;
|
|
40
|
+
--semi-grey-4: 128,128,128;
|
|
41
|
+
--semi-grey-5: 94,94,94;
|
|
42
|
+
--semi-grey-6: 78,78,78;
|
|
43
|
+
--semi-grey-7: 63,63,63;
|
|
44
|
+
--semi-grey-8: 47,47,47;
|
|
45
|
+
--semi-grey-9: 31,31,31;
|
|
46
46
|
--semi-lime-0: 243,252,231;
|
|
47
47
|
--semi-lime-1: 227,248,199;
|
|
48
48
|
--semi-lime-2: 203,241,145;
|
|
@@ -208,16 +208,16 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
208
208
|
--semi-cyan-7: 138,224,230;
|
|
209
209
|
--semi-cyan-8: 194,240,243;
|
|
210
210
|
--semi-cyan-9: 229,248,249;
|
|
211
|
-
--semi-grey-0:
|
|
212
|
-
--semi-grey-1: 49,
|
|
213
|
-
--semi-grey-2:
|
|
214
|
-
--semi-grey-3:
|
|
215
|
-
--semi-grey-4:
|
|
216
|
-
--semi-grey-5:
|
|
217
|
-
--semi-grey-6:
|
|
218
|
-
--semi-grey-7:
|
|
219
|
-
--semi-grey-8:
|
|
220
|
-
--semi-grey-9:
|
|
211
|
+
--semi-grey-0: 32,32,32;
|
|
212
|
+
--semi-grey-1: 49,49,49;
|
|
213
|
+
--semi-grey-2: 65,65,65;
|
|
214
|
+
--semi-grey-3: 81,81,81;
|
|
215
|
+
--semi-grey-4: 94,94,94;
|
|
216
|
+
--semi-grey-5: 130,130,130;
|
|
217
|
+
--semi-grey-6: 164,164,164;
|
|
218
|
+
--semi-grey-7: 197,197,197;
|
|
219
|
+
--semi-grey-8: 231,231,231;
|
|
220
|
+
--semi-grey-9: 248,248,248;
|
|
221
221
|
--semi-lime-0: 47,74,0;
|
|
222
222
|
--semi-lime-1: 72,111,0;
|
|
223
223
|
--semi-lime-2: 98,147,0;
|
|
@@ -278,26 +278,26 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
278
278
|
--semi-green-7: 163,225,169;
|
|
279
279
|
--semi-green-8: 207,240,210;
|
|
280
280
|
--semi-green-9: 235,248,236;
|
|
281
|
-
--semi-indigo-0:
|
|
282
|
-
--semi-indigo-1:
|
|
283
|
-
--semi-indigo-2:
|
|
284
|
-
--semi-indigo-3:
|
|
281
|
+
--semi-indigo-0: 29,34,112;
|
|
282
|
+
--semi-indigo-1: 38,45,133;
|
|
283
|
+
--semi-indigo-2: 48,58,153;
|
|
284
|
+
--semi-indigo-3: 60,72,174;
|
|
285
285
|
--semi-indigo-4: 62,78,191;
|
|
286
|
-
--semi-indigo-5:
|
|
287
|
-
--semi-indigo-6:
|
|
288
|
-
--semi-indigo-7:
|
|
289
|
-
--semi-indigo-8:
|
|
290
|
-
--semi-indigo-9:
|
|
291
|
-
--semi-orange-0: 85,
|
|
292
|
-
--semi-orange-1: 128,
|
|
293
|
-
--semi-orange-2: 170,
|
|
294
|
-
--semi-orange-3: 213,
|
|
286
|
+
--semi-indigo-5: 103,118,206;
|
|
287
|
+
--semi-indigo-6: 137,150,218;
|
|
288
|
+
--semi-indigo-7: 173,183,231;
|
|
289
|
+
--semi-indigo-8: 213,218,243;
|
|
290
|
+
--semi-indigo-9: 238,240,249;
|
|
291
|
+
--semi-orange-0: 85,34,3;
|
|
292
|
+
--semi-orange-1: 128,58,6;
|
|
293
|
+
--semi-orange-2: 170,87,10;
|
|
294
|
+
--semi-orange-3: 213,119,15;
|
|
295
295
|
--semi-orange-4: 255,147,0;
|
|
296
|
-
--semi-orange-5: 255,
|
|
297
|
-
--semi-orange-6: 255,
|
|
298
|
-
--semi-orange-7: 255,
|
|
299
|
-
--semi-orange-8: 255,
|
|
300
|
-
--semi-orange-9: 255,
|
|
296
|
+
--semi-orange-5: 255,182,67;
|
|
297
|
+
--semi-orange-6: 255,205,114;
|
|
298
|
+
--semi-orange-7: 255,225,161;
|
|
299
|
+
--semi-orange-8: 255,241,208;
|
|
300
|
+
--semi-orange-9: 255,250,237;
|
|
301
301
|
--semi-purple-0: 82,8,104;
|
|
302
302
|
--semi-purple-1: 102,13,125;
|
|
303
303
|
--semi-purple-2: 124,19,145;
|
|
@@ -328,16 +328,16 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
328
328
|
--semi-yellow-7: 255,246,153;
|
|
329
329
|
--semi-yellow-8: 255,252,204;
|
|
330
330
|
--semi-yellow-9: 255,254,235;
|
|
331
|
-
--semi-light-blue-0: 0,
|
|
332
|
-
--semi-light-blue-1: 0,
|
|
333
|
-
--semi-light-blue-2:
|
|
334
|
-
--semi-light-blue-3:
|
|
331
|
+
--semi-light-blue-0: 0,60,112;
|
|
332
|
+
--semi-light-blue-1: 0,82,148;
|
|
333
|
+
--semi-light-blue-2: 3,106,184;
|
|
334
|
+
--semi-light-blue-3: 11,133,219;
|
|
335
335
|
--semi-light-blue-4: 0,152,252;
|
|
336
|
-
--semi-light-blue-5:
|
|
337
|
-
--semi-light-blue-6:
|
|
338
|
-
--semi-light-blue-7:
|
|
339
|
-
--semi-light-blue-8:
|
|
340
|
-
--semi-light-blue-9:
|
|
336
|
+
--semi-light-blue-5: 67,184,255;
|
|
337
|
+
--semi-light-blue-6: 114,204,255;
|
|
338
|
+
--semi-light-blue-7: 161,223,255;
|
|
339
|
+
--semi-light-blue-8: 208,240,255;
|
|
340
|
+
--semi-light-blue-9: 237,249,255;
|
|
341
341
|
--semi-light-green-0: 37,64,17;
|
|
342
342
|
--semi-light-green-1: 58,97,27;
|
|
343
343
|
--semi-light-green-2: 79,129,37;
|
|
@@ -371,12 +371,12 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
371
371
|
--semi-color-data-8: rgba(131, 176, 35, 1);
|
|
372
372
|
--semi-color-data-9: rgba(233, 165, 229, 1);
|
|
373
373
|
--semi-color-fill-0: rgba(var(--semi-grey-8), 0.05);
|
|
374
|
-
--semi-color-fill-1: rgba(var(--semi-grey-8),
|
|
374
|
+
--semi-color-fill-1: rgba(var(--semi-grey-8),0.09);
|
|
375
375
|
--semi-color-fill-2: rgba(var(--semi-grey-8), 0.13);
|
|
376
376
|
--semi-color-text-0: rgba(var(--semi-grey-9), 1);
|
|
377
|
-
--semi-color-text-1: rgba(var(--semi-grey-9),
|
|
378
|
-
--semi-color-text-2: rgba(var(--semi-grey-9),
|
|
379
|
-
--semi-color-text-3: rgba(var(--semi-grey-9),
|
|
377
|
+
--semi-color-text-1: rgba(var(--semi-grey-9),0.8);
|
|
378
|
+
--semi-color-text-2: rgba(var(--semi-grey-9),0.6);
|
|
379
|
+
--semi-color-text-3: rgba(var(--semi-grey-9),0.35);
|
|
380
380
|
--semi-color-white: rgba(var(--semi-white), 1);
|
|
381
381
|
--semi-color-data-10: rgba(48, 167, 206, 1);
|
|
382
382
|
--semi-color-data-11: rgba(249, 192, 100, 1);
|
|
@@ -718,7 +718,7 @@ body, :host {
|
|
|
718
718
|
}
|
|
719
719
|
.semi-ai-chat-dialogue-content {
|
|
720
720
|
max-width: 100%;
|
|
721
|
-
font-size:
|
|
721
|
+
font-size: 7px;
|
|
722
722
|
}
|
|
723
723
|
.semi-ai-chat-dialogue-content pre {
|
|
724
724
|
background-color: transparent;
|
|
@@ -791,7 +791,7 @@ body, :host {
|
|
|
791
791
|
.semi-ai-chat-dialogue-content-loading-text {
|
|
792
792
|
margin-left: 8px;
|
|
793
793
|
color: var(--semi-color-text-3);
|
|
794
|
-
font-size:
|
|
794
|
+
font-size: 7px;
|
|
795
795
|
}
|
|
796
796
|
.semi-ai-chat-dialogue-content-icon-reference {
|
|
797
797
|
display: none;
|
|
@@ -901,7 +901,7 @@ body, :host {
|
|
|
901
901
|
overflow: hidden;
|
|
902
902
|
}
|
|
903
903
|
.semi-ai-chat-dialogue-content-file-metadata {
|
|
904
|
-
font-size:
|
|
904
|
+
font-size: 7px;
|
|
905
905
|
color: var(--semi-color-text-2);
|
|
906
906
|
}
|
|
907
907
|
.semi-ai-chat-dialogue-content-file-type {
|
|
@@ -989,7 +989,7 @@ body, :host {
|
|
|
989
989
|
border: 1px solid var(--semi-color-border);
|
|
990
990
|
border-radius: var(--semi-border-radius-medium);
|
|
991
991
|
margin-top: 12px;
|
|
992
|
-
font-size:
|
|
992
|
+
font-size: 7px;
|
|
993
993
|
}
|
|
994
994
|
.semi-ai-chat-dialogue-step .semi-ai-chat-dialogue-content-loading {
|
|
995
995
|
margin-top: 0;
|
|
@@ -1032,7 +1032,7 @@ body, :host {
|
|
|
1032
1032
|
.semi-ai-chat-dialogue-step-action {
|
|
1033
1033
|
line-height: 20px;
|
|
1034
1034
|
margin-top: 12px;
|
|
1035
|
-
font-size:
|
|
1035
|
+
font-size: 7px;
|
|
1036
1036
|
}
|
|
1037
1037
|
.semi-ai-chat-dialogue-step-action-summary {
|
|
1038
1038
|
margin-bottom: 4px;
|
|
@@ -1071,7 +1071,7 @@ body, :host {
|
|
|
1071
1071
|
align-items: center;
|
|
1072
1072
|
justify-content: center;
|
|
1073
1073
|
column-gap: 8px;
|
|
1074
|
-
font-size:
|
|
1074
|
+
font-size: 7px;
|
|
1075
1075
|
color: var(--semi-color-text-2);
|
|
1076
1076
|
cursor: pointer;
|
|
1077
1077
|
}
|
|
@@ -1175,7 +1175,7 @@ body, :host {
|
|
|
1175
1175
|
align-items: center;
|
|
1176
1176
|
padding: 8px 16px;
|
|
1177
1177
|
color: var(--semi-color-text-0);
|
|
1178
|
-
font-size:
|
|
1178
|
+
font-size: 7px;
|
|
1179
1179
|
}
|
|
1180
1180
|
.semi-ai-chat-dialogue-code-topSlot-copy {
|
|
1181
1181
|
display: flex;
|
|
@@ -1221,7 +1221,7 @@ body, :host {
|
|
|
1221
1221
|
background-color: var(--semi-color-fill-0);
|
|
1222
1222
|
}
|
|
1223
1223
|
.semi-ai-chat-dialogue-hint-content {
|
|
1224
|
-
font-size:
|
|
1224
|
+
font-size: 7px;
|
|
1225
1225
|
color: var(--semi-color-text-0);
|
|
1226
1226
|
}
|
|
1227
1227
|
|
|
@@ -1293,7 +1293,7 @@ body, :host {
|
|
|
1293
1293
|
border-radius: 6px;
|
|
1294
1294
|
padding: 8px 20px;
|
|
1295
1295
|
color: var(--semi-color-text-0);
|
|
1296
|
-
font-size:
|
|
1296
|
+
font-size: 7px;
|
|
1297
1297
|
font-family: "PingFang SC";
|
|
1298
1298
|
line-height: 20px;
|
|
1299
1299
|
}
|
|
@@ -1338,7 +1338,7 @@ body, :host {
|
|
|
1338
1338
|
display: flex;
|
|
1339
1339
|
flex-wrap: wrap;
|
|
1340
1340
|
margin-bottom: 8px;
|
|
1341
|
-
font-size:
|
|
1341
|
+
font-size: 8px;
|
|
1342
1342
|
font-family: "PingFang SC";
|
|
1343
1343
|
line-height: 16px;
|
|
1344
1344
|
color: var(--semi-color-text-2);
|
|
@@ -1500,7 +1500,7 @@ body, :host {
|
|
|
1500
1500
|
}
|
|
1501
1501
|
.semi-aiChatInput-footer-configure-mcp-header {
|
|
1502
1502
|
padding: 8px 16px 0px;
|
|
1503
|
-
font-size:
|
|
1503
|
+
font-size: 8px;
|
|
1504
1504
|
font-family: "PingFang SC";
|
|
1505
1505
|
line-height: 16px;
|
|
1506
1506
|
height: 16px;
|
|
@@ -1516,7 +1516,7 @@ body, :host {
|
|
|
1516
1516
|
padding: 0px;
|
|
1517
1517
|
border: 0px;
|
|
1518
1518
|
height: fit-content;
|
|
1519
|
-
font-size:
|
|
1519
|
+
font-size: 8px;
|
|
1520
1520
|
font-family: "PingFang SC";
|
|
1521
1521
|
line-height: 16px;
|
|
1522
1522
|
}
|
|
@@ -1561,7 +1561,7 @@ body, :host {
|
|
|
1561
1561
|
white-space: nowrap;
|
|
1562
1562
|
text-overflow: ellipsis;
|
|
1563
1563
|
color: var(--semi-color-text-0);
|
|
1564
|
-
font-size:
|
|
1564
|
+
font-size: 8px;
|
|
1565
1565
|
font-family: "PingFang SC";
|
|
1566
1566
|
line-height: 16px;
|
|
1567
1567
|
font-weight: 600;
|
|
@@ -1572,7 +1572,7 @@ body, :host {
|
|
|
1572
1572
|
align-items: flex-start;
|
|
1573
1573
|
column-gap: 4px;
|
|
1574
1574
|
color: var(--semi-color-text-2);
|
|
1575
|
-
font-size:
|
|
1575
|
+
font-size: 8px;
|
|
1576
1576
|
font-family: "PingFang SC";
|
|
1577
1577
|
line-height: 16px;
|
|
1578
1578
|
text-transform: uppercase;
|
|
@@ -1663,7 +1663,7 @@ body, :host {
|
|
|
1663
1663
|
overflow: auto;
|
|
1664
1664
|
}
|
|
1665
1665
|
.semi-aiChatInput-editor-content .tiptap {
|
|
1666
|
-
font-size:
|
|
1666
|
+
font-size: 7px;
|
|
1667
1667
|
line-height: 24px;
|
|
1668
1668
|
}
|
|
1669
1669
|
.semi-aiChatInput-editor-content .tiptap p.is-editor-empty:first-child::before {
|
|
@@ -1693,7 +1693,7 @@ body, :host {
|
|
|
1693
1693
|
}
|
|
1694
1694
|
.semi-aiChatInput-editor-content .tiptap .node-inputSlot {
|
|
1695
1695
|
display: inline-block;
|
|
1696
|
-
font-size:
|
|
1696
|
+
font-size: 7px;
|
|
1697
1697
|
line-height: 20px;
|
|
1698
1698
|
}
|
|
1699
1699
|
.semi-aiChatInput-editor-content .tiptap .input-slot {
|
|
@@ -1724,7 +1724,7 @@ body, :host {
|
|
|
1724
1724
|
display: inline-flex;
|
|
1725
1725
|
}
|
|
1726
1726
|
.semi-aiChatInput-editor-content .tiptap .select-slot {
|
|
1727
|
-
font-size:
|
|
1727
|
+
font-size: 7px;
|
|
1728
1728
|
font-family: "PingFang SC";
|
|
1729
1729
|
line-height: 20px;
|
|
1730
1730
|
height: 24px;
|
|
@@ -1793,7 +1793,7 @@ body, :host {
|
|
|
1793
1793
|
}
|
|
1794
1794
|
|
|
1795
1795
|
.semi-anchor {
|
|
1796
|
-
font-size:
|
|
1796
|
+
font-size: 7px;
|
|
1797
1797
|
font-family: "PingFang SC";
|
|
1798
1798
|
line-height: 20px;
|
|
1799
1799
|
overflow-y: auto;
|
|
@@ -1801,7 +1801,7 @@ body, :host {
|
|
|
1801
1801
|
position: relative;
|
|
1802
1802
|
}
|
|
1803
1803
|
.semi-anchor-size-small {
|
|
1804
|
-
font-size:
|
|
1804
|
+
font-size: 8px;
|
|
1805
1805
|
font-family: "PingFang SC";
|
|
1806
1806
|
line-height: 16px;
|
|
1807
1807
|
}
|
|
@@ -1884,7 +1884,7 @@ body, :host {
|
|
|
1884
1884
|
color: var(--semi-color-text-2) !important;
|
|
1885
1885
|
}
|
|
1886
1886
|
.semi-anchor-link-tooltip-small {
|
|
1887
|
-
font-size:
|
|
1887
|
+
font-size: 8px;
|
|
1888
1888
|
font-family: "PingFang SC";
|
|
1889
1889
|
line-height: 16px;
|
|
1890
1890
|
}
|
|
@@ -2103,7 +2103,7 @@ body, :host {
|
|
|
2103
2103
|
}
|
|
2104
2104
|
|
|
2105
2105
|
.semi-autocomplete-option {
|
|
2106
|
-
font-size:
|
|
2106
|
+
font-size: 7px;
|
|
2107
2107
|
font-family: "PingFang SC";
|
|
2108
2108
|
line-height: 20px;
|
|
2109
2109
|
word-break: break-all;
|
|
@@ -2228,7 +2228,7 @@ body, :host {
|
|
|
2228
2228
|
.semi-avatar .semi-avatar-label {
|
|
2229
2229
|
display: flex;
|
|
2230
2230
|
align-items: center;
|
|
2231
|
-
font-size:
|
|
2231
|
+
font-size: 7px;
|
|
2232
2232
|
font-family: "PingFang SC";
|
|
2233
2233
|
line-height: 20px;
|
|
2234
2234
|
font-weight: 600;
|
|
@@ -2268,7 +2268,7 @@ body, :host {
|
|
|
2268
2268
|
border-radius: 3px;
|
|
2269
2269
|
}
|
|
2270
2270
|
.semi-avatar-small .semi-avatar-label {
|
|
2271
|
-
font-size:
|
|
2271
|
+
font-size: 8px;
|
|
2272
2272
|
font-family: "PingFang SC";
|
|
2273
2273
|
line-height: 16px;
|
|
2274
2274
|
}
|
|
@@ -2946,7 +2946,7 @@ body, :host {
|
|
|
2946
2946
|
border: 1px var(--semi-color-bg-1) solid;
|
|
2947
2947
|
z-index: 1;
|
|
2948
2948
|
text-align: center;
|
|
2949
|
-
font-size:
|
|
2949
|
+
font-size: 8px;
|
|
2950
2950
|
font-family: "PingFang SC";
|
|
2951
2951
|
line-height: 16px;
|
|
2952
2952
|
font-weight: 400;
|
|
@@ -3172,16 +3172,16 @@ body, :host {
|
|
|
3172
3172
|
flex-wrap: wrap;
|
|
3173
3173
|
}
|
|
3174
3174
|
.semi-breadcrumb-wrapper-loose {
|
|
3175
|
-
font-size:
|
|
3175
|
+
font-size: 7px;
|
|
3176
3176
|
font-family: "PingFang SC";
|
|
3177
3177
|
line-height: 20px;
|
|
3178
|
-
font-size:
|
|
3178
|
+
font-size: 7px;
|
|
3179
3179
|
}
|
|
3180
3180
|
.semi-breadcrumb-wrapper-compact {
|
|
3181
|
-
font-size:
|
|
3181
|
+
font-size: 8px;
|
|
3182
3182
|
font-family: "PingFang SC";
|
|
3183
3183
|
line-height: 16px;
|
|
3184
|
-
font-size:
|
|
3184
|
+
font-size: 8px;
|
|
3185
3185
|
}
|
|
3186
3186
|
.semi-breadcrumb-item-wrap {
|
|
3187
3187
|
display: inline-flex;
|
|
@@ -3318,7 +3318,7 @@ body, :host {
|
|
|
3318
3318
|
padding-right: 12px;
|
|
3319
3319
|
padding-top: 6px;
|
|
3320
3320
|
padding-bottom: 6px;
|
|
3321
|
-
font-size:
|
|
3321
|
+
font-size: 7px;
|
|
3322
3322
|
line-height: 20px;
|
|
3323
3323
|
font-weight: 600;
|
|
3324
3324
|
outline: none;
|
|
@@ -3577,7 +3577,7 @@ body, :host {
|
|
|
3577
3577
|
padding-bottom: 2px;
|
|
3578
3578
|
padding-left: 12px;
|
|
3579
3579
|
padding-right: 12px;
|
|
3580
|
-
font-size:
|
|
3580
|
+
font-size: 7px;
|
|
3581
3581
|
line-height: 20px;
|
|
3582
3582
|
font-weight: 600;
|
|
3583
3583
|
}
|
|
@@ -3587,7 +3587,7 @@ body, :host {
|
|
|
3587
3587
|
padding-bottom: 10px;
|
|
3588
3588
|
padding-left: 16px;
|
|
3589
3589
|
padding-right: 16px;
|
|
3590
|
-
font-size:
|
|
3590
|
+
font-size: 7px;
|
|
3591
3591
|
line-height: 20px;
|
|
3592
3592
|
font-weight: 600;
|
|
3593
3593
|
}
|
|
@@ -3855,7 +3855,7 @@ body, :host {
|
|
|
3855
3855
|
}
|
|
3856
3856
|
.semi-calendar-day .semi-calendar-tag,
|
|
3857
3857
|
.semi-calendar-week .semi-calendar-tag {
|
|
3858
|
-
font-size:
|
|
3858
|
+
font-size: 7px;
|
|
3859
3859
|
font-family: "PingFang SC";
|
|
3860
3860
|
line-height: 20px;
|
|
3861
3861
|
min-width: 70px;
|
|
@@ -3971,7 +3971,7 @@ body, :host {
|
|
|
3971
3971
|
}
|
|
3972
3972
|
.semi-calendar-day .semi-calendar-time-item span,
|
|
3973
3973
|
.semi-calendar-week .semi-calendar-time-item span {
|
|
3974
|
-
font-size:
|
|
3974
|
+
font-size: 7px;
|
|
3975
3975
|
font-family: "PingFang SC";
|
|
3976
3976
|
line-height: 20px;
|
|
3977
3977
|
display: block;
|
|
@@ -4022,7 +4022,7 @@ body, :host {
|
|
|
4022
4022
|
.semi-calendar-week-header, .semi-calendar-week-grid-row {
|
|
4023
4023
|
display: flex;
|
|
4024
4024
|
align-items: flex-start;
|
|
4025
|
-
font-size:
|
|
4025
|
+
font-size: 7px;
|
|
4026
4026
|
font-family: "PingFang SC";
|
|
4027
4027
|
line-height: 20px;
|
|
4028
4028
|
color: var(--semi-color-text-2);
|
|
@@ -4084,7 +4084,7 @@ body, :host {
|
|
|
4084
4084
|
position: absolute;
|
|
4085
4085
|
}
|
|
4086
4086
|
.semi-calendar-week .semi-calendar-all-day .semi-calendar-event-items .semi-calendar-event-allday > * {
|
|
4087
|
-
font-size:
|
|
4087
|
+
font-size: 7px;
|
|
4088
4088
|
font-family: "PingFang SC";
|
|
4089
4089
|
line-height: 20px;
|
|
4090
4090
|
}
|
|
@@ -4101,7 +4101,7 @@ body, :host {
|
|
|
4101
4101
|
flex-direction: column;
|
|
4102
4102
|
height: 100%;
|
|
4103
4103
|
overflow: hidden;
|
|
4104
|
-
font-size:
|
|
4104
|
+
font-size: 7px;
|
|
4105
4105
|
font-family: "PingFang SC";
|
|
4106
4106
|
line-height: 20px;
|
|
4107
4107
|
}
|
|
@@ -4155,7 +4155,7 @@ body, :host {
|
|
|
4155
4155
|
padding-top: 4px;
|
|
4156
4156
|
}
|
|
4157
4157
|
.semi-calendar-month-skeleton li span {
|
|
4158
|
-
font-size:
|
|
4158
|
+
font-size: 7px;
|
|
4159
4159
|
font-family: "PingFang SC";
|
|
4160
4160
|
line-height: 20px;
|
|
4161
4161
|
}
|
|
@@ -4166,7 +4166,7 @@ body, :host {
|
|
|
4166
4166
|
color: var(--semi-color-text-0);
|
|
4167
4167
|
}
|
|
4168
4168
|
.semi-calendar-month-skeleton .semi-calendar-month-event-card-wrapper {
|
|
4169
|
-
font-size:
|
|
4169
|
+
font-size: 7px;
|
|
4170
4170
|
font-family: "PingFang SC";
|
|
4171
4171
|
line-height: 20px;
|
|
4172
4172
|
display: block;
|
|
@@ -4203,7 +4203,7 @@ body, :host {
|
|
|
4203
4203
|
overflow: hidden;
|
|
4204
4204
|
}
|
|
4205
4205
|
.semi-calendar-month-weekrow .semi-calendar-event-items .semi-calendar-event-month > * {
|
|
4206
|
-
font-size:
|
|
4206
|
+
font-size: 7px;
|
|
4207
4207
|
font-family: "PingFang SC";
|
|
4208
4208
|
line-height: 20px;
|
|
4209
4209
|
}
|
|
@@ -4383,7 +4383,7 @@ body, :host {
|
|
|
4383
4383
|
border-radius: var(--semi-border-radius-medium);
|
|
4384
4384
|
overflow: hidden;
|
|
4385
4385
|
background-color: var(--semi-color-bg-0);
|
|
4386
|
-
font-size:
|
|
4386
|
+
font-size: 7px;
|
|
4387
4387
|
font-style: normal;
|
|
4388
4388
|
font-weight: 400;
|
|
4389
4389
|
line-height: 20px;
|
|
@@ -4436,7 +4436,7 @@ body, :host {
|
|
|
4436
4436
|
}
|
|
4437
4437
|
.semi-card-body {
|
|
4438
4438
|
padding: 20px;
|
|
4439
|
-
font-size:
|
|
4439
|
+
font-size: 7px;
|
|
4440
4440
|
font-style: normal;
|
|
4441
4441
|
font-weight: 400;
|
|
4442
4442
|
line-height: 20px;
|
|
@@ -4471,7 +4471,7 @@ body, :host {
|
|
|
4471
4471
|
color: var(--semi-color-text-0);
|
|
4472
4472
|
}
|
|
4473
4473
|
.semi-card-meta-wrapper-description {
|
|
4474
|
-
font-size:
|
|
4474
|
+
font-size: 7px;
|
|
4475
4475
|
font-style: normal;
|
|
4476
4476
|
font-weight: 400;
|
|
4477
4477
|
line-height: 20px;
|
|
@@ -4971,7 +4971,7 @@ body, :host {
|
|
|
4971
4971
|
border-color: var(--semi-color-danger-light-active);
|
|
4972
4972
|
}
|
|
4973
4973
|
.semi-cascader-selection {
|
|
4974
|
-
font-size:
|
|
4974
|
+
font-size: 7px;
|
|
4975
4975
|
font-family: "PingFang SC";
|
|
4976
4976
|
line-height: 20px;
|
|
4977
4977
|
height: 100%;
|
|
@@ -5013,7 +5013,7 @@ body, :host {
|
|
|
5013
5013
|
}
|
|
5014
5014
|
.semi-cascader-selection-n {
|
|
5015
5015
|
cursor: pointer;
|
|
5016
|
-
font-size:
|
|
5016
|
+
font-size: 8px;
|
|
5017
5017
|
margin-right: 4px;
|
|
5018
5018
|
color: var(--semi-color-text-0);
|
|
5019
5019
|
padding-left: 8px;
|
|
@@ -5085,7 +5085,7 @@ body, :host {
|
|
|
5085
5085
|
.semi-cascader-prefix-text, .semi-cascader-suffix-text {
|
|
5086
5086
|
margin: 0 12px;
|
|
5087
5087
|
font-weight: 600;
|
|
5088
|
-
font-size:
|
|
5088
|
+
font-size: 7px;
|
|
5089
5089
|
font-family: "PingFang SC";
|
|
5090
5090
|
line-height: 20px;
|
|
5091
5091
|
color: var(--semi-color-text-2);
|
|
@@ -5098,7 +5098,7 @@ body, :host {
|
|
|
5098
5098
|
display: inline;
|
|
5099
5099
|
margin: 0 12px;
|
|
5100
5100
|
font-weight: 600;
|
|
5101
|
-
font-size:
|
|
5101
|
+
font-size: 7px;
|
|
5102
5102
|
font-family: "PingFang SC";
|
|
5103
5103
|
line-height: 20px;
|
|
5104
5104
|
color: var(--semi-color-text-2);
|
|
@@ -5142,7 +5142,7 @@ body, :host {
|
|
|
5142
5142
|
border-bottom: 1px solid var(--semi-color-fill-0);
|
|
5143
5143
|
}
|
|
5144
5144
|
.semi-cascader-popover .semi-cascader-option-lists .semi-cascader-option-empty {
|
|
5145
|
-
font-size:
|
|
5145
|
+
font-size: 7px;
|
|
5146
5146
|
font-family: "PingFang SC";
|
|
5147
5147
|
line-height: 20px;
|
|
5148
5148
|
border-radius: var(--semi-border-radius-medium);
|
|
@@ -5236,7 +5236,7 @@ body, :host {
|
|
|
5236
5236
|
justify-content: space-between;
|
|
5237
5237
|
cursor: pointer;
|
|
5238
5238
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
5239
|
-
font-size:
|
|
5239
|
+
font-size: 7px;
|
|
5240
5240
|
font-family: "PingFang SC";
|
|
5241
5241
|
line-height: 20px;
|
|
5242
5242
|
min-width: min-content;
|
|
@@ -5490,7 +5490,7 @@ body, :host {
|
|
|
5490
5490
|
}
|
|
5491
5491
|
.semi-chat-divider {
|
|
5492
5492
|
color: var(--semi-color-text-2);
|
|
5493
|
-
font-size:
|
|
5493
|
+
font-size: 8px;
|
|
5494
5494
|
margin-top: 12px;
|
|
5495
5495
|
margin-bottom: 12px;
|
|
5496
5496
|
font-weight: 400;
|
|
@@ -5833,7 +5833,7 @@ body, :host {
|
|
|
5833
5833
|
overflow: hidden;
|
|
5834
5834
|
}
|
|
5835
5835
|
.semi-chat-attachment-file-metadata {
|
|
5836
|
-
font-size:
|
|
5836
|
+
font-size: 7px;
|
|
5837
5837
|
color: var(--semi-color-text-2);
|
|
5838
5838
|
}
|
|
5839
5839
|
.semi-chat-attachment-file-type {
|
|
@@ -5869,7 +5869,7 @@ body, :host {
|
|
|
5869
5869
|
background-color: var(--semi-color-fill-0);
|
|
5870
5870
|
}
|
|
5871
5871
|
.semi-chat-hint-content {
|
|
5872
|
-
font-size:
|
|
5872
|
+
font-size: 7px;
|
|
5873
5873
|
color: var(--semi-color-text-1);
|
|
5874
5874
|
}
|
|
5875
5875
|
.semi-chat-hint-icon {
|
|
@@ -5909,7 +5909,7 @@ body, :host {
|
|
|
5909
5909
|
position: relative;
|
|
5910
5910
|
display: flex;
|
|
5911
5911
|
align-items: flex-start;
|
|
5912
|
-
font-size:
|
|
5912
|
+
font-size: 7px;
|
|
5913
5913
|
font-family: "PingFang SC";
|
|
5914
5914
|
line-height: 20px;
|
|
5915
5915
|
cursor: pointer;
|
|
@@ -6050,13 +6050,13 @@ body, :host {
|
|
|
6050
6050
|
}
|
|
6051
6051
|
.semi-checkbox-cardType .semi-checkbox-addon {
|
|
6052
6052
|
font-weight: 600;
|
|
6053
|
-
font-size:
|
|
6053
|
+
font-size: 7px;
|
|
6054
6054
|
line-height: 20px;
|
|
6055
6055
|
color: var(--semi-color-text-0);
|
|
6056
6056
|
}
|
|
6057
6057
|
.semi-checkbox-cardType .semi-checkbox-extra {
|
|
6058
6058
|
font-weight: normal;
|
|
6059
|
-
font-size:
|
|
6059
|
+
font-size: 7px;
|
|
6060
6060
|
line-height: 20px;
|
|
6061
6061
|
color: var(--semi-color-text-2);
|
|
6062
6062
|
}
|
|
@@ -6170,10 +6170,10 @@ body, :host {
|
|
|
6170
6170
|
}
|
|
6171
6171
|
|
|
6172
6172
|
.semi-checkboxGroup {
|
|
6173
|
-
font-size:
|
|
6173
|
+
font-size: 7px;
|
|
6174
6174
|
font-family: "PingFang SC";
|
|
6175
6175
|
line-height: 20px;
|
|
6176
|
-
line-height:
|
|
6176
|
+
line-height: 7px;
|
|
6177
6177
|
}
|
|
6178
6178
|
.semi-checkboxGroup .semi-checkbox.semi-checkbox-vertical {
|
|
6179
6179
|
margin-bottom: 16px;
|
|
@@ -6384,7 +6384,7 @@ body, :host {
|
|
|
6384
6384
|
cursor: pointer;
|
|
6385
6385
|
color: var(--semi-color-text-0);
|
|
6386
6386
|
font-weight: 600;
|
|
6387
|
-
font-size:
|
|
6387
|
+
font-size: 7px;
|
|
6388
6388
|
font-family: "PingFang SC";
|
|
6389
6389
|
line-height: 20px;
|
|
6390
6390
|
}
|
|
@@ -6428,7 +6428,7 @@ body, :host {
|
|
|
6428
6428
|
.semi-collapse-content {
|
|
6429
6429
|
padding: 4px 16px 8px 16px;
|
|
6430
6430
|
color: var(--semi-color-text-1);
|
|
6431
|
-
font-size:
|
|
6431
|
+
font-size: 7px;
|
|
6432
6432
|
font-family: "PingFang SC";
|
|
6433
6433
|
line-height: 20px;
|
|
6434
6434
|
}
|
|
@@ -6743,7 +6743,7 @@ body, :host {
|
|
|
6743
6743
|
}
|
|
6744
6744
|
.semi-datepicker-month-grid .semi-scrolllist-header-title {
|
|
6745
6745
|
padding: 0;
|
|
6746
|
-
font-size:
|
|
6746
|
+
font-size: 7px;
|
|
6747
6747
|
font-family: "PingFang SC";
|
|
6748
6748
|
line-height: 20px;
|
|
6749
6749
|
min-height: 24px;
|
|
@@ -6850,7 +6850,7 @@ body, :host {
|
|
|
6850
6850
|
padding-top: 0;
|
|
6851
6851
|
}
|
|
6852
6852
|
.semi-datepicker-weekday {
|
|
6853
|
-
font-size:
|
|
6853
|
+
font-size: 8px;
|
|
6854
6854
|
font-family: "PingFang SC";
|
|
6855
6855
|
line-height: 16px;
|
|
6856
6856
|
font-weight: 600;
|
|
@@ -7259,10 +7259,10 @@ body, :host {
|
|
|
7259
7259
|
height: fit-content;
|
|
7260
7260
|
border: none;
|
|
7261
7261
|
}
|
|
7262
|
-
.semi-datepicker-range-input-wrapper .semi-input-wrapper:active {
|
|
7262
|
+
.semi-datepicker-range-input-wrapper .semi-input-wrapper:active:not(#neverExistElement) {
|
|
7263
7263
|
background-color: transparent;
|
|
7264
7264
|
}
|
|
7265
|
-
.semi-datepicker-range-input-wrapper .semi-input-wrapper:hover {
|
|
7265
|
+
.semi-datepicker-range-input-wrapper .semi-input-wrapper:hover:not(#neverExistElement) {
|
|
7266
7266
|
background-color: transparent;
|
|
7267
7267
|
}
|
|
7268
7268
|
.semi-datepicker-range-input-wrapper-focus {
|
|
@@ -7396,7 +7396,7 @@ body, :host {
|
|
|
7396
7396
|
* 小尺寸 DatePicker
|
|
7397
7397
|
*/
|
|
7398
7398
|
.semi-datepicker-compact {
|
|
7399
|
-
font-size:
|
|
7399
|
+
font-size: 8px;
|
|
7400
7400
|
font-family: "PingFang SC";
|
|
7401
7401
|
line-height: 16px;
|
|
7402
7402
|
line-height: 20px;
|
|
@@ -7429,7 +7429,7 @@ body, :host {
|
|
|
7429
7429
|
border: 1px solid var(--semi-color-border);
|
|
7430
7430
|
}
|
|
7431
7431
|
.semi-datepicker-compact .semi-datepicker-month-grid .semi-scrolllist {
|
|
7432
|
-
font-size:
|
|
7432
|
+
font-size: 8px;
|
|
7433
7433
|
font-family: "PingFang SC";
|
|
7434
7434
|
line-height: 16px;
|
|
7435
7435
|
line-height: 20px;
|
|
@@ -7473,7 +7473,7 @@ body, :host {
|
|
|
7473
7473
|
height: 100%;
|
|
7474
7474
|
}
|
|
7475
7475
|
.semi-datepicker-compact.semi-datepicker-panel-yam .semi-scrolllist {
|
|
7476
|
-
font-size:
|
|
7476
|
+
font-size: 8px;
|
|
7477
7477
|
font-family: "PingFang SC";
|
|
7478
7478
|
line-height: 16px;
|
|
7479
7479
|
line-height: 20px;
|
|
@@ -7495,7 +7495,7 @@ body, :host {
|
|
|
7495
7495
|
min-height: 24px;
|
|
7496
7496
|
}
|
|
7497
7497
|
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
|
|
7498
|
-
font-size:
|
|
7498
|
+
font-size: 8px;
|
|
7499
7499
|
font-family: "PingFang SC";
|
|
7500
7500
|
line-height: 16px;
|
|
7501
7501
|
line-height: 20px;
|
|
@@ -7952,16 +7952,16 @@ body, :host {
|
|
|
7952
7952
|
}
|
|
7953
7953
|
.semi-descriptions-key {
|
|
7954
7954
|
font-weight: normal;
|
|
7955
|
-
font-size:
|
|
7955
|
+
font-size: 7px;
|
|
7956
7956
|
font-family: "PingFang SC";
|
|
7957
7957
|
line-height: 20px;
|
|
7958
|
-
min-height:
|
|
7958
|
+
min-height: 7px;
|
|
7959
7959
|
white-space: nowrap;
|
|
7960
7960
|
color: var(--semi-color-text-2);
|
|
7961
7961
|
}
|
|
7962
7962
|
.semi-descriptions-value {
|
|
7963
7963
|
font-weight: normal;
|
|
7964
|
-
font-size:
|
|
7964
|
+
font-size: 7px;
|
|
7965
7965
|
font-family: "PingFang SC";
|
|
7966
7966
|
line-height: 20px;
|
|
7967
7967
|
color: var(--semi-color-text-0);
|
|
@@ -8011,11 +8011,11 @@ body, :host {
|
|
|
8011
8011
|
padding-right: 48px;
|
|
8012
8012
|
}
|
|
8013
8013
|
.semi-descriptions-double-small .semi-descriptions-key {
|
|
8014
|
-
font-size:
|
|
8014
|
+
font-size: 8px;
|
|
8015
8015
|
font-family: "PingFang SC";
|
|
8016
8016
|
line-height: 16px;
|
|
8017
8017
|
padding-bottom: 0;
|
|
8018
|
-
font-size:
|
|
8018
|
+
font-size: 8px;
|
|
8019
8019
|
}
|
|
8020
8020
|
.semi-descriptions-double-small .semi-descriptions-value {
|
|
8021
8021
|
font-size: 16px;
|
|
@@ -8028,7 +8028,7 @@ body, :host {
|
|
|
8028
8028
|
}
|
|
8029
8029
|
.semi-descriptions-double-medium .semi-descriptions-key {
|
|
8030
8030
|
padding-bottom: 4px;
|
|
8031
|
-
font-size:
|
|
8031
|
+
font-size: 7px;
|
|
8032
8032
|
}
|
|
8033
8033
|
.semi-descriptions-double-medium .semi-descriptions-value {
|
|
8034
8034
|
font-size: 20px;
|
|
@@ -8041,7 +8041,7 @@ body, :host {
|
|
|
8041
8041
|
}
|
|
8042
8042
|
.semi-descriptions-double-large .semi-descriptions-key {
|
|
8043
8043
|
padding-bottom: 4px;
|
|
8044
|
-
font-size:
|
|
8044
|
+
font-size: 7px;
|
|
8045
8045
|
}
|
|
8046
8046
|
.semi-descriptions-double-large .semi-descriptions-value {
|
|
8047
8047
|
font-size: 28px;
|
|
@@ -8193,7 +8193,7 @@ body, :host {
|
|
|
8193
8193
|
}
|
|
8194
8194
|
|
|
8195
8195
|
.semi-dropdown {
|
|
8196
|
-
font-size:
|
|
8196
|
+
font-size: 7px;
|
|
8197
8197
|
font-family: "PingFang SC";
|
|
8198
8198
|
line-height: 20px;
|
|
8199
8199
|
}
|
|
@@ -8224,7 +8224,7 @@ body, :host {
|
|
|
8224
8224
|
padding-bottom: 4px;
|
|
8225
8225
|
padding-left: 16px;
|
|
8226
8226
|
padding-right: 16px;
|
|
8227
|
-
font-size:
|
|
8227
|
+
font-size: 8px;
|
|
8228
8228
|
font-family: "PingFang SC";
|
|
8229
8229
|
line-height: 16px;
|
|
8230
8230
|
cursor: default;
|
|
@@ -8397,7 +8397,7 @@ body, :host {
|
|
|
8397
8397
|
.semi-feedback-thank-text {
|
|
8398
8398
|
color: var(--semi-color-text-2);
|
|
8399
8399
|
text-align: center;
|
|
8400
|
-
font-size:
|
|
8400
|
+
font-size: 7px;
|
|
8401
8401
|
font-weight: 400;
|
|
8402
8402
|
line-height: 20px;
|
|
8403
8403
|
margin-bottom: 0px;
|
|
@@ -8625,7 +8625,7 @@ body, :host {
|
|
|
8625
8625
|
padding-right: 16px;
|
|
8626
8626
|
display: inline-block;
|
|
8627
8627
|
vertical-align: middle;
|
|
8628
|
-
font-size:
|
|
8628
|
+
font-size: 7px;
|
|
8629
8629
|
font-family: "PingFang SC";
|
|
8630
8630
|
line-height: 20px;
|
|
8631
8631
|
flex-shrink: 0;
|
|
@@ -8660,7 +8660,7 @@ body, :host {
|
|
|
8660
8660
|
text-align: right;
|
|
8661
8661
|
}
|
|
8662
8662
|
.semi-form-field-error-message, .semi-form-field-help-text {
|
|
8663
|
-
font-size:
|
|
8663
|
+
font-size: 7px;
|
|
8664
8664
|
font-family: "PingFang SC";
|
|
8665
8665
|
line-height: 20px;
|
|
8666
8666
|
display: flex;
|
|
@@ -8747,7 +8747,7 @@ body, :host {
|
|
|
8747
8747
|
}
|
|
8748
8748
|
.semi-form-field-extra-string {
|
|
8749
8749
|
color: var(--semi-color-tertiary);
|
|
8750
|
-
font-size:
|
|
8750
|
+
font-size: 7px;
|
|
8751
8751
|
font-family: "PingFang SC";
|
|
8752
8752
|
line-height: 20px;
|
|
8753
8753
|
}
|
|
@@ -14216,7 +14216,7 @@ body, :host {
|
|
|
14216
14216
|
display: inline-flex;
|
|
14217
14217
|
}
|
|
14218
14218
|
.semi-hotKeys-content {
|
|
14219
|
-
font-size:
|
|
14219
|
+
font-size: 8px;
|
|
14220
14220
|
font-family: "PingFang SC";
|
|
14221
14221
|
line-height: 16px;
|
|
14222
14222
|
border-radius: 2px;
|
|
@@ -14227,7 +14227,7 @@ body, :host {
|
|
|
14227
14227
|
color: var(--semi-color-text-2);
|
|
14228
14228
|
}
|
|
14229
14229
|
.semi-hotKeys-split {
|
|
14230
|
-
font-size:
|
|
14230
|
+
font-size: 8px;
|
|
14231
14231
|
font-family: "PingFang SC";
|
|
14232
14232
|
line-height: 16px;
|
|
14233
14233
|
margin: 0 3px;
|
|
@@ -14327,7 +14327,7 @@ body, :host {
|
|
|
14327
14327
|
left: 0;
|
|
14328
14328
|
right: 0;
|
|
14329
14329
|
font-weight: normal;
|
|
14330
|
-
font-size:
|
|
14330
|
+
font-size: 7px;
|
|
14331
14331
|
font-family: "PingFang SC";
|
|
14332
14332
|
line-height: 20px;
|
|
14333
14333
|
color: var(--semi-color-white);
|
|
@@ -14509,7 +14509,7 @@ img[src=""], img:not([src]) {
|
|
|
14509
14509
|
position: relative;
|
|
14510
14510
|
vertical-align: middle;
|
|
14511
14511
|
box-shadow: none;
|
|
14512
|
-
font-size:
|
|
14512
|
+
font-size: 7px;
|
|
14513
14513
|
font-family: "PingFang SC";
|
|
14514
14514
|
line-height: 20px;
|
|
14515
14515
|
background-color: var(--semi-color-fill-0);
|
|
@@ -14525,14 +14525,14 @@ img[src=""], img:not([src]) {
|
|
|
14525
14525
|
}
|
|
14526
14526
|
.semi-input-wrapper-default {
|
|
14527
14527
|
height: 32px;
|
|
14528
|
-
font-size:
|
|
14528
|
+
font-size: 7px;
|
|
14529
14529
|
font-family: "PingFang SC";
|
|
14530
14530
|
line-height: 20px;
|
|
14531
14531
|
line-height: 30px;
|
|
14532
14532
|
}
|
|
14533
14533
|
.semi-input-wrapper-small {
|
|
14534
14534
|
height: 24px;
|
|
14535
|
-
font-size:
|
|
14535
|
+
font-size: 7px;
|
|
14536
14536
|
font-family: "PingFang SC";
|
|
14537
14537
|
line-height: 20px;
|
|
14538
14538
|
line-height: 22px;
|
|
@@ -14844,14 +14844,14 @@ img[src=""], img:not([src]) {
|
|
|
14844
14844
|
}
|
|
14845
14845
|
.semi-input-small {
|
|
14846
14846
|
height: 22px;
|
|
14847
|
-
font-size:
|
|
14847
|
+
font-size: 7px;
|
|
14848
14848
|
font-family: "PingFang SC";
|
|
14849
14849
|
line-height: 20px;
|
|
14850
14850
|
line-height: 22px;
|
|
14851
14851
|
}
|
|
14852
14852
|
.semi-input-default {
|
|
14853
14853
|
height: 30px;
|
|
14854
|
-
font-size:
|
|
14854
|
+
font-size: 7px;
|
|
14855
14855
|
font-family: "PingFang SC";
|
|
14856
14856
|
line-height: 20px;
|
|
14857
14857
|
line-height: 30px;
|
|
@@ -14909,7 +14909,7 @@ img[src=""], img:not([src]) {
|
|
|
14909
14909
|
align-items: center;
|
|
14910
14910
|
background-color: var(--semi-color-fill-0);
|
|
14911
14911
|
color: var(--semi-color-text-2);
|
|
14912
|
-
font-size:
|
|
14912
|
+
font-size: 7px;
|
|
14913
14913
|
font-family: "PingFang SC";
|
|
14914
14914
|
line-height: 20px;
|
|
14915
14915
|
flex-shrink: 0;
|
|
@@ -15453,7 +15453,7 @@ img[src=""], img:not([src]) {
|
|
|
15453
15453
|
}
|
|
15454
15454
|
|
|
15455
15455
|
.semi-list {
|
|
15456
|
-
font-size:
|
|
15456
|
+
font-size: 7px;
|
|
15457
15457
|
font-family: "PingFang SC";
|
|
15458
15458
|
line-height: 20px;
|
|
15459
15459
|
}
|
|
@@ -15616,7 +15616,7 @@ img[src=""], img:not([src]) {
|
|
|
15616
15616
|
}
|
|
15617
15617
|
|
|
15618
15618
|
.semi-modal {
|
|
15619
|
-
font-size:
|
|
15619
|
+
font-size: 7px;
|
|
15620
15620
|
font-family: "PingFang SC";
|
|
15621
15621
|
line-height: 20px;
|
|
15622
15622
|
position: relative;
|
|
@@ -15697,7 +15697,7 @@ img[src=""], img:not([src]) {
|
|
|
15697
15697
|
align-items: flex-start;
|
|
15698
15698
|
margin: 24px 0;
|
|
15699
15699
|
padding: 0 0;
|
|
15700
|
-
font-size:
|
|
15700
|
+
font-size: 7px;
|
|
15701
15701
|
font-weight: 600;
|
|
15702
15702
|
background-color: transparent;
|
|
15703
15703
|
color: var(--semi-color-text-0);
|
|
@@ -15928,7 +15928,7 @@ img[src=""], img:not([src]) {
|
|
|
15928
15928
|
box-sizing: border-box;
|
|
15929
15929
|
margin-top: 0;
|
|
15930
15930
|
margin-bottom: 8px;
|
|
15931
|
-
font-size:
|
|
15931
|
+
font-size: 7px;
|
|
15932
15932
|
font-family: "PingFang SC";
|
|
15933
15933
|
line-height: 20px;
|
|
15934
15934
|
font-weight: 400;
|
|
@@ -16105,7 +16105,7 @@ img[src=""], img:not([src]) {
|
|
|
16105
16105
|
}
|
|
16106
16106
|
.semi-navigation-sub {
|
|
16107
16107
|
font-weight: 400;
|
|
16108
|
-
font-size:
|
|
16108
|
+
font-size: 7px;
|
|
16109
16109
|
list-style: none;
|
|
16110
16110
|
outline: none;
|
|
16111
16111
|
padding: 0;
|
|
@@ -16810,7 +16810,7 @@ img[src=""], img:not([src]) {
|
|
|
16810
16810
|
min-width: 0;
|
|
16811
16811
|
}
|
|
16812
16812
|
.semi-notification-notice-content {
|
|
16813
|
-
font-size:
|
|
16813
|
+
font-size: 7px;
|
|
16814
16814
|
font-family: "PingFang SC";
|
|
16815
16815
|
line-height: 20px;
|
|
16816
16816
|
font-weight: 400;
|
|
@@ -16826,7 +16826,7 @@ img[src=""], img:not([src]) {
|
|
|
16826
16826
|
}
|
|
16827
16827
|
.semi-notification-notice-controls {
|
|
16828
16828
|
display: flex;
|
|
16829
|
-
font-size:
|
|
16829
|
+
font-size: 7px;
|
|
16830
16830
|
font-family: "PingFang SC";
|
|
16831
16831
|
line-height: 20px;
|
|
16832
16832
|
cursor: pointer;
|
|
@@ -17053,7 +17053,7 @@ img[src=""], img:not([src]) {
|
|
|
17053
17053
|
margin-block-end: 0;
|
|
17054
17054
|
}
|
|
17055
17055
|
.semi-page-small {
|
|
17056
|
-
font-size:
|
|
17056
|
+
font-size: 7px;
|
|
17057
17057
|
font-family: "PingFang SC";
|
|
17058
17058
|
line-height: 20px;
|
|
17059
17059
|
font-weight: 400;
|
|
@@ -17067,7 +17067,7 @@ img[src=""], img:not([src]) {
|
|
|
17067
17067
|
color: var(--semi-color-disabled-text);
|
|
17068
17068
|
}
|
|
17069
17069
|
.semi-page-item {
|
|
17070
|
-
font-size:
|
|
17070
|
+
font-size: 7px;
|
|
17071
17071
|
font-family: "PingFang SC";
|
|
17072
17072
|
line-height: 20px;
|
|
17073
17073
|
min-width: 32px;
|
|
@@ -17144,7 +17144,7 @@ img[src=""], img:not([src]) {
|
|
|
17144
17144
|
background-color: var(--semi-color-disabled-fill);
|
|
17145
17145
|
}
|
|
17146
17146
|
.semi-page-total {
|
|
17147
|
-
font-size:
|
|
17147
|
+
font-size: 7px;
|
|
17148
17148
|
font-family: "PingFang SC";
|
|
17149
17149
|
line-height: 20px;
|
|
17150
17150
|
color: var(--semi-color-text-2);
|
|
@@ -17159,7 +17159,7 @@ img[src=""], img:not([src]) {
|
|
|
17159
17159
|
}
|
|
17160
17160
|
.semi-page-quickjump {
|
|
17161
17161
|
margin-left: 24px;
|
|
17162
|
-
font-size:
|
|
17162
|
+
font-size: 7px;
|
|
17163
17163
|
font-family: "PingFang SC";
|
|
17164
17164
|
line-height: 20px;
|
|
17165
17165
|
display: flex;
|
|
@@ -17367,7 +17367,7 @@ img[src=""], img:not([src]) {
|
|
|
17367
17367
|
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
|
|
17368
17368
|
z-index: 1030;
|
|
17369
17369
|
border-radius: var(--semi-border-radius-medium);
|
|
17370
|
-
font-size:
|
|
17370
|
+
font-size: 7px;
|
|
17371
17371
|
font-family: "PingFang SC";
|
|
17372
17372
|
line-height: 20px;
|
|
17373
17373
|
opacity: 0;
|
|
@@ -17644,7 +17644,7 @@ img[src=""], img:not([src]) {
|
|
|
17644
17644
|
|
|
17645
17645
|
.semi-radio {
|
|
17646
17646
|
box-sizing: border-box;
|
|
17647
|
-
font-size:
|
|
17647
|
+
font-size: 7px;
|
|
17648
17648
|
font-family: "PingFang SC";
|
|
17649
17649
|
line-height: 20px;
|
|
17650
17650
|
position: relative;
|
|
@@ -17730,13 +17730,13 @@ img[src=""], img:not([src]) {
|
|
|
17730
17730
|
}
|
|
17731
17731
|
.semi-radio-cardRadioGroup .semi-radio-addon {
|
|
17732
17732
|
font-weight: 600;
|
|
17733
|
-
font-size:
|
|
17733
|
+
font-size: 7px;
|
|
17734
17734
|
line-height: 20px;
|
|
17735
17735
|
color: var(--semi-color-text-0);
|
|
17736
17736
|
}
|
|
17737
17737
|
.semi-radio-cardRadioGroup .semi-radio-extra {
|
|
17738
17738
|
font-weight: normal;
|
|
17739
|
-
font-size:
|
|
17739
|
+
font-size: 7px;
|
|
17740
17740
|
line-height: 20px;
|
|
17741
17741
|
color: var(--semi-color-text-2);
|
|
17742
17742
|
padding-left: 0;
|
|
@@ -17837,7 +17837,7 @@ img[src=""], img:not([src]) {
|
|
|
17837
17837
|
border-radius: var(--semi-border-radius-small);
|
|
17838
17838
|
font-weight: 600;
|
|
17839
17839
|
color: var(--semi-color-text-1);
|
|
17840
|
-
font-size:
|
|
17840
|
+
font-size: 8px;
|
|
17841
17841
|
padding: 4px 16px;
|
|
17842
17842
|
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);
|
|
17843
17843
|
}
|
|
@@ -17855,11 +17855,11 @@ img[src=""], img:not([src]) {
|
|
|
17855
17855
|
color: var(--semi-color-disabled-text);
|
|
17856
17856
|
}
|
|
17857
17857
|
.semi-radio-addon-buttonRadio-small {
|
|
17858
|
-
font-size:
|
|
17858
|
+
font-size: 8px;
|
|
17859
17859
|
padding: 2px 16px;
|
|
17860
17860
|
}
|
|
17861
17861
|
.semi-radio-addon-buttonRadio-large {
|
|
17862
|
-
font-size:
|
|
17862
|
+
font-size: 7px;
|
|
17863
17863
|
padding: 6px 24px;
|
|
17864
17864
|
}
|
|
17865
17865
|
.semi-radio .semi-radio-inner-checked:hover .semi-radio-inner-display {
|
|
@@ -17930,7 +17930,7 @@ img[src=""], img:not([src]) {
|
|
|
17930
17930
|
}
|
|
17931
17931
|
|
|
17932
17932
|
.semi-radioGroup {
|
|
17933
|
-
font-size:
|
|
17933
|
+
font-size: 7px;
|
|
17934
17934
|
font-family: "PingFang SC";
|
|
17935
17935
|
line-height: 20px;
|
|
17936
17936
|
}
|
|
@@ -18189,7 +18189,7 @@ img[src=""], img:not([src]) {
|
|
|
18189
18189
|
height: 100%;
|
|
18190
18190
|
width: 100%;
|
|
18191
18191
|
inset: 0;
|
|
18192
|
-
z-index:
|
|
18192
|
+
z-index: 20;
|
|
18193
18193
|
opacity: 0;
|
|
18194
18194
|
position: fixed;
|
|
18195
18195
|
}
|
|
@@ -18201,7 +18201,7 @@ img[src=""], img:not([src]) {
|
|
|
18201
18201
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 4px 14px rgba(0, 0, 0, 0.1);
|
|
18202
18202
|
border-radius: var(--semi-border-radius-medium);
|
|
18203
18203
|
overflow: hidden;
|
|
18204
|
-
font-size:
|
|
18204
|
+
font-size: 7px;
|
|
18205
18205
|
font-family: "PingFang SC";
|
|
18206
18206
|
line-height: 20px;
|
|
18207
18207
|
user-select: none;
|
|
@@ -18217,7 +18217,7 @@ img[src=""], img:not([src]) {
|
|
|
18217
18217
|
padding: 16px 0;
|
|
18218
18218
|
font-weight: 600;
|
|
18219
18219
|
color: var(--semi-color-text-0);
|
|
18220
|
-
font-size:
|
|
18220
|
+
font-size: 7px;
|
|
18221
18221
|
font-family: "PingFang SC";
|
|
18222
18222
|
line-height: 20px;
|
|
18223
18223
|
}
|
|
@@ -18379,7 +18379,7 @@ img[src=""], img:not([src]) {
|
|
|
18379
18379
|
}
|
|
18380
18380
|
|
|
18381
18381
|
.semi-select-option {
|
|
18382
|
-
font-size:
|
|
18382
|
+
font-size: 7px;
|
|
18383
18383
|
font-family: "PingFang SC";
|
|
18384
18384
|
line-height: 20px;
|
|
18385
18385
|
word-break: break-all;
|
|
@@ -18559,7 +18559,7 @@ img[src=""], img:not([src]) {
|
|
|
18559
18559
|
background-color: transparent;
|
|
18560
18560
|
}
|
|
18561
18561
|
.semi-select-selection {
|
|
18562
|
-
font-size:
|
|
18562
|
+
font-size: 7px;
|
|
18563
18563
|
font-family: "PingFang SC";
|
|
18564
18564
|
line-height: 20px;
|
|
18565
18565
|
height: 100%;
|
|
@@ -18684,7 +18684,7 @@ img[src=""], img:not([src]) {
|
|
|
18684
18684
|
.semi-select-prefix-text, .semi-select-suffix-text {
|
|
18685
18685
|
margin: 0px 12px;
|
|
18686
18686
|
color: var(--semi-color-text-2);
|
|
18687
|
-
font-size:
|
|
18687
|
+
font-size: 7px;
|
|
18688
18688
|
font-family: "PingFang SC";
|
|
18689
18689
|
line-height: 20px;
|
|
18690
18690
|
font-weight: 600;
|
|
@@ -18715,7 +18715,7 @@ img[src=""], img:not([src]) {
|
|
|
18715
18715
|
.semi-select-inset-label {
|
|
18716
18716
|
margin: 0px 12px;
|
|
18717
18717
|
font-weight: 600;
|
|
18718
|
-
font-size:
|
|
18718
|
+
font-size: 7px;
|
|
18719
18719
|
font-family: "PingFang SC";
|
|
18720
18720
|
line-height: 20px;
|
|
18721
18721
|
color: var(--semi-color-text-2);
|
|
@@ -18829,7 +18829,7 @@ img[src=""], img:not([src]) {
|
|
|
18829
18829
|
padding-bottom: 4px;
|
|
18830
18830
|
padding-left: 32px;
|
|
18831
18831
|
padding-right: 16px;
|
|
18832
|
-
font-size:
|
|
18832
|
+
font-size: 8px;
|
|
18833
18833
|
font-family: "PingFang SC";
|
|
18834
18834
|
line-height: 16px;
|
|
18835
18835
|
cursor: default;
|
|
@@ -18940,7 +18940,7 @@ img[src=""], img:not([src]) {
|
|
|
18940
18940
|
}
|
|
18941
18941
|
|
|
18942
18942
|
.semi-sidesheet {
|
|
18943
|
-
font-size:
|
|
18943
|
+
font-size: 7px;
|
|
18944
18944
|
font-family: "PingFang SC";
|
|
18945
18945
|
line-height: 20px;
|
|
18946
18946
|
position: fixed;
|
|
@@ -19308,7 +19308,7 @@ img[src=""], img:not([src]) {
|
|
|
19308
19308
|
justify-content: space-between;
|
|
19309
19309
|
}
|
|
19310
19310
|
.semi-sidebar-mcp-configure-content-header-count {
|
|
19311
|
-
font-size:
|
|
19311
|
+
font-size: 8px;
|
|
19312
19312
|
font-family: "PingFang SC";
|
|
19313
19313
|
line-height: 16px;
|
|
19314
19314
|
vertical-align: middle;
|
|
@@ -19346,14 +19346,14 @@ img[src=""], img:not([src]) {
|
|
|
19346
19346
|
margin-right: 24px;
|
|
19347
19347
|
}
|
|
19348
19348
|
.semi-sidebar-mcp-configure-content-item-content-label {
|
|
19349
|
-
font-size:
|
|
19349
|
+
font-size: 7px;
|
|
19350
19350
|
font-family: "PingFang SC";
|
|
19351
19351
|
line-height: 20px;
|
|
19352
19352
|
font-weight: 600;
|
|
19353
19353
|
color: var(--semi-color-text-0);
|
|
19354
19354
|
}
|
|
19355
19355
|
.semi-sidebar-mcp-configure-content-item-content-desc {
|
|
19356
|
-
font-size:
|
|
19356
|
+
font-size: 8px;
|
|
19357
19357
|
font-family: "PingFang SC";
|
|
19358
19358
|
line-height: 16px;
|
|
19359
19359
|
color: var(--semi-color-text-0);
|
|
@@ -19398,7 +19398,7 @@ img[src=""], img:not([src]) {
|
|
|
19398
19398
|
line-clamp: 2;
|
|
19399
19399
|
-webkit-line-clamp: 2;
|
|
19400
19400
|
-webkit-box-orient: vertical;
|
|
19401
|
-
font-size:
|
|
19401
|
+
font-size: 7px;
|
|
19402
19402
|
font-family: "PingFang SC";
|
|
19403
19403
|
line-height: 20px;
|
|
19404
19404
|
color: var(--semi-color-text-0);
|
|
@@ -19415,7 +19415,7 @@ img[src=""], img:not([src]) {
|
|
|
19415
19415
|
height: 14px;
|
|
19416
19416
|
}
|
|
19417
19417
|
.semi-sidebar-annotation-item-footer-text {
|
|
19418
|
-
font-size:
|
|
19418
|
+
font-size: 8px;
|
|
19419
19419
|
font-family: "PingFang SC";
|
|
19420
19420
|
line-height: 16px;
|
|
19421
19421
|
color: var(--semi-color-text-0);
|
|
@@ -19434,7 +19434,7 @@ img[src=""], img:not([src]) {
|
|
|
19434
19434
|
display: flex;
|
|
19435
19435
|
align-items: center;
|
|
19436
19436
|
justify-content: center;
|
|
19437
|
-
font-size:
|
|
19437
|
+
font-size: 8px;
|
|
19438
19438
|
font-family: "PingFang SC";
|
|
19439
19439
|
line-height: 16px;
|
|
19440
19440
|
color: var(--semi-color-text-2);
|
|
@@ -19455,7 +19455,7 @@ img[src=""], img:not([src]) {
|
|
|
19455
19455
|
line-clamp: 4;
|
|
19456
19456
|
-webkit-line-clamp: 4;
|
|
19457
19457
|
-webkit-box-orient: vertical;
|
|
19458
|
-
font-size:
|
|
19458
|
+
font-size: 8px;
|
|
19459
19459
|
font-family: "PingFang SC";
|
|
19460
19460
|
line-height: 16px;
|
|
19461
19461
|
color: var(--semi-color-text-2);
|
|
@@ -19510,13 +19510,13 @@ img[src=""], img:not([src]) {
|
|
|
19510
19510
|
right: 6px;
|
|
19511
19511
|
background-color: rgba(var(--semi-grey-7), 0.7);
|
|
19512
19512
|
border-radius: 4px;
|
|
19513
|
-
font-size:
|
|
19513
|
+
font-size: 8px;
|
|
19514
19514
|
font-family: "PingFang SC";
|
|
19515
19515
|
line-height: 16px;
|
|
19516
19516
|
color: var(--semi-color-bg-0);
|
|
19517
19517
|
}
|
|
19518
19518
|
.semi-sidebar-annotation-item-video-title {
|
|
19519
|
-
font-size:
|
|
19519
|
+
font-size: 7px;
|
|
19520
19520
|
font-family: "PingFang SC";
|
|
19521
19521
|
line-height: 20px;
|
|
19522
19522
|
color: var(--semi-color-text-0);
|
|
@@ -19968,7 +19968,7 @@ img[src=""], img:not([src]) {
|
|
|
19968
19968
|
}
|
|
19969
19969
|
.semi-slider-boundary {
|
|
19970
19970
|
position: relative;
|
|
19971
|
-
font-size:
|
|
19971
|
+
font-size: 8px;
|
|
19972
19972
|
color: var(--semi-color-text-0);
|
|
19973
19973
|
visibility: hidden;
|
|
19974
19974
|
top: 30px;
|
|
@@ -20239,7 +20239,7 @@ img[src=""], img:not([src]) {
|
|
|
20239
20239
|
transition: color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
20240
20240
|
}
|
|
20241
20241
|
.semi-steps .semi-steps-item .semi-steps-item-description {
|
|
20242
|
-
font-size:
|
|
20242
|
+
font-size: 7px;
|
|
20243
20243
|
font-family: "PingFang SC";
|
|
20244
20244
|
line-height: 20px;
|
|
20245
20245
|
color: var(--semi-color-text-2);
|
|
@@ -20385,7 +20385,7 @@ img[src=""], img:not([src]) {
|
|
|
20385
20385
|
flex: 1;
|
|
20386
20386
|
}
|
|
20387
20387
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-description {
|
|
20388
|
-
font-size:
|
|
20388
|
+
font-size: 8px;
|
|
20389
20389
|
font-family: "PingFang SC";
|
|
20390
20390
|
line-height: 16px;
|
|
20391
20391
|
color: var(--semi-color-text-2);
|
|
@@ -20397,6 +20397,9 @@ img[src=""], img:not([src]) {
|
|
|
20397
20397
|
}
|
|
20398
20398
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title {
|
|
20399
20399
|
max-width: 80%;
|
|
20400
|
+
min-height: 24px;
|
|
20401
|
+
display: inline-flex;
|
|
20402
|
+
align-items: center;
|
|
20400
20403
|
}
|
|
20401
20404
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title .semi-steps-item-title-text {
|
|
20402
20405
|
overflow: hidden;
|
|
@@ -20404,6 +20407,9 @@ img[src=""], img:not([src]) {
|
|
|
20404
20407
|
white-space: nowrap;
|
|
20405
20408
|
transition: color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
20406
20409
|
}
|
|
20410
|
+
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title .semi-steps-item-title-text-empty {
|
|
20411
|
+
width: 0;
|
|
20412
|
+
}
|
|
20407
20413
|
.semi-steps-basic.semi-steps-vertical {
|
|
20408
20414
|
display: flex;
|
|
20409
20415
|
flex-flow: column nowrap;
|
|
@@ -20446,7 +20452,7 @@ img[src=""], img:not([src]) {
|
|
|
20446
20452
|
padding-bottom: 9px;
|
|
20447
20453
|
}
|
|
20448
20454
|
.semi-steps-basic.semi-steps-vertical .semi-steps-item .semi-steps-item-description {
|
|
20449
|
-
font-size:
|
|
20455
|
+
font-size: 8px;
|
|
20450
20456
|
font-family: "PingFang SC";
|
|
20451
20457
|
line-height: 16px;
|
|
20452
20458
|
color: var(--semi-color-text-2);
|
|
@@ -20562,7 +20568,7 @@ img[src=""], img:not([src]) {
|
|
|
20562
20568
|
color: var(--semi-color-white);
|
|
20563
20569
|
}
|
|
20564
20570
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-title {
|
|
20565
|
-
font-size:
|
|
20571
|
+
font-size: 7px;
|
|
20566
20572
|
font-family: "PingFang SC";
|
|
20567
20573
|
line-height: 20px;
|
|
20568
20574
|
}
|
|
@@ -20570,7 +20576,7 @@ img[src=""], img:not([src]) {
|
|
|
20570
20576
|
height: 20px;
|
|
20571
20577
|
}
|
|
20572
20578
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon .semi-steps-item-number-icon {
|
|
20573
|
-
font-size:
|
|
20579
|
+
font-size: 8px;
|
|
20574
20580
|
font-family: "PingFang SC";
|
|
20575
20581
|
line-height: 16px;
|
|
20576
20582
|
width: 20px;
|
|
@@ -20621,7 +20627,7 @@ img[src=""], img:not([src]) {
|
|
|
20621
20627
|
font-weight: 600;
|
|
20622
20628
|
}
|
|
20623
20629
|
.semi-steps-nav.semi-steps-small .semi-steps-item .semi-steps-item-title {
|
|
20624
|
-
font-size:
|
|
20630
|
+
font-size: 7px;
|
|
20625
20631
|
font-family: "PingFang SC";
|
|
20626
20632
|
line-height: 20px;
|
|
20627
20633
|
}
|
|
@@ -20769,7 +20775,7 @@ img[src=""], img:not([src]) {
|
|
|
20769
20775
|
}
|
|
20770
20776
|
.semi-switch-checked-text, .semi-switch-unchecked-text {
|
|
20771
20777
|
position: absolute;
|
|
20772
|
-
font-size:
|
|
20778
|
+
font-size: 8px;
|
|
20773
20779
|
height: 100%;
|
|
20774
20780
|
width: 20px;
|
|
20775
20781
|
display: flex;
|
|
@@ -20858,7 +20864,7 @@ img[src=""], img:not([src]) {
|
|
|
20858
20864
|
.semi-switch-large .semi-switch-checked-text,
|
|
20859
20865
|
.semi-switch-large .semi-switch-unchecked-text {
|
|
20860
20866
|
width: 26px;
|
|
20861
|
-
font-size:
|
|
20867
|
+
font-size: 7px;
|
|
20862
20868
|
}
|
|
20863
20869
|
|
|
20864
20870
|
.semi-switch-small {
|
|
@@ -20982,7 +20988,7 @@ img[src=""], img:not([src]) {
|
|
|
20982
20988
|
}
|
|
20983
20989
|
|
|
20984
20990
|
.semi-table-pagination-info {
|
|
20985
|
-
font-size:
|
|
20991
|
+
font-size: 7px;
|
|
20986
20992
|
font-family: "PingFang SC";
|
|
20987
20993
|
line-height: 20px;
|
|
20988
20994
|
font-weight: 400;
|
|
@@ -21008,7 +21014,7 @@ img[src=""], img:not([src]) {
|
|
|
21008
21014
|
box-sizing: border-box;
|
|
21009
21015
|
margin: 0;
|
|
21010
21016
|
padding: 0;
|
|
21011
|
-
font-size:
|
|
21017
|
+
font-size: 7px;
|
|
21012
21018
|
font-family: "PingFang SC";
|
|
21013
21019
|
line-height: 20px;
|
|
21014
21020
|
color: var(--semi-color-text-0);
|
|
@@ -21627,7 +21633,7 @@ img[src=""], img:not([src]) {
|
|
|
21627
21633
|
padding: 8px 12px;
|
|
21628
21634
|
}
|
|
21629
21635
|
.semi-tabs-bar .semi-tabs-tab {
|
|
21630
|
-
font-size:
|
|
21636
|
+
font-size: 7px;
|
|
21631
21637
|
font-family: "PingFang SC";
|
|
21632
21638
|
line-height: 20px;
|
|
21633
21639
|
cursor: pointer;
|
|
@@ -21688,7 +21694,7 @@ img[src=""], img:not([src]) {
|
|
|
21688
21694
|
border-bottom: none;
|
|
21689
21695
|
}
|
|
21690
21696
|
.semi-tabs-tab-single.semi-tabs-tab {
|
|
21691
|
-
font-size:
|
|
21697
|
+
font-size: 7px;
|
|
21692
21698
|
font-family: "PingFang SC";
|
|
21693
21699
|
line-height: 20px;
|
|
21694
21700
|
cursor: pointer;
|
|
@@ -22107,7 +22113,7 @@ img[src=""], img:not([src]) {
|
|
|
22107
22113
|
animation-fill-mode: forwards;
|
|
22108
22114
|
}
|
|
22109
22115
|
.semi-tabs-tab-line.semi-tabs-tab-top.semi-tabs-tab {
|
|
22110
|
-
font-size:
|
|
22116
|
+
font-size: 7px;
|
|
22111
22117
|
padding: 16px 4px 14px 4px;
|
|
22112
22118
|
transition: border-bottom-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);
|
|
22113
22119
|
border-bottom: 2px solid transparent;
|
|
@@ -22126,11 +22132,11 @@ img[src=""], img:not([src]) {
|
|
|
22126
22132
|
border-bottom: 2px solid var(--semi-color-fill-1);
|
|
22127
22133
|
}
|
|
22128
22134
|
.semi-tabs-tab-line.semi-tabs-tab-top.semi-tabs-tab-small {
|
|
22129
|
-
font-size:
|
|
22135
|
+
font-size: 7px;
|
|
22130
22136
|
padding: 8px 4px 6px 4px;
|
|
22131
22137
|
}
|
|
22132
22138
|
.semi-tabs-tab-line.semi-tabs-tab-top.semi-tabs-tab-medium {
|
|
22133
|
-
font-size:
|
|
22139
|
+
font-size: 7px;
|
|
22134
22140
|
padding: 12px 4px 10px 4px;
|
|
22135
22141
|
}
|
|
22136
22142
|
.semi-tabs-tab-line.semi-tabs-tab-top.semi-tabs-tab-active, .semi-tabs-tab-line.semi-tabs-tab-top.semi-tabs-tab-active:hover {
|
|
@@ -22351,7 +22357,7 @@ img[src=""], img:not([src]) {
|
|
|
22351
22357
|
display: inline-flex;
|
|
22352
22358
|
}
|
|
22353
22359
|
.semi-tag-default, .semi-tag-small {
|
|
22354
|
-
font-size:
|
|
22360
|
+
font-size: 8px;
|
|
22355
22361
|
font-family: "PingFang SC";
|
|
22356
22362
|
line-height: 16px;
|
|
22357
22363
|
height: 20px;
|
|
@@ -22367,7 +22373,7 @@ img[src=""], img:not([src]) {
|
|
|
22367
22373
|
border-radius: var(--semi-border-radius-full);
|
|
22368
22374
|
}
|
|
22369
22375
|
.semi-tag-large {
|
|
22370
|
-
font-size:
|
|
22376
|
+
font-size: 8px;
|
|
22371
22377
|
font-family: "PingFang SC";
|
|
22372
22378
|
line-height: 16px;
|
|
22373
22379
|
padding: 4px 8px;
|
|
@@ -23025,14 +23031,14 @@ img[src=""], img:not([src]) {
|
|
|
23025
23031
|
padding-left: 4px;
|
|
23026
23032
|
}
|
|
23027
23033
|
.semi-tagInput-wrapper-typo {
|
|
23028
|
-
font-size:
|
|
23034
|
+
font-size: 8px;
|
|
23029
23035
|
}
|
|
23030
23036
|
.semi-tagInput-wrapper-typo-disabled {
|
|
23031
23037
|
color: var(--semi-color-disabled-text);
|
|
23032
23038
|
}
|
|
23033
23039
|
.semi-tagInput-wrapper-n {
|
|
23034
23040
|
cursor: pointer;
|
|
23035
|
-
font-size:
|
|
23041
|
+
font-size: 8px;
|
|
23036
23042
|
margin-right: 4px;
|
|
23037
23043
|
color: var(--semi-color-text-0);
|
|
23038
23044
|
padding-left: 8px;
|
|
@@ -23048,7 +23054,7 @@ img[src=""], img:not([src]) {
|
|
|
23048
23054
|
border: none;
|
|
23049
23055
|
outline: none;
|
|
23050
23056
|
background-color: transparent;
|
|
23051
|
-
font-size:
|
|
23057
|
+
font-size: 7px;
|
|
23052
23058
|
}
|
|
23053
23059
|
.semi-tagInput-wrapper .semi-tagInput-wrapper-input:hover {
|
|
23054
23060
|
background-color: transparent;
|
|
@@ -23104,7 +23110,7 @@ img[src=""], img:not([src]) {
|
|
|
23104
23110
|
.semi-tagInput-inset-label {
|
|
23105
23111
|
margin: 0 12px;
|
|
23106
23112
|
font-weight: 600;
|
|
23107
|
-
font-size:
|
|
23113
|
+
font-size: 7px;
|
|
23108
23114
|
font-family: "PingFang SC";
|
|
23109
23115
|
line-height: 20px;
|
|
23110
23116
|
color: var(--semi-color-text-2);
|
|
@@ -23120,7 +23126,7 @@ img[src=""], img:not([src]) {
|
|
|
23120
23126
|
margin: 0 12px;
|
|
23121
23127
|
font-weight: 600;
|
|
23122
23128
|
white-space: nowrap;
|
|
23123
|
-
font-size:
|
|
23129
|
+
font-size: 7px;
|
|
23124
23130
|
font-family: "PingFang SC";
|
|
23125
23131
|
line-height: 20px;
|
|
23126
23132
|
}
|
|
@@ -23237,7 +23243,7 @@ img[src=""], img:not([src]) {
|
|
|
23237
23243
|
padding: 0;
|
|
23238
23244
|
}
|
|
23239
23245
|
.semi-timepicker .semi-timepicker-input {
|
|
23240
|
-
font-size:
|
|
23246
|
+
font-size: 7px;
|
|
23241
23247
|
font-family: "PingFang SC";
|
|
23242
23248
|
line-height: 20px;
|
|
23243
23249
|
border-radius: var(--semi-border-radius-small);
|
|
@@ -23343,7 +23349,7 @@ img[src=""], img:not([src]) {
|
|
|
23343
23349
|
color: var(--semi-color-tertiary-light-active);
|
|
23344
23350
|
}
|
|
23345
23351
|
.semi-timeline-item-content {
|
|
23346
|
-
font-size:
|
|
23352
|
+
font-size: 7px;
|
|
23347
23353
|
font-family: "PingFang SC";
|
|
23348
23354
|
line-height: 20px;
|
|
23349
23355
|
position: relative;
|
|
@@ -23352,7 +23358,7 @@ img[src=""], img:not([src]) {
|
|
|
23352
23358
|
color: var(--semi-color-text-0);
|
|
23353
23359
|
}
|
|
23354
23360
|
.semi-timeline-item-content-extra, .semi-timeline-item-content-time {
|
|
23355
|
-
font-size:
|
|
23361
|
+
font-size: 8px;
|
|
23356
23362
|
font-family: "PingFang SC";
|
|
23357
23363
|
line-height: 16px;
|
|
23358
23364
|
color: var(--semi-color-text-2);
|
|
@@ -23498,7 +23504,7 @@ img[src=""], img:not([src]) {
|
|
|
23498
23504
|
.semi-toast-content {
|
|
23499
23505
|
pointer-events: all;
|
|
23500
23506
|
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
|
|
23501
|
-
font-size:
|
|
23507
|
+
font-size: 7px;
|
|
23502
23508
|
font-family: "PingFang SC";
|
|
23503
23509
|
line-height: 20px;
|
|
23504
23510
|
background-color: var(--semi-color-bg-3);
|
|
@@ -23644,12 +23650,12 @@ img[src=""], img:not([src]) {
|
|
|
23644
23650
|
padding-right: 12px;
|
|
23645
23651
|
padding-bottom: 8px;
|
|
23646
23652
|
padding-left: 12px;
|
|
23647
|
-
font-size:
|
|
23653
|
+
font-size: 7px;
|
|
23648
23654
|
left: 0;
|
|
23649
23655
|
top: 0;
|
|
23650
23656
|
word-wrap: break-word;
|
|
23651
23657
|
overflow-wrap: break-word;
|
|
23652
|
-
font-size:
|
|
23658
|
+
font-size: 7px;
|
|
23653
23659
|
font-family: "PingFang SC";
|
|
23654
23660
|
line-height: 20px;
|
|
23655
23661
|
opacity: 0;
|
|
@@ -23845,7 +23851,7 @@ img[src=""], img:not([src]) {
|
|
|
23845
23851
|
height: inherit;
|
|
23846
23852
|
}
|
|
23847
23853
|
.semi-transfer-header {
|
|
23848
|
-
font-size:
|
|
23854
|
+
font-size: 8px;
|
|
23849
23855
|
font-family: "PingFang SC";
|
|
23850
23856
|
line-height: 16px;
|
|
23851
23857
|
display: flex;
|
|
@@ -23863,7 +23869,7 @@ img[src=""], img:not([src]) {
|
|
|
23863
23869
|
margin-left: 16px;
|
|
23864
23870
|
}
|
|
23865
23871
|
.semi-transfer-header .semi-button {
|
|
23866
|
-
font-size:
|
|
23872
|
+
font-size: 8px;
|
|
23867
23873
|
font-family: "PingFang SC";
|
|
23868
23874
|
line-height: 16px;
|
|
23869
23875
|
}
|
|
@@ -23875,7 +23881,7 @@ img[src=""], img:not([src]) {
|
|
|
23875
23881
|
padding-bottom: 8px;
|
|
23876
23882
|
padding-left: 12px;
|
|
23877
23883
|
user-select: none;
|
|
23878
|
-
font-size:
|
|
23884
|
+
font-size: 7px;
|
|
23879
23885
|
font-family: "PingFang SC";
|
|
23880
23886
|
line-height: 20px;
|
|
23881
23887
|
display: flex;
|
|
@@ -23973,7 +23979,7 @@ img[src=""], img:not([src]) {
|
|
|
23973
23979
|
display: flex;
|
|
23974
23980
|
justify-content: center;
|
|
23975
23981
|
align-items: center;
|
|
23976
|
-
font-size:
|
|
23982
|
+
font-size: 8px;
|
|
23977
23983
|
font-family: "PingFang SC";
|
|
23978
23984
|
line-height: 16px;
|
|
23979
23985
|
color: var(--semi-color-text-2);
|
|
@@ -23987,7 +23993,7 @@ img[src=""], img:not([src]) {
|
|
|
23987
23993
|
.semi-transfer-group-title {
|
|
23988
23994
|
color: var(--semi-color-text-2);
|
|
23989
23995
|
padding-left: 12px;
|
|
23990
|
-
font-size:
|
|
23996
|
+
font-size: 8px;
|
|
23991
23997
|
font-family: "PingFang SC";
|
|
23992
23998
|
line-height: 16px;
|
|
23993
23999
|
height: 28px;
|
|
@@ -24067,7 +24073,7 @@ img[src=""], img:not([src]) {
|
|
|
24067
24073
|
cursor: pointer;
|
|
24068
24074
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
24069
24075
|
transform: scale(var(--semi-transform_scale-none));
|
|
24070
|
-
font-size:
|
|
24076
|
+
font-size: 7px;
|
|
24071
24077
|
font-family: "PingFang SC";
|
|
24072
24078
|
line-height: 20px;
|
|
24073
24079
|
word-break: break-word;
|
|
@@ -24653,7 +24659,7 @@ img[src=""], img:not([src]) {
|
|
|
24653
24659
|
background-color: transparent;
|
|
24654
24660
|
}
|
|
24655
24661
|
.semi-tree-select-selection {
|
|
24656
|
-
font-size:
|
|
24662
|
+
font-size: 7px;
|
|
24657
24663
|
font-family: "PingFang SC";
|
|
24658
24664
|
line-height: 20px;
|
|
24659
24665
|
height: 100%;
|
|
@@ -24789,7 +24795,7 @@ img[src=""], img:not([src]) {
|
|
|
24789
24795
|
display: inline;
|
|
24790
24796
|
margin: 0px 12px;
|
|
24791
24797
|
font-weight: 600;
|
|
24792
|
-
font-size:
|
|
24798
|
+
font-size: 7px;
|
|
24793
24799
|
font-family: "PingFang SC";
|
|
24794
24800
|
line-height: 20px;
|
|
24795
24801
|
color: var(--semi-color-text-2);
|
|
@@ -24824,7 +24830,7 @@ img[src=""], img:not([src]) {
|
|
|
24824
24830
|
.semi-tree-select-prefix-text, .semi-tree-select-suffix-text {
|
|
24825
24831
|
color: var(--semi-color-text-2);
|
|
24826
24832
|
font-weight: 600;
|
|
24827
|
-
font-size:
|
|
24833
|
+
font-size: 7px;
|
|
24828
24834
|
font-family: "PingFang SC";
|
|
24829
24835
|
line-height: 20px;
|
|
24830
24836
|
margin: 0px 12px;
|
|
@@ -24934,7 +24940,7 @@ img[src=""], img:not([src]) {
|
|
|
24934
24940
|
|
|
24935
24941
|
.semi-typography {
|
|
24936
24942
|
color: var(--semi-color-text-0);
|
|
24937
|
-
font-size:
|
|
24943
|
+
font-size: 7px;
|
|
24938
24944
|
font-family: "PingFang SC";
|
|
24939
24945
|
line-height: 20px;
|
|
24940
24946
|
}
|
|
@@ -24974,7 +24980,7 @@ img[src=""], img:not([src]) {
|
|
|
24974
24980
|
color: inherit;
|
|
24975
24981
|
}
|
|
24976
24982
|
.semi-typography-small {
|
|
24977
|
-
font-size:
|
|
24983
|
+
font-size: 8px;
|
|
24978
24984
|
font-family: "PingFang SC";
|
|
24979
24985
|
line-height: 16px;
|
|
24980
24986
|
font-weight: 400;
|
|
@@ -25368,7 +25374,7 @@ p.semi-typography-extended,
|
|
|
25368
25374
|
align-items: center;
|
|
25369
25375
|
}
|
|
25370
25376
|
.semi-upload-file-list-title {
|
|
25371
|
-
font-size:
|
|
25377
|
+
font-size: 8px;
|
|
25372
25378
|
font-family: "PingFang SC";
|
|
25373
25379
|
line-height: 16px;
|
|
25374
25380
|
color: var(--semi-color-text-2);
|
|
@@ -25444,14 +25450,14 @@ p.semi-typography-extended,
|
|
|
25444
25450
|
text-overflow: ellipsis;
|
|
25445
25451
|
white-space: nowrap;
|
|
25446
25452
|
display: inline-block;
|
|
25447
|
-
font-size:
|
|
25453
|
+
font-size: 7px;
|
|
25448
25454
|
font-family: "PingFang SC";
|
|
25449
25455
|
line-height: 20px;
|
|
25450
25456
|
font-weight: 600;
|
|
25451
25457
|
color: var(--semi-color-text-0);
|
|
25452
25458
|
}
|
|
25453
25459
|
.semi-upload-file-card-info-size {
|
|
25454
|
-
font-size:
|
|
25460
|
+
font-size: 8px;
|
|
25455
25461
|
font-family: "PingFang SC";
|
|
25456
25462
|
line-height: 16px;
|
|
25457
25463
|
font-weight: 400;
|
|
@@ -25465,7 +25471,7 @@ p.semi-typography-extended,
|
|
|
25465
25471
|
color: var(--semi-color-text-2);
|
|
25466
25472
|
}
|
|
25467
25473
|
.semi-upload-file-card-info-validate-message {
|
|
25468
|
-
font-size:
|
|
25474
|
+
font-size: 8px;
|
|
25469
25475
|
font-family: "PingFang SC";
|
|
25470
25476
|
line-height: 16px;
|
|
25471
25477
|
display: flex;
|
|
@@ -25473,7 +25479,7 @@ p.semi-typography-extended,
|
|
|
25473
25479
|
color: var(--semi-color-text-0);
|
|
25474
25480
|
}
|
|
25475
25481
|
.semi-upload-file-card-info-retry {
|
|
25476
|
-
font-size:
|
|
25482
|
+
font-size: 8px;
|
|
25477
25483
|
font-family: "PingFang SC";
|
|
25478
25484
|
line-height: 16px;
|
|
25479
25485
|
color: var(--semi-color-primary);
|
|
@@ -25748,7 +25754,7 @@ p.semi-typography-extended,
|
|
|
25748
25754
|
}
|
|
25749
25755
|
.semi-upload-drag-area-main-text {
|
|
25750
25756
|
cursor: pointer;
|
|
25751
|
-
font-size:
|
|
25757
|
+
font-size: 7px;
|
|
25752
25758
|
font-family: "PingFang SC";
|
|
25753
25759
|
line-height: 20px;
|
|
25754
25760
|
margin-bottom: 4px;
|
|
@@ -25762,7 +25768,7 @@ p.semi-typography-extended,
|
|
|
25762
25768
|
}
|
|
25763
25769
|
.semi-upload-drag-area-sub-text {
|
|
25764
25770
|
cursor: pointer;
|
|
25765
|
-
font-size:
|
|
25771
|
+
font-size: 8px;
|
|
25766
25772
|
font-family: "PingFang SC";
|
|
25767
25773
|
line-height: 16px;
|
|
25768
25774
|
color: var(--semi-color-text-0);
|
|
@@ -25774,7 +25780,7 @@ p.semi-typography-extended,
|
|
|
25774
25780
|
color: var(--semi-color-text-0);
|
|
25775
25781
|
}
|
|
25776
25782
|
.semi-upload-drag-area-tips {
|
|
25777
|
-
font-size:
|
|
25783
|
+
font-size: 8px;
|
|
25778
25784
|
font-family: "PingFang SC";
|
|
25779
25785
|
line-height: 16px;
|
|
25780
25786
|
font-weight: 600;
|
|
@@ -25883,7 +25889,7 @@ p.semi-typography-extended,
|
|
|
25883
25889
|
margin-bottom: 8px;
|
|
25884
25890
|
}
|
|
25885
25891
|
.semi-userGuide-popup-content-description {
|
|
25886
|
-
font-size:
|
|
25892
|
+
font-size: 7px;
|
|
25887
25893
|
line-height: 20px;
|
|
25888
25894
|
margin-bottom: 48px;
|
|
25889
25895
|
}
|
|
@@ -25898,7 +25904,7 @@ p.semi-typography-extended,
|
|
|
25898
25904
|
margin-left: 120px;
|
|
25899
25905
|
}
|
|
25900
25906
|
.semi-userGuide-popup-content-indicator {
|
|
25901
|
-
font-size:
|
|
25907
|
+
font-size: 7px;
|
|
25902
25908
|
line-height: 20px;
|
|
25903
25909
|
}
|
|
25904
25910
|
.semi-userGuide-modal .semi-modal-small {
|
|
@@ -25942,7 +25948,7 @@ p.semi-typography-extended,
|
|
|
25942
25948
|
margin-bottom: 8px;
|
|
25943
25949
|
}
|
|
25944
25950
|
.semi-userGuide-modal-body-description {
|
|
25945
|
-
font-size:
|
|
25951
|
+
font-size: 7px;
|
|
25946
25952
|
line-height: 20px;
|
|
25947
25953
|
}
|
|
25948
25954
|
.semi-userGuide-modal-footer {
|
|
@@ -26008,7 +26014,7 @@ p.semi-typography-extended,
|
|
|
26008
26014
|
align-items: center;
|
|
26009
26015
|
flex-direction: column;
|
|
26010
26016
|
font-weight: 600;
|
|
26011
|
-
font-size:
|
|
26017
|
+
font-size: 7px;
|
|
26012
26018
|
}
|
|
26013
26019
|
.semi-videoPlayer-error-svg {
|
|
26014
26020
|
margin-bottom: 12px;
|
|
@@ -26048,7 +26054,7 @@ p.semi-typography-extended,
|
|
|
26048
26054
|
padding: 8px 12px;
|
|
26049
26055
|
line-height: 20px;
|
|
26050
26056
|
border-radius: 3px;
|
|
26051
|
-
font-size:
|
|
26057
|
+
font-size: 7px;
|
|
26052
26058
|
}
|
|
26053
26059
|
.semi-videoPlayer-mirror video {
|
|
26054
26060
|
transform: rotateX(0deg) rotateY(180deg);
|
|
@@ -26087,7 +26093,7 @@ p.semi-typography-extended,
|
|
|
26087
26093
|
}
|
|
26088
26094
|
.semi-videoPlayer-controls-time {
|
|
26089
26095
|
color: #fff;
|
|
26090
|
-
font-size:
|
|
26096
|
+
font-size: 7px;
|
|
26091
26097
|
margin-right: 8px;
|
|
26092
26098
|
padding: 0 8px;
|
|
26093
26099
|
font-variant-numeric: tabular-nums;
|
|
@@ -26104,7 +26110,7 @@ p.semi-typography-extended,
|
|
|
26104
26110
|
border-radius: 4px;
|
|
26105
26111
|
padding: 0px 4px;
|
|
26106
26112
|
line-height: 16px;
|
|
26107
|
-
font-size:
|
|
26113
|
+
font-size: 8px;
|
|
26108
26114
|
user-select: none;
|
|
26109
26115
|
}
|
|
26110
26116
|
.semi-videoPlayer-controls-volume-title {
|
|
@@ -26120,7 +26126,7 @@ p.semi-typography-extended,
|
|
|
26120
26126
|
background-color: var(--semi-color-overlay-bg);
|
|
26121
26127
|
color: #fff;
|
|
26122
26128
|
font-weight: 600;
|
|
26123
|
-
font-size:
|
|
26129
|
+
font-size: 8px;
|
|
26124
26130
|
line-height: 16px;
|
|
26125
26131
|
border-radius: 3px;
|
|
26126
26132
|
cursor: pointer;
|
|
@@ -26137,7 +26143,7 @@ p.semi-typography-extended,
|
|
|
26137
26143
|
padding: 0px 8px;
|
|
26138
26144
|
height: 32px;
|
|
26139
26145
|
color: #fff;
|
|
26140
|
-
font-size:
|
|
26146
|
+
font-size: 8px;
|
|
26141
26147
|
}
|
|
26142
26148
|
.semi-videoPlayer-controls-popup-menu-item:hover {
|
|
26143
26149
|
background-color: rgb(67, 68, 74) !important;
|
|
@@ -26538,7 +26544,7 @@ p.semi-typography-extended,
|
|
|
26538
26544
|
resize: none;
|
|
26539
26545
|
padding: 5px 12px;
|
|
26540
26546
|
box-shadow: none;
|
|
26541
|
-
font-size:
|
|
26547
|
+
font-size: 7px;
|
|
26542
26548
|
font-family: "PingFang SC";
|
|
26543
26549
|
line-height: 20px;
|
|
26544
26550
|
background-color: transparent;
|
|
@@ -26577,7 +26583,7 @@ p.semi-typography-extended,
|
|
|
26577
26583
|
overflow: hidden;
|
|
26578
26584
|
}
|
|
26579
26585
|
.semi-input-textarea-counter {
|
|
26580
|
-
font-size:
|
|
26586
|
+
font-size: 8px;
|
|
26581
26587
|
font-family: "PingFang SC";
|
|
26582
26588
|
line-height: 16px;
|
|
26583
26589
|
display: flex;
|