@semi-bot/semi-theme-hishelper 1.0.1 → 1.0.3
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/package.json +1 -1
- package/raw.json +11 -11
- package/scss/_font.scss +8 -8
- package/scss/variables.scss +7 -7
- package/semi.css +148 -148
- package/semi.min.css +1 -1
package/semi.css
CHANGED
|
@@ -729,7 +729,7 @@ body, :host {
|
|
|
729
729
|
}
|
|
730
730
|
.semi-ai-chat-dialogue-title {
|
|
731
731
|
line-height: 20px;
|
|
732
|
-
font-size:
|
|
732
|
+
font-size: 15px;
|
|
733
733
|
font-weight: 400;
|
|
734
734
|
}
|
|
735
735
|
.semi-ai-chat-dialogue-inner {
|
|
@@ -922,7 +922,7 @@ body, :host {
|
|
|
922
922
|
flex-shrink: 1;
|
|
923
923
|
}
|
|
924
924
|
.semi-ai-chat-dialogue-content-file-title {
|
|
925
|
-
font-size:
|
|
925
|
+
font-size: 15px;
|
|
926
926
|
color: var(--semi-color-text-0);
|
|
927
927
|
max-width: 180px;
|
|
928
928
|
white-space: nowrap;
|
|
@@ -973,7 +973,7 @@ body, :host {
|
|
|
973
973
|
color: var(--semi-color-danger);
|
|
974
974
|
}
|
|
975
975
|
.semi-ai-chat-dialogue-action-dropdown .semi-icon {
|
|
976
|
-
font-size:
|
|
976
|
+
font-size: 15px;
|
|
977
977
|
}
|
|
978
978
|
.semi-ai-chat-dialogue-reasoning {
|
|
979
979
|
width: 100%;
|
|
@@ -1125,7 +1125,7 @@ body, :host {
|
|
|
1125
1125
|
display: flex;
|
|
1126
1126
|
flex-wrap: wrap;
|
|
1127
1127
|
font-size: 12px;
|
|
1128
|
-
line-height:
|
|
1128
|
+
line-height: 15px;
|
|
1129
1129
|
color: var(--semi-color-text-2);
|
|
1130
1130
|
margin-top: 8px;
|
|
1131
1131
|
column-gap: 4px;
|
|
@@ -1367,9 +1367,9 @@ body, :host {
|
|
|
1367
1367
|
display: flex;
|
|
1368
1368
|
flex-wrap: wrap;
|
|
1369
1369
|
margin-bottom: 8px;
|
|
1370
|
-
font-size:
|
|
1370
|
+
font-size: 13px;
|
|
1371
1371
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1372
|
-
line-height:
|
|
1372
|
+
line-height: 13px;
|
|
1373
1373
|
color: var(--semi-color-text-2);
|
|
1374
1374
|
column-gap: 4px;
|
|
1375
1375
|
row-gap: 4px;
|
|
@@ -1529,9 +1529,9 @@ body, :host {
|
|
|
1529
1529
|
}
|
|
1530
1530
|
.semi-aiChatInput-footer-configure-mcp-header {
|
|
1531
1531
|
padding: 8px 16px 0px;
|
|
1532
|
-
font-size:
|
|
1532
|
+
font-size: 13px;
|
|
1533
1533
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1534
|
-
line-height:
|
|
1534
|
+
line-height: 13px;
|
|
1535
1535
|
height: 16px;
|
|
1536
1536
|
align-items: center;
|
|
1537
1537
|
display: flex;
|
|
@@ -1545,9 +1545,9 @@ body, :host {
|
|
|
1545
1545
|
padding: 0px;
|
|
1546
1546
|
border: 0px;
|
|
1547
1547
|
height: fit-content;
|
|
1548
|
-
font-size:
|
|
1548
|
+
font-size: 13px;
|
|
1549
1549
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1550
|
-
line-height:
|
|
1550
|
+
line-height: 13px;
|
|
1551
1551
|
}
|
|
1552
1552
|
.semi-aiChatInput-attachment {
|
|
1553
1553
|
position: relative;
|
|
@@ -1590,9 +1590,9 @@ body, :host {
|
|
|
1590
1590
|
white-space: nowrap;
|
|
1591
1591
|
text-overflow: ellipsis;
|
|
1592
1592
|
color: var(--semi-color-text-0);
|
|
1593
|
-
font-size:
|
|
1593
|
+
font-size: 13px;
|
|
1594
1594
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1595
|
-
line-height:
|
|
1595
|
+
line-height: 13px;
|
|
1596
1596
|
font-weight: 600;
|
|
1597
1597
|
}
|
|
1598
1598
|
.semi-aiChatInput-attachment-content-size {
|
|
@@ -1601,9 +1601,9 @@ body, :host {
|
|
|
1601
1601
|
align-items: flex-start;
|
|
1602
1602
|
column-gap: 4px;
|
|
1603
1603
|
color: var(--semi-color-text-2);
|
|
1604
|
-
font-size:
|
|
1604
|
+
font-size: 13px;
|
|
1605
1605
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1606
|
-
line-height:
|
|
1606
|
+
line-height: 13px;
|
|
1607
1607
|
text-transform: uppercase;
|
|
1608
1608
|
}
|
|
1609
1609
|
.semi-aiChatInput-attachment-delete {
|
|
@@ -1830,9 +1830,9 @@ body, :host {
|
|
|
1830
1830
|
position: relative;
|
|
1831
1831
|
}
|
|
1832
1832
|
.semi-anchor-size-small {
|
|
1833
|
-
font-size:
|
|
1833
|
+
font-size: 13px;
|
|
1834
1834
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1835
|
-
line-height:
|
|
1835
|
+
line-height: 13px;
|
|
1836
1836
|
}
|
|
1837
1837
|
.semi-anchor-slide {
|
|
1838
1838
|
position: absolute;
|
|
@@ -1913,9 +1913,9 @@ body, :host {
|
|
|
1913
1913
|
color: var(--semi-color-text-2) !important;
|
|
1914
1914
|
}
|
|
1915
1915
|
.semi-anchor-link-tooltip-small {
|
|
1916
|
-
font-size:
|
|
1916
|
+
font-size: 13px;
|
|
1917
1917
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1918
|
-
line-height:
|
|
1918
|
+
line-height: 13px;
|
|
1919
1919
|
}
|
|
1920
1920
|
.semi-anchor-link-tooltip:hover {
|
|
1921
1921
|
color: var(--semi-color-tertiary-hover) !important;
|
|
@@ -2297,9 +2297,9 @@ body, :host {
|
|
|
2297
2297
|
border-radius: 3px;
|
|
2298
2298
|
}
|
|
2299
2299
|
.semi-avatar-small .semi-avatar-label {
|
|
2300
|
-
font-size:
|
|
2300
|
+
font-size: 13px;
|
|
2301
2301
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2302
|
-
line-height:
|
|
2302
|
+
line-height: 13px;
|
|
2303
2303
|
}
|
|
2304
2304
|
.semi-avatar-default {
|
|
2305
2305
|
width: 40px;
|
|
@@ -2307,7 +2307,7 @@ body, :host {
|
|
|
2307
2307
|
border-radius: 3px;
|
|
2308
2308
|
}
|
|
2309
2309
|
.semi-avatar-default .semi-avatar-label {
|
|
2310
|
-
font-size:
|
|
2310
|
+
font-size: 16px;
|
|
2311
2311
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2312
2312
|
line-height: 24px;
|
|
2313
2313
|
}
|
|
@@ -2317,7 +2317,7 @@ body, :host {
|
|
|
2317
2317
|
border-radius: 3px;
|
|
2318
2318
|
}
|
|
2319
2319
|
.semi-avatar-medium .semi-avatar-label {
|
|
2320
|
-
font-size:
|
|
2320
|
+
font-size: 18px;
|
|
2321
2321
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2322
2322
|
line-height: 28px;
|
|
2323
2323
|
}
|
|
@@ -2327,7 +2327,7 @@ body, :host {
|
|
|
2327
2327
|
border-radius: 6px;
|
|
2328
2328
|
}
|
|
2329
2329
|
.semi-avatar-large .semi-avatar-label {
|
|
2330
|
-
font-size:
|
|
2330
|
+
font-size: 24px;
|
|
2331
2331
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2332
2332
|
line-height: 44px;
|
|
2333
2333
|
}
|
|
@@ -2975,9 +2975,9 @@ body, :host {
|
|
|
2975
2975
|
border: 1px var(--semi-color-bg-1) solid;
|
|
2976
2976
|
z-index: 1;
|
|
2977
2977
|
text-align: center;
|
|
2978
|
-
font-size:
|
|
2978
|
+
font-size: 13px;
|
|
2979
2979
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2980
|
-
line-height:
|
|
2980
|
+
line-height: 13px;
|
|
2981
2981
|
font-weight: 400;
|
|
2982
2982
|
color: var(--semi-color-bg-2);
|
|
2983
2983
|
}
|
|
@@ -3207,10 +3207,10 @@ body, :host {
|
|
|
3207
3207
|
font-size: 14px;
|
|
3208
3208
|
}
|
|
3209
3209
|
.semi-breadcrumb-wrapper-compact {
|
|
3210
|
-
font-size:
|
|
3210
|
+
font-size: 13px;
|
|
3211
3211
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3212
|
-
line-height:
|
|
3213
|
-
font-size:
|
|
3212
|
+
line-height: 13px;
|
|
3213
|
+
font-size: 13px;
|
|
3214
3214
|
}
|
|
3215
3215
|
.semi-breadcrumb-item-wrap {
|
|
3216
3216
|
display: inline-flex;
|
|
@@ -4272,7 +4272,7 @@ body, :host {
|
|
|
4272
4272
|
color: var(--semi-color-text-2);
|
|
4273
4273
|
}
|
|
4274
4274
|
.semi-calendar-month-event-card-header-info-date {
|
|
4275
|
-
font-size:
|
|
4275
|
+
font-size: 18px;
|
|
4276
4276
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4277
4277
|
line-height: 28px;
|
|
4278
4278
|
margin-top: 4px;
|
|
@@ -4453,7 +4453,7 @@ body, :host {
|
|
|
4453
4453
|
}
|
|
4454
4454
|
.semi-card-header-wrapper-extra {
|
|
4455
4455
|
flex-shrink: 0;
|
|
4456
|
-
font-size:
|
|
4456
|
+
font-size: 15px;
|
|
4457
4457
|
font-style: normal;
|
|
4458
4458
|
font-weight: 700;
|
|
4459
4459
|
letter-spacing: 0em;
|
|
@@ -4492,7 +4492,7 @@ body, :host {
|
|
|
4492
4492
|
margin-right: 12px;
|
|
4493
4493
|
}
|
|
4494
4494
|
.semi-card-meta-wrapper-title {
|
|
4495
|
-
font-size:
|
|
4495
|
+
font-size: 15px;
|
|
4496
4496
|
font-style: normal;
|
|
4497
4497
|
font-weight: 700;
|
|
4498
4498
|
line-height: 22px;
|
|
@@ -4944,7 +4944,7 @@ body, :host {
|
|
|
4944
4944
|
line-height: 40px;
|
|
4945
4945
|
}
|
|
4946
4946
|
.semi-cascader-large .semi-cascader-selection {
|
|
4947
|
-
font-size:
|
|
4947
|
+
font-size: 15px;
|
|
4948
4948
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4949
4949
|
line-height: 22px;
|
|
4950
4950
|
}
|
|
@@ -5042,7 +5042,7 @@ body, :host {
|
|
|
5042
5042
|
}
|
|
5043
5043
|
.semi-cascader-selection-n {
|
|
5044
5044
|
cursor: pointer;
|
|
5045
|
-
font-size:
|
|
5045
|
+
font-size: 13px;
|
|
5046
5046
|
margin-right: 4px;
|
|
5047
5047
|
color: var(--semi-color-text-0);
|
|
5048
5048
|
padding-left: 8px;
|
|
@@ -5519,7 +5519,7 @@ body, :host {
|
|
|
5519
5519
|
}
|
|
5520
5520
|
.semi-chat-divider {
|
|
5521
5521
|
color: var(--semi-color-text-2);
|
|
5522
|
-
font-size:
|
|
5522
|
+
font-size: 13px;
|
|
5523
5523
|
margin-top: 12px;
|
|
5524
5524
|
margin-bottom: 12px;
|
|
5525
5525
|
font-weight: 400;
|
|
@@ -5550,7 +5550,7 @@ body, :host {
|
|
|
5550
5550
|
}
|
|
5551
5551
|
.semi-chat-chatBox-title {
|
|
5552
5552
|
line-height: 20px;
|
|
5553
|
-
font-size:
|
|
5553
|
+
font-size: 15px;
|
|
5554
5554
|
color: var(--semi-color-text-0);
|
|
5555
5555
|
font-weight: 400;
|
|
5556
5556
|
text-overflow: ellipsis;
|
|
@@ -5855,7 +5855,7 @@ body, :host {
|
|
|
5855
5855
|
flex-direction: column;
|
|
5856
5856
|
}
|
|
5857
5857
|
.semi-chat-attachment-file-title {
|
|
5858
|
-
font-size:
|
|
5858
|
+
font-size: 15px;
|
|
5859
5859
|
color: var(--semi-color-text-0);
|
|
5860
5860
|
max-width: 90px;
|
|
5861
5861
|
text-overflow: ellipsis;
|
|
@@ -6861,7 +6861,7 @@ body, :host {
|
|
|
6861
6861
|
min-width: 32px;
|
|
6862
6862
|
}
|
|
6863
6863
|
.semi-datepicker-navigation-month {
|
|
6864
|
-
font-size:
|
|
6864
|
+
font-size: 15px;
|
|
6865
6865
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6866
6866
|
line-height: 22px;
|
|
6867
6867
|
flex-grow: 1;
|
|
@@ -6879,9 +6879,9 @@ body, :host {
|
|
|
6879
6879
|
padding-top: 0;
|
|
6880
6880
|
}
|
|
6881
6881
|
.semi-datepicker-weekday {
|
|
6882
|
-
font-size:
|
|
6882
|
+
font-size: 13px;
|
|
6883
6883
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6884
|
-
line-height:
|
|
6884
|
+
line-height: 13px;
|
|
6885
6885
|
font-weight: 600;
|
|
6886
6886
|
color: var(--semi-color-text-2);
|
|
6887
6887
|
border-bottom: 1px solid var(--semi-color-border);
|
|
@@ -7425,9 +7425,9 @@ body, :host {
|
|
|
7425
7425
|
* 小尺寸 DatePicker
|
|
7426
7426
|
*/
|
|
7427
7427
|
.semi-datepicker-compact {
|
|
7428
|
-
font-size:
|
|
7428
|
+
font-size: 13px;
|
|
7429
7429
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7430
|
-
line-height:
|
|
7430
|
+
line-height: 13px;
|
|
7431
7431
|
line-height: 20px;
|
|
7432
7432
|
}
|
|
7433
7433
|
.semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateTime] .semi-datepicker-yam, .semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateTimeRange] .semi-datepicker-yam {
|
|
@@ -7458,9 +7458,9 @@ body, :host {
|
|
|
7458
7458
|
border: 1px solid var(--semi-color-border);
|
|
7459
7459
|
}
|
|
7460
7460
|
.semi-datepicker-compact .semi-datepicker-month-grid .semi-scrolllist {
|
|
7461
|
-
font-size:
|
|
7461
|
+
font-size: 13px;
|
|
7462
7462
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7463
|
-
line-height:
|
|
7463
|
+
line-height: 13px;
|
|
7464
7464
|
line-height: 20px;
|
|
7465
7465
|
}
|
|
7466
7466
|
.semi-datepicker-compact .semi-datepicker-month-grid .semi-scrolllist-header {
|
|
@@ -7502,9 +7502,9 @@ body, :host {
|
|
|
7502
7502
|
height: 100%;
|
|
7503
7503
|
}
|
|
7504
7504
|
.semi-datepicker-compact.semi-datepicker-panel-yam .semi-scrolllist {
|
|
7505
|
-
font-size:
|
|
7505
|
+
font-size: 13px;
|
|
7506
7506
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7507
|
-
line-height:
|
|
7507
|
+
line-height: 13px;
|
|
7508
7508
|
line-height: 20px;
|
|
7509
7509
|
}
|
|
7510
7510
|
.semi-datepicker-compact .semi-datepicker-tpk {
|
|
@@ -7524,9 +7524,9 @@ body, :host {
|
|
|
7524
7524
|
min-height: 24px;
|
|
7525
7525
|
}
|
|
7526
7526
|
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
|
|
7527
|
-
font-size:
|
|
7527
|
+
font-size: 13px;
|
|
7528
7528
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7529
|
-
line-height:
|
|
7529
|
+
line-height: 13px;
|
|
7530
7530
|
line-height: 20px;
|
|
7531
7531
|
}
|
|
7532
7532
|
.semi-datepicker-compact .semi-datepicker-month {
|
|
@@ -8040,17 +8040,17 @@ body, :host {
|
|
|
8040
8040
|
padding-right: 48px;
|
|
8041
8041
|
}
|
|
8042
8042
|
.semi-descriptions-double-small .semi-descriptions-key {
|
|
8043
|
-
font-size:
|
|
8043
|
+
font-size: 13px;
|
|
8044
8044
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8045
|
-
line-height:
|
|
8045
|
+
line-height: 13px;
|
|
8046
8046
|
padding-bottom: 0;
|
|
8047
|
-
font-size:
|
|
8047
|
+
font-size: 13px;
|
|
8048
8048
|
}
|
|
8049
8049
|
.semi-descriptions-double-small .semi-descriptions-value {
|
|
8050
|
-
font-size:
|
|
8050
|
+
font-size: 15px;
|
|
8051
8051
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8052
8052
|
line-height: 22px;
|
|
8053
|
-
font-size:
|
|
8053
|
+
font-size: 15px;
|
|
8054
8054
|
}
|
|
8055
8055
|
.semi-descriptions-double-medium .semi-descriptions-item {
|
|
8056
8056
|
padding-right: 60px;
|
|
@@ -8060,10 +8060,10 @@ body, :host {
|
|
|
8060
8060
|
font-size: 14px;
|
|
8061
8061
|
}
|
|
8062
8062
|
.semi-descriptions-double-medium .semi-descriptions-value {
|
|
8063
|
-
font-size:
|
|
8063
|
+
font-size: 18px;
|
|
8064
8064
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8065
8065
|
line-height: 28px;
|
|
8066
|
-
font-size:
|
|
8066
|
+
font-size: 18px;
|
|
8067
8067
|
}
|
|
8068
8068
|
.semi-descriptions-double-large .semi-descriptions-item {
|
|
8069
8069
|
padding-right: 80px;
|
|
@@ -8073,10 +8073,10 @@ body, :host {
|
|
|
8073
8073
|
font-size: 14px;
|
|
8074
8074
|
}
|
|
8075
8075
|
.semi-descriptions-double-large .semi-descriptions-value {
|
|
8076
|
-
font-size:
|
|
8076
|
+
font-size: 22px;
|
|
8077
8077
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8078
8078
|
line-height: 40px;
|
|
8079
|
-
font-size:
|
|
8079
|
+
font-size: 22px;
|
|
8080
8080
|
}
|
|
8081
8081
|
.semi-descriptions-horizontal table {
|
|
8082
8082
|
table-layout: fixed;
|
|
@@ -8253,9 +8253,9 @@ body, :host {
|
|
|
8253
8253
|
padding-bottom: 4px;
|
|
8254
8254
|
padding-left: 16px;
|
|
8255
8255
|
padding-right: 16px;
|
|
8256
|
-
font-size:
|
|
8256
|
+
font-size: 13px;
|
|
8257
8257
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8258
|
-
line-height:
|
|
8258
|
+
line-height: 13px;
|
|
8259
8259
|
cursor: default;
|
|
8260
8260
|
}
|
|
8261
8261
|
.semi-dropdown-title-withTick {
|
|
@@ -8810,7 +8810,7 @@ body, :host {
|
|
|
8810
8810
|
.semi-form-section-text {
|
|
8811
8811
|
margin-block-start: 0;
|
|
8812
8812
|
margin-block-end: 0;
|
|
8813
|
-
font-size:
|
|
8813
|
+
font-size: 16px;
|
|
8814
8814
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8815
8815
|
line-height: 24px;
|
|
8816
8816
|
font-weight: 600;
|
|
@@ -14245,9 +14245,9 @@ body, :host {
|
|
|
14245
14245
|
display: inline-flex;
|
|
14246
14246
|
}
|
|
14247
14247
|
.semi-hotKeys-content {
|
|
14248
|
-
font-size:
|
|
14248
|
+
font-size: 13px;
|
|
14249
14249
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14250
|
-
line-height:
|
|
14250
|
+
line-height: 13px;
|
|
14251
14251
|
border-radius: 2px;
|
|
14252
14252
|
height: 20px;
|
|
14253
14253
|
padding: 2px 8px;
|
|
@@ -14256,9 +14256,9 @@ body, :host {
|
|
|
14256
14256
|
color: var(--semi-color-text-2);
|
|
14257
14257
|
}
|
|
14258
14258
|
.semi-hotKeys-split {
|
|
14259
|
-
font-size:
|
|
14259
|
+
font-size: 13px;
|
|
14260
14260
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14261
|
-
line-height:
|
|
14261
|
+
line-height: 13px;
|
|
14262
14262
|
margin: 0 3px;
|
|
14263
14263
|
color: var(--semi-color-text-0);
|
|
14264
14264
|
}
|
|
@@ -14403,7 +14403,7 @@ body, :host {
|
|
|
14403
14403
|
.semi-image-preview-footer-page {
|
|
14404
14404
|
user-select: none;
|
|
14405
14405
|
color: var(--semi-color-white);
|
|
14406
|
-
font-size:
|
|
14406
|
+
font-size: 15px;
|
|
14407
14407
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14408
14408
|
line-height: 22px;
|
|
14409
14409
|
margin: 0 12px;
|
|
@@ -14568,7 +14568,7 @@ img[src=""], img:not([src]) {
|
|
|
14568
14568
|
}
|
|
14569
14569
|
.semi-input-wrapper-large {
|
|
14570
14570
|
height: 40px;
|
|
14571
|
-
font-size:
|
|
14571
|
+
font-size: 15px;
|
|
14572
14572
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14573
14573
|
line-height: 22px;
|
|
14574
14574
|
line-height: 38px;
|
|
@@ -14866,7 +14866,7 @@ img[src=""], img:not([src]) {
|
|
|
14866
14866
|
}
|
|
14867
14867
|
.semi-input-large {
|
|
14868
14868
|
height: 38px;
|
|
14869
|
-
font-size:
|
|
14869
|
+
font-size: 15px;
|
|
14870
14870
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14871
14871
|
line-height: 22px;
|
|
14872
14872
|
line-height: 38px;
|
|
@@ -16251,7 +16251,7 @@ img[src=""], img:not([src]) {
|
|
|
16251
16251
|
object-fit: scale-down;
|
|
16252
16252
|
}
|
|
16253
16253
|
.semi-navigation-header-text {
|
|
16254
|
-
font-size:
|
|
16254
|
+
font-size: 16px;
|
|
16255
16255
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16256
16256
|
line-height: 24px;
|
|
16257
16257
|
font-weight: 600;
|
|
@@ -16777,7 +16777,7 @@ img[src=""], img:not([src]) {
|
|
|
16777
16777
|
}
|
|
16778
16778
|
.semi-notification-notice-icon {
|
|
16779
16779
|
width: 24px;
|
|
16780
|
-
font-size:
|
|
16780
|
+
font-size: 15px;
|
|
16781
16781
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16782
16782
|
line-height: 22px;
|
|
16783
16783
|
display: flex;
|
|
@@ -16819,7 +16819,7 @@ img[src=""], img:not([src]) {
|
|
|
16819
16819
|
border: 1px solid var(--semi-color-danger);
|
|
16820
16820
|
}
|
|
16821
16821
|
.semi-notification-notice-title {
|
|
16822
|
-
font-size:
|
|
16822
|
+
font-size: 15px;
|
|
16823
16823
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16824
16824
|
line-height: 22px;
|
|
16825
16825
|
font-weight: 600;
|
|
@@ -17294,7 +17294,7 @@ img[src=""], img:not([src]) {
|
|
|
17294
17294
|
justify-content: flex-start;
|
|
17295
17295
|
}
|
|
17296
17296
|
.semi-popconfirm-header-title {
|
|
17297
|
-
font-size:
|
|
17297
|
+
font-size: 15px;
|
|
17298
17298
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17299
17299
|
line-height: 22px;
|
|
17300
17300
|
font-weight: 600;
|
|
@@ -17866,7 +17866,7 @@ img[src=""], img:not([src]) {
|
|
|
17866
17866
|
border-radius: var(--semi-border-radius-small);
|
|
17867
17867
|
font-weight: 600;
|
|
17868
17868
|
color: var(--semi-color-text-1);
|
|
17869
|
-
font-size:
|
|
17869
|
+
font-size: 13px;
|
|
17870
17870
|
padding: 4px 16px;
|
|
17871
17871
|
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);
|
|
17872
17872
|
}
|
|
@@ -17884,7 +17884,7 @@ img[src=""], img:not([src]) {
|
|
|
17884
17884
|
color: var(--semi-color-disabled-text);
|
|
17885
17885
|
}
|
|
17886
17886
|
.semi-radio-addon-buttonRadio-small {
|
|
17887
|
-
font-size:
|
|
17887
|
+
font-size: 13px;
|
|
17888
17888
|
padding: 2px 16px;
|
|
17889
17889
|
}
|
|
17890
17890
|
.semi-radio-addon-buttonRadio-large {
|
|
@@ -18514,7 +18514,7 @@ img[src=""], img:not([src]) {
|
|
|
18514
18514
|
line-height: 40px;
|
|
18515
18515
|
}
|
|
18516
18516
|
.semi-select-large .semi-select-selection {
|
|
18517
|
-
font-size:
|
|
18517
|
+
font-size: 15px;
|
|
18518
18518
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18519
18519
|
line-height: 22px;
|
|
18520
18520
|
}
|
|
@@ -18858,9 +18858,9 @@ img[src=""], img:not([src]) {
|
|
|
18858
18858
|
padding-bottom: 4px;
|
|
18859
18859
|
padding-left: 32px;
|
|
18860
18860
|
padding-right: 16px;
|
|
18861
|
-
font-size:
|
|
18861
|
+
font-size: 13px;
|
|
18862
18862
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18863
|
-
line-height:
|
|
18863
|
+
line-height: 13px;
|
|
18864
18864
|
cursor: default;
|
|
18865
18865
|
}
|
|
18866
18866
|
.semi-select-group:not(:nth-of-type(1)) {
|
|
@@ -19024,11 +19024,11 @@ img[src=""], img:not([src]) {
|
|
|
19024
19024
|
.semi-sidesheet-title {
|
|
19025
19025
|
flex: 1 0 auto;
|
|
19026
19026
|
margin: 0;
|
|
19027
|
-
font-size:
|
|
19027
|
+
font-size: 16px;
|
|
19028
19028
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19029
19029
|
line-height: 24px;
|
|
19030
19030
|
font-weight: 600;
|
|
19031
|
-
font-size:
|
|
19031
|
+
font-size: 16px;
|
|
19032
19032
|
color: var(--semi-color-text-0);
|
|
19033
19033
|
text-align: left;
|
|
19034
19034
|
}
|
|
@@ -19285,7 +19285,7 @@ img[src=""], img:not([src]) {
|
|
|
19285
19285
|
}
|
|
19286
19286
|
.semi-sidebar-container-header-title {
|
|
19287
19287
|
flex: 1;
|
|
19288
|
-
font-size:
|
|
19288
|
+
font-size: 15px;
|
|
19289
19289
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19290
19290
|
line-height: 22px;
|
|
19291
19291
|
font-weight: 600;
|
|
@@ -19337,9 +19337,9 @@ img[src=""], img:not([src]) {
|
|
|
19337
19337
|
justify-content: space-between;
|
|
19338
19338
|
}
|
|
19339
19339
|
.semi-sidebar-mcp-configure-content-header-count {
|
|
19340
|
-
font-size:
|
|
19340
|
+
font-size: 13px;
|
|
19341
19341
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19342
|
-
line-height:
|
|
19342
|
+
line-height: 13px;
|
|
19343
19343
|
vertical-align: middle;
|
|
19344
19344
|
color: var(--semi-color-text-2);
|
|
19345
19345
|
}
|
|
@@ -19382,9 +19382,9 @@ img[src=""], img:not([src]) {
|
|
|
19382
19382
|
color: var(--semi-color-text-0);
|
|
19383
19383
|
}
|
|
19384
19384
|
.semi-sidebar-mcp-configure-content-item-content-desc {
|
|
19385
|
-
font-size:
|
|
19385
|
+
font-size: 13px;
|
|
19386
19386
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19387
|
-
line-height:
|
|
19387
|
+
line-height: 13px;
|
|
19388
19388
|
color: var(--semi-color-text-0);
|
|
19389
19389
|
overflow: hidden;
|
|
19390
19390
|
text-overflow: ellipsis;
|
|
@@ -19444,9 +19444,9 @@ img[src=""], img:not([src]) {
|
|
|
19444
19444
|
height: 14px;
|
|
19445
19445
|
}
|
|
19446
19446
|
.semi-sidebar-annotation-item-footer-text {
|
|
19447
|
-
font-size:
|
|
19447
|
+
font-size: 13px;
|
|
19448
19448
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19449
|
-
line-height:
|
|
19449
|
+
line-height: 13px;
|
|
19450
19450
|
color: var(--semi-color-text-0);
|
|
19451
19451
|
overflow: hidden;
|
|
19452
19452
|
text-overflow: ellipsis;
|
|
@@ -19463,9 +19463,9 @@ img[src=""], img:not([src]) {
|
|
|
19463
19463
|
display: flex;
|
|
19464
19464
|
align-items: center;
|
|
19465
19465
|
justify-content: center;
|
|
19466
|
-
font-size:
|
|
19466
|
+
font-size: 13px;
|
|
19467
19467
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19468
|
-
line-height:
|
|
19468
|
+
line-height: 13px;
|
|
19469
19469
|
color: var(--semi-color-text-2);
|
|
19470
19470
|
}
|
|
19471
19471
|
.semi-sidebar-annotation-item-text {
|
|
@@ -19484,9 +19484,9 @@ img[src=""], img:not([src]) {
|
|
|
19484
19484
|
line-clamp: 4;
|
|
19485
19485
|
-webkit-line-clamp: 4;
|
|
19486
19486
|
-webkit-box-orient: vertical;
|
|
19487
|
-
font-size:
|
|
19487
|
+
font-size: 13px;
|
|
19488
19488
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19489
|
-
line-height:
|
|
19489
|
+
line-height: 13px;
|
|
19490
19490
|
color: var(--semi-color-text-2);
|
|
19491
19491
|
}
|
|
19492
19492
|
.semi-sidebar-annotation-item-video {
|
|
@@ -19539,9 +19539,9 @@ img[src=""], img:not([src]) {
|
|
|
19539
19539
|
right: 6px;
|
|
19540
19540
|
background-color: rgba(var(--semi-grey-7), 0.7);
|
|
19541
19541
|
border-radius: 4px;
|
|
19542
|
-
font-size:
|
|
19542
|
+
font-size: 13px;
|
|
19543
19543
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19544
|
-
line-height:
|
|
19544
|
+
line-height: 13px;
|
|
19545
19545
|
color: var(--semi-color-bg-0);
|
|
19546
19546
|
}
|
|
19547
19547
|
.semi-sidebar-annotation-item-video-title {
|
|
@@ -19773,7 +19773,7 @@ img[src=""], img:not([src]) {
|
|
|
19773
19773
|
align-items: center;
|
|
19774
19774
|
}
|
|
19775
19775
|
.semi-sidebar-detail-header-title {
|
|
19776
|
-
font-size:
|
|
19776
|
+
font-size: 15px;
|
|
19777
19777
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19778
19778
|
line-height: 22px;
|
|
19779
19779
|
font-weight: 600;
|
|
@@ -19997,7 +19997,7 @@ img[src=""], img:not([src]) {
|
|
|
19997
19997
|
}
|
|
19998
19998
|
.semi-slider-boundary {
|
|
19999
19999
|
position: relative;
|
|
20000
|
-
font-size:
|
|
20000
|
+
font-size: 13px;
|
|
20001
20001
|
color: var(--semi-color-text-0);
|
|
20002
20002
|
visibility: hidden;
|
|
20003
20003
|
top: 30px;
|
|
@@ -20256,7 +20256,7 @@ img[src=""], img:not([src]) {
|
|
|
20256
20256
|
}
|
|
20257
20257
|
.semi-steps .semi-steps-item .semi-steps-item-title {
|
|
20258
20258
|
position: relative;
|
|
20259
|
-
font-size:
|
|
20259
|
+
font-size: 16px;
|
|
20260
20260
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20261
20261
|
line-height: 24px;
|
|
20262
20262
|
font-weight: 600;
|
|
@@ -20359,7 +20359,7 @@ img[src=""], img:not([src]) {
|
|
|
20359
20359
|
display: flex;
|
|
20360
20360
|
align-items: center;
|
|
20361
20361
|
justify-content: center;
|
|
20362
|
-
font-size:
|
|
20362
|
+
font-size: 18px;
|
|
20363
20363
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20364
20364
|
line-height: 28px;
|
|
20365
20365
|
font-weight: 600;
|
|
@@ -20414,9 +20414,9 @@ img[src=""], img:not([src]) {
|
|
|
20414
20414
|
flex: 1;
|
|
20415
20415
|
}
|
|
20416
20416
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-description {
|
|
20417
|
-
font-size:
|
|
20417
|
+
font-size: 13px;
|
|
20418
20418
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20419
|
-
line-height:
|
|
20419
|
+
line-height: 13px;
|
|
20420
20420
|
color: var(--semi-color-text-2);
|
|
20421
20421
|
width: 100%;
|
|
20422
20422
|
max-width: 268px;
|
|
@@ -20481,9 +20481,9 @@ img[src=""], img:not([src]) {
|
|
|
20481
20481
|
padding-bottom: 9px;
|
|
20482
20482
|
}
|
|
20483
20483
|
.semi-steps-basic.semi-steps-vertical .semi-steps-item .semi-steps-item-description {
|
|
20484
|
-
font-size:
|
|
20484
|
+
font-size: 13px;
|
|
20485
20485
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20486
|
-
line-height:
|
|
20486
|
+
line-height: 13px;
|
|
20487
20487
|
color: var(--semi-color-text-2);
|
|
20488
20488
|
width: 100%;
|
|
20489
20489
|
}
|
|
@@ -20535,7 +20535,7 @@ img[src=""], img:not([src]) {
|
|
|
20535
20535
|
justify-content: center;
|
|
20536
20536
|
width: 24px;
|
|
20537
20537
|
height: 24px;
|
|
20538
|
-
font-size:
|
|
20538
|
+
font-size: 15px;
|
|
20539
20539
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20540
20540
|
line-height: 22px;
|
|
20541
20541
|
font-weight: 600;
|
|
@@ -20547,7 +20547,7 @@ img[src=""], img:not([src]) {
|
|
|
20547
20547
|
.semi-steps-basic .semi-steps-item .semi-steps-item-title {
|
|
20548
20548
|
position: relative;
|
|
20549
20549
|
display: inline-block;
|
|
20550
|
-
font-size:
|
|
20550
|
+
font-size: 15px;
|
|
20551
20551
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20552
20552
|
line-height: 22px;
|
|
20553
20553
|
line-height: 24px;
|
|
@@ -20605,9 +20605,9 @@ img[src=""], img:not([src]) {
|
|
|
20605
20605
|
height: 20px;
|
|
20606
20606
|
}
|
|
20607
20607
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon .semi-steps-item-number-icon {
|
|
20608
|
-
font-size:
|
|
20608
|
+
font-size: 13px;
|
|
20609
20609
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20610
|
-
line-height:
|
|
20610
|
+
line-height: 13px;
|
|
20611
20611
|
width: 20px;
|
|
20612
20612
|
height: 20px;
|
|
20613
20613
|
}
|
|
@@ -20642,7 +20642,7 @@ img[src=""], img:not([src]) {
|
|
|
20642
20642
|
display: inline-block;
|
|
20643
20643
|
}
|
|
20644
20644
|
.semi-steps-nav .semi-steps-item .semi-steps-item-title {
|
|
20645
|
-
font-size:
|
|
20645
|
+
font-size: 15px;
|
|
20646
20646
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20647
20647
|
line-height: 22px;
|
|
20648
20648
|
max-width: 17em;
|
|
@@ -20804,7 +20804,7 @@ img[src=""], img:not([src]) {
|
|
|
20804
20804
|
}
|
|
20805
20805
|
.semi-switch-checked-text, .semi-switch-unchecked-text {
|
|
20806
20806
|
position: absolute;
|
|
20807
|
-
font-size:
|
|
20807
|
+
font-size: 13px;
|
|
20808
20808
|
height: 100%;
|
|
20809
20809
|
width: 20px;
|
|
20810
20810
|
display: flex;
|
|
@@ -22386,9 +22386,9 @@ img[src=""], img:not([src]) {
|
|
|
22386
22386
|
display: inline-flex;
|
|
22387
22387
|
}
|
|
22388
22388
|
.semi-tag-default, .semi-tag-small {
|
|
22389
|
-
font-size:
|
|
22389
|
+
font-size: 13px;
|
|
22390
22390
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22391
|
-
line-height:
|
|
22391
|
+
line-height: 13px;
|
|
22392
22392
|
height: 20px;
|
|
22393
22393
|
padding: 2px 8px;
|
|
22394
22394
|
}
|
|
@@ -22402,9 +22402,9 @@ img[src=""], img:not([src]) {
|
|
|
22402
22402
|
border-radius: var(--semi-border-radius-full);
|
|
22403
22403
|
}
|
|
22404
22404
|
.semi-tag-large {
|
|
22405
|
-
font-size:
|
|
22405
|
+
font-size: 13px;
|
|
22406
22406
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22407
|
-
line-height:
|
|
22407
|
+
line-height: 13px;
|
|
22408
22408
|
padding: 4px 8px;
|
|
22409
22409
|
height: 24px;
|
|
22410
22410
|
}
|
|
@@ -23060,14 +23060,14 @@ img[src=""], img:not([src]) {
|
|
|
23060
23060
|
padding-left: 4px;
|
|
23061
23061
|
}
|
|
23062
23062
|
.semi-tagInput-wrapper-typo {
|
|
23063
|
-
font-size:
|
|
23063
|
+
font-size: 13px;
|
|
23064
23064
|
}
|
|
23065
23065
|
.semi-tagInput-wrapper-typo-disabled {
|
|
23066
23066
|
color: var(--semi-color-disabled-text);
|
|
23067
23067
|
}
|
|
23068
23068
|
.semi-tagInput-wrapper-n {
|
|
23069
23069
|
cursor: pointer;
|
|
23070
|
-
font-size:
|
|
23070
|
+
font-size: 13px;
|
|
23071
23071
|
margin-right: 4px;
|
|
23072
23072
|
color: var(--semi-color-text-0);
|
|
23073
23073
|
padding-left: 8px;
|
|
@@ -23387,9 +23387,9 @@ img[src=""], img:not([src]) {
|
|
|
23387
23387
|
color: var(--semi-color-text-0);
|
|
23388
23388
|
}
|
|
23389
23389
|
.semi-timeline-item-content-extra, .semi-timeline-item-content-time {
|
|
23390
|
-
font-size:
|
|
23390
|
+
font-size: 13px;
|
|
23391
23391
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23392
|
-
line-height:
|
|
23392
|
+
line-height: 13px;
|
|
23393
23393
|
color: var(--semi-color-text-2);
|
|
23394
23394
|
margin-top: 4px;
|
|
23395
23395
|
}
|
|
@@ -23880,9 +23880,9 @@ img[src=""], img:not([src]) {
|
|
|
23880
23880
|
height: inherit;
|
|
23881
23881
|
}
|
|
23882
23882
|
.semi-transfer-header {
|
|
23883
|
-
font-size:
|
|
23883
|
+
font-size: 13px;
|
|
23884
23884
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23885
|
-
line-height:
|
|
23885
|
+
line-height: 13px;
|
|
23886
23886
|
display: flex;
|
|
23887
23887
|
align-items: center;
|
|
23888
23888
|
height: 24px;
|
|
@@ -23898,9 +23898,9 @@ img[src=""], img:not([src]) {
|
|
|
23898
23898
|
margin-left: 16px;
|
|
23899
23899
|
}
|
|
23900
23900
|
.semi-transfer-header .semi-button {
|
|
23901
|
-
font-size:
|
|
23901
|
+
font-size: 13px;
|
|
23902
23902
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23903
|
-
line-height:
|
|
23903
|
+
line-height: 13px;
|
|
23904
23904
|
}
|
|
23905
23905
|
.semi-transfer-item {
|
|
23906
23906
|
min-height: 36px;
|
|
@@ -24008,9 +24008,9 @@ img[src=""], img:not([src]) {
|
|
|
24008
24008
|
display: flex;
|
|
24009
24009
|
justify-content: center;
|
|
24010
24010
|
align-items: center;
|
|
24011
|
-
font-size:
|
|
24011
|
+
font-size: 13px;
|
|
24012
24012
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24013
|
-
line-height:
|
|
24013
|
+
line-height: 13px;
|
|
24014
24014
|
color: var(--semi-color-text-2);
|
|
24015
24015
|
}
|
|
24016
24016
|
.semi-transfer-filter {
|
|
@@ -24022,9 +24022,9 @@ img[src=""], img:not([src]) {
|
|
|
24022
24022
|
.semi-transfer-group-title {
|
|
24023
24023
|
color: var(--semi-color-text-2);
|
|
24024
24024
|
padding-left: 12px;
|
|
24025
|
-
font-size:
|
|
24025
|
+
font-size: 13px;
|
|
24026
24026
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24027
|
-
line-height:
|
|
24027
|
+
line-height: 13px;
|
|
24028
24028
|
height: 28px;
|
|
24029
24029
|
display: flex;
|
|
24030
24030
|
align-items: center;
|
|
@@ -24807,7 +24807,7 @@ img[src=""], img:not([src]) {
|
|
|
24807
24807
|
line-height: 40px;
|
|
24808
24808
|
}
|
|
24809
24809
|
.semi-tree-select-large .semi-tree-select-selection {
|
|
24810
|
-
font-size:
|
|
24810
|
+
font-size: 15px;
|
|
24811
24811
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24812
24812
|
line-height: 22px;
|
|
24813
24813
|
}
|
|
@@ -25009,9 +25009,9 @@ img[src=""], img:not([src]) {
|
|
|
25009
25009
|
color: inherit;
|
|
25010
25010
|
}
|
|
25011
25011
|
.semi-typography-small {
|
|
25012
|
-
font-size:
|
|
25012
|
+
font-size: 13px;
|
|
25013
25013
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25014
|
-
line-height:
|
|
25014
|
+
line-height: 13px;
|
|
25015
25015
|
font-weight: 400;
|
|
25016
25016
|
}
|
|
25017
25017
|
.semi-typography-small.semi-typography-paragraph {
|
|
@@ -25110,7 +25110,7 @@ img[src=""], img:not([src]) {
|
|
|
25110
25110
|
|
|
25111
25111
|
h1.semi-typography,
|
|
25112
25112
|
.semi-typography-h1.semi-typography {
|
|
25113
|
-
font-size:
|
|
25113
|
+
font-size: 24px;
|
|
25114
25114
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25115
25115
|
line-height: 44px;
|
|
25116
25116
|
font-weight: 600;
|
|
@@ -25139,7 +25139,7 @@ h1.semi-typography.semi-typography-h1-weight-bold,
|
|
|
25139
25139
|
|
|
25140
25140
|
h2.semi-typography,
|
|
25141
25141
|
.semi-typography-h2.semi-typography {
|
|
25142
|
-
font-size:
|
|
25142
|
+
font-size: 22px;
|
|
25143
25143
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25144
25144
|
line-height: 40px;
|
|
25145
25145
|
font-weight: 600;
|
|
@@ -25168,7 +25168,7 @@ h2.semi-typography.semi-typography-h2-weight-bold,
|
|
|
25168
25168
|
|
|
25169
25169
|
h3.semi-typography,
|
|
25170
25170
|
.semi-typography-h3.semi-typography {
|
|
25171
|
-
font-size:
|
|
25171
|
+
font-size: 20px;
|
|
25172
25172
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25173
25173
|
line-height: 32px;
|
|
25174
25174
|
font-weight: 600;
|
|
@@ -25197,7 +25197,7 @@ h3.semi-typography.semi-typography-h3-weight-bold,
|
|
|
25197
25197
|
|
|
25198
25198
|
h4.semi-typography,
|
|
25199
25199
|
.semi-typography-h4.semi-typography {
|
|
25200
|
-
font-size:
|
|
25200
|
+
font-size: 18px;
|
|
25201
25201
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25202
25202
|
line-height: 28px;
|
|
25203
25203
|
font-weight: 600;
|
|
@@ -25226,7 +25226,7 @@ h4.semi-typography.semi-typography-h4-weight-bold,
|
|
|
25226
25226
|
|
|
25227
25227
|
h5.semi-typography,
|
|
25228
25228
|
.semi-typography-h5.semi-typography {
|
|
25229
|
-
font-size:
|
|
25229
|
+
font-size: 16px;
|
|
25230
25230
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25231
25231
|
line-height: 24px;
|
|
25232
25232
|
font-weight: 600;
|
|
@@ -25255,7 +25255,7 @@ h5.semi-typography.semi-typography-h5-weight-bold,
|
|
|
25255
25255
|
|
|
25256
25256
|
h6.semi-typography,
|
|
25257
25257
|
.semi-typography-h6.semi-typography {
|
|
25258
|
-
font-size:
|
|
25258
|
+
font-size: 15px;
|
|
25259
25259
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25260
25260
|
line-height: 22px;
|
|
25261
25261
|
font-weight: 600;
|
|
@@ -25403,9 +25403,9 @@ p.semi-typography-extended,
|
|
|
25403
25403
|
align-items: center;
|
|
25404
25404
|
}
|
|
25405
25405
|
.semi-upload-file-list-title {
|
|
25406
|
-
font-size:
|
|
25406
|
+
font-size: 13px;
|
|
25407
25407
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25408
|
-
line-height:
|
|
25408
|
+
line-height: 13px;
|
|
25409
25409
|
color: var(--semi-color-text-2);
|
|
25410
25410
|
margin-bottom: 4px;
|
|
25411
25411
|
}
|
|
@@ -25486,9 +25486,9 @@ p.semi-typography-extended,
|
|
|
25486
25486
|
color: var(--semi-color-text-0);
|
|
25487
25487
|
}
|
|
25488
25488
|
.semi-upload-file-card-info-size {
|
|
25489
|
-
font-size:
|
|
25489
|
+
font-size: 13px;
|
|
25490
25490
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25491
|
-
line-height:
|
|
25491
|
+
line-height: 13px;
|
|
25492
25492
|
font-weight: 400;
|
|
25493
25493
|
margin-left: 8px;
|
|
25494
25494
|
color: var(--semi-color-text-2);
|
|
@@ -25500,17 +25500,17 @@ p.semi-typography-extended,
|
|
|
25500
25500
|
color: var(--semi-color-text-2);
|
|
25501
25501
|
}
|
|
25502
25502
|
.semi-upload-file-card-info-validate-message {
|
|
25503
|
-
font-size:
|
|
25503
|
+
font-size: 13px;
|
|
25504
25504
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25505
|
-
line-height:
|
|
25505
|
+
line-height: 13px;
|
|
25506
25506
|
display: flex;
|
|
25507
25507
|
align-items: center;
|
|
25508
25508
|
color: var(--semi-color-text-0);
|
|
25509
25509
|
}
|
|
25510
25510
|
.semi-upload-file-card-info-retry {
|
|
25511
|
-
font-size:
|
|
25511
|
+
font-size: 13px;
|
|
25512
25512
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25513
|
-
line-height:
|
|
25513
|
+
line-height: 13px;
|
|
25514
25514
|
color: var(--semi-color-primary);
|
|
25515
25515
|
cursor: pointer;
|
|
25516
25516
|
margin-left: 8px;
|
|
@@ -25797,9 +25797,9 @@ p.semi-typography-extended,
|
|
|
25797
25797
|
}
|
|
25798
25798
|
.semi-upload-drag-area-sub-text {
|
|
25799
25799
|
cursor: pointer;
|
|
25800
|
-
font-size:
|
|
25800
|
+
font-size: 13px;
|
|
25801
25801
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25802
|
-
line-height:
|
|
25802
|
+
line-height: 13px;
|
|
25803
25803
|
color: var(--semi-color-text-0);
|
|
25804
25804
|
}
|
|
25805
25805
|
.semi-upload-drag-area-sub-text:hover {
|
|
@@ -25809,9 +25809,9 @@ p.semi-typography-extended,
|
|
|
25809
25809
|
color: var(--semi-color-text-0);
|
|
25810
25810
|
}
|
|
25811
25811
|
.semi-upload-drag-area-tips {
|
|
25812
|
-
font-size:
|
|
25812
|
+
font-size: 13px;
|
|
25813
25813
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25814
|
-
line-height:
|
|
25814
|
+
line-height: 13px;
|
|
25815
25815
|
font-weight: 600;
|
|
25816
25816
|
}
|
|
25817
25817
|
.semi-upload-drag-area-tips-legal {
|
|
@@ -25912,7 +25912,7 @@ p.semi-typography-extended,
|
|
|
25912
25912
|
padding: 24px;
|
|
25913
25913
|
}
|
|
25914
25914
|
.semi-userGuide-popup-content-title {
|
|
25915
|
-
font-size:
|
|
25915
|
+
font-size: 16px;
|
|
25916
25916
|
font-weight: 600;
|
|
25917
25917
|
line-height: 24px;
|
|
25918
25918
|
margin-bottom: 8px;
|
|
@@ -25971,7 +25971,7 @@ p.semi-typography-extended,
|
|
|
25971
25971
|
padding: 24px 48px;
|
|
25972
25972
|
}
|
|
25973
25973
|
.semi-userGuide-modal-body-title {
|
|
25974
|
-
font-size:
|
|
25974
|
+
font-size: 16px;
|
|
25975
25975
|
font-weight: 600;
|
|
25976
25976
|
line-height: 24px;
|
|
25977
25977
|
margin-bottom: 8px;
|
|
@@ -26139,7 +26139,7 @@ p.semi-typography-extended,
|
|
|
26139
26139
|
border-radius: 4px;
|
|
26140
26140
|
padding: 0px 4px;
|
|
26141
26141
|
line-height: 16px;
|
|
26142
|
-
font-size:
|
|
26142
|
+
font-size: 13px;
|
|
26143
26143
|
user-select: none;
|
|
26144
26144
|
}
|
|
26145
26145
|
.semi-videoPlayer-controls-volume-title {
|
|
@@ -26155,7 +26155,7 @@ p.semi-typography-extended,
|
|
|
26155
26155
|
background-color: var(--semi-color-overlay-bg);
|
|
26156
26156
|
color: #fff;
|
|
26157
26157
|
font-weight: 600;
|
|
26158
|
-
font-size:
|
|
26158
|
+
font-size: 13px;
|
|
26159
26159
|
line-height: 16px;
|
|
26160
26160
|
border-radius: 3px;
|
|
26161
26161
|
cursor: pointer;
|
|
@@ -26172,7 +26172,7 @@ p.semi-typography-extended,
|
|
|
26172
26172
|
padding: 0px 8px;
|
|
26173
26173
|
height: 32px;
|
|
26174
26174
|
color: #fff;
|
|
26175
|
-
font-size:
|
|
26175
|
+
font-size: 13px;
|
|
26176
26176
|
}
|
|
26177
26177
|
.semi-videoPlayer-controls-popup-menu-item:hover {
|
|
26178
26178
|
background-color: rgb(67, 68, 74) !important;
|
|
@@ -26612,9 +26612,9 @@ p.semi-typography-extended,
|
|
|
26612
26612
|
overflow: hidden;
|
|
26613
26613
|
}
|
|
26614
26614
|
.semi-input-textarea-counter {
|
|
26615
|
-
font-size:
|
|
26615
|
+
font-size: 13px;
|
|
26616
26616
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26617
|
-
line-height:
|
|
26617
|
+
line-height: 13px;
|
|
26618
26618
|
display: flex;
|
|
26619
26619
|
flex-direction: column;
|
|
26620
26620
|
justify-content: center;
|