@semi-bot/semi-theme-hishelper 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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: 16px;
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: 16px;
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: 16px;
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: 16px;
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: 12px;
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: 16px;
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: 12px;
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: 16px;
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: 12px;
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: 16px;
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: 12px;
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: 16px;
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: 12px;
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: 16px;
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: 12px;
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: 16px;
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: 12px;
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: 16px;
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: 12px;
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: 16px;
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: 18px;
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: 20px;
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: 32px;
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: 12px;
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: 16px;
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: 12px;
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: 16px;
3213
- font-size: 12px;
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: 20px;
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: 16px;
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: 16px;
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: 16px;
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: 12px;
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: 12px;
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: 16px;
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: 16px;
5858
+ font-size: 15px;
5859
5859
  color: var(--semi-color-text-0);
5860
5860
  max-width: 90px;
5861
5861
  text-overflow: ellipsis;
@@ -6253,7 +6253,7 @@ body, :host {
6253
6253
  color: var(--semi-color-text-0);
6254
6254
  font-size: 13px;
6255
6255
  text-shadow: none;
6256
- font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
6256
+ font-family: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
6257
6257
  direction: ltr;
6258
6258
  text-align: left;
6259
6259
  white-space: pre;
@@ -6861,7 +6861,7 @@ body, :host {
6861
6861
  min-width: 32px;
6862
6862
  }
6863
6863
  .semi-datepicker-navigation-month {
6864
- font-size: 16px;
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: 12px;
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: 16px;
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,14 +7425,42 @@ body, :host {
7425
7425
  * 小尺寸 DatePicker
7426
7426
  */
7427
7427
  .semi-datepicker-compact {
7428
- font-size: 12px;
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: 16px;
7430
+ line-height: 13px;
7431
7431
  line-height: 20px;
7432
+ display: inline-block;
7433
+ max-width: calc(100vw - 32px);
7434
+ }
7435
+ .semi-datepicker-compact:not(.semi-datepicker-compact-insetInput) {
7436
+ width: max-content;
7437
+ }
7438
+ .semi-datepicker-compact .semi-datepicker-container {
7439
+ width: max-content;
7440
+ }
7441
+ .semi-datepicker-compact .semi-datepicker-month-grid {
7442
+ width: max-content;
7443
+ }
7444
+ .semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month-grid-left,
7445
+ .semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month-grid-right {
7446
+ min-width: 216px;
7447
+ max-width: calc(100vw - 32px);
7448
+ }
7449
+ .semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month {
7450
+ margin-left: auto;
7451
+ margin-right: auto;
7432
7452
  }
7433
7453
  .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 {
7434
7454
  height: calc(100% - 32px);
7435
7455
  }
7456
+ .semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yam {
7457
+ position: relative;
7458
+ width: 100%;
7459
+ max-width: 100%;
7460
+ max-height: 256px;
7461
+ overflow-x: auto;
7462
+ overflow-y: hidden;
7463
+ }
7436
7464
  .semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateRange] .semi-datepicker-month-grid-left, .semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateTimeRange] .semi-datepicker-month-grid-left {
7437
7465
  border-right: 1px solid var(--semi-color-border);
7438
7466
  }
@@ -7450,6 +7478,16 @@ body, :host {
7450
7478
  box-sizing: border-box;
7451
7479
  height: 48px;
7452
7480
  padding: 12px;
7481
+ width: 100%;
7482
+ max-width: 100%;
7483
+ }
7484
+ .semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-header button,
7485
+ .semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-header .semi-button {
7486
+ width: 100%;
7487
+ max-width: 100%;
7488
+ overflow: hidden;
7489
+ text-overflow: ellipsis;
7490
+ white-space: nowrap;
7453
7491
  }
7454
7492
  .semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-body {
7455
7493
  display: flex;
@@ -7458,9 +7496,9 @@ body, :host {
7458
7496
  border: 1px solid var(--semi-color-border);
7459
7497
  }
7460
7498
  .semi-datepicker-compact .semi-datepicker-month-grid .semi-scrolllist {
7461
- font-size: 12px;
7499
+ font-size: 13px;
7462
7500
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7463
- line-height: 16px;
7501
+ line-height: 13px;
7464
7502
  line-height: 20px;
7465
7503
  }
7466
7504
  .semi-datepicker-compact .semi-datepicker-month-grid .semi-scrolllist-header {
@@ -7502,18 +7540,21 @@ body, :host {
7502
7540
  height: 100%;
7503
7541
  }
7504
7542
  .semi-datepicker-compact.semi-datepicker-panel-yam .semi-scrolllist {
7505
- font-size: 12px;
7543
+ font-size: 13px;
7506
7544
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7507
- line-height: 16px;
7545
+ line-height: 13px;
7508
7546
  line-height: 20px;
7509
7547
  }
7510
7548
  .semi-datepicker-compact .semi-datepicker-tpk {
7511
7549
  height: calc(100% - 32px);
7512
7550
  }
7513
7551
  .semi-datepicker-compact .semi-datepicker-navigation {
7552
+ box-sizing: border-box;
7514
7553
  height: 24px;
7515
7554
  padding: 12px;
7516
7555
  padding-bottom: 0;
7556
+ width: 100%;
7557
+ max-width: 100%;
7517
7558
  }
7518
7559
  .semi-datepicker-compact .semi-datepicker-navigation-left, .semi-datepicker-compact .semi-datepicker-navigation-right {
7519
7560
  width: 24px;
@@ -7523,11 +7564,22 @@ body, :host {
7523
7564
  min-width: 24px;
7524
7565
  min-height: 24px;
7525
7566
  }
7567
+ .semi-datepicker-compact .semi-datepicker-navigation-month {
7568
+ min-width: 0;
7569
+ overflow: hidden;
7570
+ }
7526
7571
  .semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
7527
- font-size: 12px;
7572
+ font-size: 13px;
7528
7573
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7529
- line-height: 16px;
7574
+ line-height: 13px;
7530
7575
  line-height: 20px;
7576
+ max-width: 100%;
7577
+ }
7578
+ .semi-datepicker-compact .semi-datepicker-navigation-month .semi-button > span {
7579
+ display: block;
7580
+ overflow: hidden;
7581
+ text-overflow: ellipsis;
7582
+ white-space: nowrap;
7531
7583
  }
7532
7584
  .semi-datepicker-compact .semi-datepicker-month {
7533
7585
  width: 216px;
@@ -7672,7 +7724,9 @@ body, :host {
7672
7724
  color: var(--semi-color-primary);
7673
7725
  }
7674
7726
  .semi-datepicker-compact .semi-datepicker-quick-control-month {
7675
- max-width: 216px;
7727
+ min-width: 216px;
7728
+ width: max-content;
7729
+ max-width: calc(100vw - 32px);
7676
7730
  }
7677
7731
  .semi-datepicker-compact .semi-datepicker-quick-control-month[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
7678
7732
  .semi-datepicker-compact .semi-datepicker-quick-control-month[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
@@ -7683,7 +7737,9 @@ body, :host {
7683
7737
  max-height: 218px;
7684
7738
  }
7685
7739
  .semi-datepicker-compact .semi-datepicker-quick-control-date {
7686
- max-width: 216px;
7740
+ min-width: 216px;
7741
+ width: max-content;
7742
+ max-width: calc(100vw - 32px);
7687
7743
  }
7688
7744
  .semi-datepicker-compact .semi-datepicker-quick-control-date[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
7689
7745
  .semi-datepicker-compact .semi-datepicker-quick-control-date[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
@@ -7694,7 +7750,9 @@ body, :host {
7694
7750
  max-height: 208px;
7695
7751
  }
7696
7752
  .semi-datepicker-compact .semi-datepicker-quick-control-dateTime {
7697
- max-width: 216px;
7753
+ min-width: 216px;
7754
+ width: max-content;
7755
+ max-width: calc(100vw - 32px);
7698
7756
  }
7699
7757
  .semi-datepicker-compact .semi-datepicker-quick-control-dateTime[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
7700
7758
  .semi-datepicker-compact .semi-datepicker-quick-control-dateTime[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
@@ -7705,7 +7763,9 @@ body, :host {
7705
7763
  max-height: 240px;
7706
7764
  }
7707
7765
  .semi-datepicker-compact .semi-datepicker-quick-control-dateRange {
7708
- max-width: 432px;
7766
+ min-width: min(432px, calc(100vw - 32px));
7767
+ width: max-content;
7768
+ max-width: calc(100vw - 32px);
7709
7769
  }
7710
7770
  .semi-datepicker-compact .semi-datepicker-quick-control-dateRange[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
7711
7771
  .semi-datepicker-compact .semi-datepicker-quick-control-dateRange[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
@@ -7716,7 +7776,9 @@ body, :host {
7716
7776
  max-height: 208px;
7717
7777
  }
7718
7778
  .semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange {
7719
- max-width: 432px;
7779
+ min-width: min(432px, calc(100vw - 32px));
7780
+ width: max-content;
7781
+ max-width: calc(100vw - 32px);
7720
7782
  }
7721
7783
  .semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
7722
7784
  .semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
@@ -8040,17 +8102,17 @@ body, :host {
8040
8102
  padding-right: 48px;
8041
8103
  }
8042
8104
  .semi-descriptions-double-small .semi-descriptions-key {
8043
- font-size: 12px;
8105
+ font-size: 13px;
8044
8106
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8045
- line-height: 16px;
8107
+ line-height: 13px;
8046
8108
  padding-bottom: 0;
8047
- font-size: 12px;
8109
+ font-size: 13px;
8048
8110
  }
8049
8111
  .semi-descriptions-double-small .semi-descriptions-value {
8050
- font-size: 16px;
8112
+ font-size: 15px;
8051
8113
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8052
8114
  line-height: 22px;
8053
- font-size: 16px;
8115
+ font-size: 15px;
8054
8116
  }
8055
8117
  .semi-descriptions-double-medium .semi-descriptions-item {
8056
8118
  padding-right: 60px;
@@ -8060,10 +8122,10 @@ body, :host {
8060
8122
  font-size: 14px;
8061
8123
  }
8062
8124
  .semi-descriptions-double-medium .semi-descriptions-value {
8063
- font-size: 20px;
8125
+ font-size: 18px;
8064
8126
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8065
8127
  line-height: 28px;
8066
- font-size: 20px;
8128
+ font-size: 18px;
8067
8129
  }
8068
8130
  .semi-descriptions-double-large .semi-descriptions-item {
8069
8131
  padding-right: 80px;
@@ -8073,10 +8135,10 @@ body, :host {
8073
8135
  font-size: 14px;
8074
8136
  }
8075
8137
  .semi-descriptions-double-large .semi-descriptions-value {
8076
- font-size: 28px;
8138
+ font-size: 22px;
8077
8139
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8078
8140
  line-height: 40px;
8079
- font-size: 28px;
8141
+ font-size: 22px;
8080
8142
  }
8081
8143
  .semi-descriptions-horizontal table {
8082
8144
  table-layout: fixed;
@@ -8253,9 +8315,9 @@ body, :host {
8253
8315
  padding-bottom: 4px;
8254
8316
  padding-left: 16px;
8255
8317
  padding-right: 16px;
8256
- font-size: 12px;
8318
+ font-size: 13px;
8257
8319
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8258
- line-height: 16px;
8320
+ line-height: 13px;
8259
8321
  cursor: default;
8260
8322
  }
8261
8323
  .semi-dropdown-title-withTick {
@@ -8810,7 +8872,7 @@ body, :host {
8810
8872
  .semi-form-section-text {
8811
8873
  margin-block-start: 0;
8812
8874
  margin-block-end: 0;
8813
- font-size: 18px;
8875
+ font-size: 16px;
8814
8876
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8815
8877
  line-height: 24px;
8816
8878
  font-weight: 600;
@@ -14245,9 +14307,9 @@ body, :host {
14245
14307
  display: inline-flex;
14246
14308
  }
14247
14309
  .semi-hotKeys-content {
14248
- font-size: 12px;
14310
+ font-size: 13px;
14249
14311
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14250
- line-height: 16px;
14312
+ line-height: 13px;
14251
14313
  border-radius: 2px;
14252
14314
  height: 20px;
14253
14315
  padding: 2px 8px;
@@ -14256,9 +14318,9 @@ body, :host {
14256
14318
  color: var(--semi-color-text-2);
14257
14319
  }
14258
14320
  .semi-hotKeys-split {
14259
- font-size: 12px;
14321
+ font-size: 13px;
14260
14322
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14261
- line-height: 16px;
14323
+ line-height: 13px;
14262
14324
  margin: 0 3px;
14263
14325
  color: var(--semi-color-text-0);
14264
14326
  }
@@ -14403,7 +14465,7 @@ body, :host {
14403
14465
  .semi-image-preview-footer-page {
14404
14466
  user-select: none;
14405
14467
  color: var(--semi-color-white);
14406
- font-size: 16px;
14468
+ font-size: 15px;
14407
14469
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14408
14470
  line-height: 22px;
14409
14471
  margin: 0 12px;
@@ -14568,7 +14630,7 @@ img[src=""], img:not([src]) {
14568
14630
  }
14569
14631
  .semi-input-wrapper-large {
14570
14632
  height: 40px;
14571
- font-size: 16px;
14633
+ font-size: 15px;
14572
14634
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14573
14635
  line-height: 22px;
14574
14636
  line-height: 38px;
@@ -14866,7 +14928,7 @@ img[src=""], img:not([src]) {
14866
14928
  }
14867
14929
  .semi-input-large {
14868
14930
  height: 38px;
14869
- font-size: 16px;
14931
+ font-size: 15px;
14870
14932
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14871
14933
  line-height: 22px;
14872
14934
  line-height: 38px;
@@ -15317,7 +15379,7 @@ img[src=""], img:not([src]) {
15317
15379
  color: rgba(var(--semi-blue-7), 1);
15318
15380
  }
15319
15381
  .semi-json-viewer-view-line {
15320
- font-family: Menlo, Firecode, Monaco, "Courier New", monospace;
15382
+ font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, "Fira Code", Consolas, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
15321
15383
  font-weight: normal;
15322
15384
  font-size: 12px;
15323
15385
  font-feature-settings: "liga" 0, "calt" 0;
@@ -15328,7 +15390,7 @@ img[src=""], img:not([src]) {
15328
15390
  white-space: pre-wrap !important;
15329
15391
  }
15330
15392
  .semi-json-viewer-line-number {
15331
- font-family: Menlo, Firecode, Monaco, "Courier New", monospace;
15393
+ font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, "Fira Code", Consolas, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
15332
15394
  font-weight: normal;
15333
15395
  font-size: 12px;
15334
15396
  font-feature-settings: "liga" 0, "calt" 0;
@@ -15684,7 +15746,7 @@ img[src=""], img:not([src]) {
15684
15746
  }
15685
15747
  .semi-modal-wrap-center {
15686
15748
  display: flex;
15687
- align-items: center;
15749
+ align-items: flex-start;
15688
15750
  }
15689
15751
  .semi-modal-title {
15690
15752
  display: inline-flex;
@@ -15795,7 +15857,7 @@ img[src=""], img:not([src]) {
15795
15857
  }
15796
15858
 
15797
15859
  .semi-modal-centered {
15798
- margin: 0 auto;
15860
+ margin: auto;
15799
15861
  }
15800
15862
 
15801
15863
  .semi-modal-popup .semi-modal-mask,
@@ -16251,7 +16313,7 @@ img[src=""], img:not([src]) {
16251
16313
  object-fit: scale-down;
16252
16314
  }
16253
16315
  .semi-navigation-header-text {
16254
- font-size: 18px;
16316
+ font-size: 16px;
16255
16317
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16256
16318
  line-height: 24px;
16257
16319
  font-weight: 600;
@@ -16439,7 +16501,7 @@ img[src=""], img:not([src]) {
16439
16501
  transition: padding-left 100ms ease-out, width 200ms cubic-bezier(0.62, 0.05, 0.36, 0.95);
16440
16502
  }
16441
16503
  .semi-navigation-vertical .semi-navigation-footer {
16442
- color: var(--semi-color-text-2);
16504
+ color: var(--semi-color-text-1);
16443
16505
  padding-left: 8px;
16444
16506
  padding-right: 8px;
16445
16507
  }
@@ -16451,6 +16513,7 @@ img[src=""], img:not([src]) {
16451
16513
  .semi-navigation-vertical .semi-navigation-footer .semi-navigation-collapse-btn > .semi-button {
16452
16514
  padding-left: 8px;
16453
16515
  padding-right: 8px;
16516
+ color: var(--semi-color-text-1);
16454
16517
  }
16455
16518
  .semi-navigation-vertical .semi-navigation-footer-collapsed {
16456
16519
  justify-content: center;
@@ -16777,7 +16840,7 @@ img[src=""], img:not([src]) {
16777
16840
  }
16778
16841
  .semi-notification-notice-icon {
16779
16842
  width: 24px;
16780
- font-size: 16px;
16843
+ font-size: 15px;
16781
16844
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16782
16845
  line-height: 22px;
16783
16846
  display: flex;
@@ -16819,7 +16882,7 @@ img[src=""], img:not([src]) {
16819
16882
  border: 1px solid var(--semi-color-danger);
16820
16883
  }
16821
16884
  .semi-notification-notice-title {
16822
- font-size: 16px;
16885
+ font-size: 15px;
16823
16886
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16824
16887
  line-height: 22px;
16825
16888
  font-weight: 600;
@@ -17294,7 +17357,7 @@ img[src=""], img:not([src]) {
17294
17357
  justify-content: flex-start;
17295
17358
  }
17296
17359
  .semi-popconfirm-header-title {
17297
- font-size: 16px;
17360
+ font-size: 15px;
17298
17361
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17299
17362
  line-height: 22px;
17300
17363
  font-weight: 600;
@@ -17443,7 +17506,7 @@ img[src=""], img:not([src]) {
17443
17506
  color: unset;
17444
17507
  }
17445
17508
  .semi-popover-wrapper[x-placement=top] .semi-popover-icon-arrow {
17446
- left: 50%;
17509
+ left: var(--semi-tooltip-arrow-offset-x, 50%);
17447
17510
  transform: translateX(-50%);
17448
17511
  bottom: -7px;
17449
17512
  }
@@ -17481,7 +17544,7 @@ img[src=""], img:not([src]) {
17481
17544
  width: 8px;
17482
17545
  height: 24px;
17483
17546
  right: -7px;
17484
- top: 50%;
17547
+ top: var(--semi-tooltip-arrow-offset-y, 50%);
17485
17548
  transform: translateY(-50%);
17486
17549
  }
17487
17550
  .semi-popover-wrapper[x-placement=left].semi-popover-with-arrow,
@@ -17513,7 +17576,7 @@ img[src=""], img:not([src]) {
17513
17576
  width: 8px;
17514
17577
  height: 24px;
17515
17578
  left: -7px;
17516
- top: 50%;
17579
+ top: var(--semi-tooltip-arrow-offset-y, 50%);
17517
17580
  transform: translateY(-50%) rotate(180deg);
17518
17581
  }
17519
17582
  .semi-popover-wrapper[x-placement=right].semi-popover-with-arrow,
@@ -17542,7 +17605,7 @@ img[src=""], img:not([src]) {
17542
17605
  }
17543
17606
  .semi-popover-wrapper[x-placement=bottom] .semi-popover-icon-arrow {
17544
17607
  top: -7px;
17545
- left: 50%;
17608
+ left: var(--semi-tooltip-arrow-offset-x, 50%);
17546
17609
  transform: translateX(-50%) rotate(180deg);
17547
17610
  }
17548
17611
  .semi-popover-wrapper[x-placement=bottom].semi-popover-with-arrow,
@@ -17866,7 +17929,7 @@ img[src=""], img:not([src]) {
17866
17929
  border-radius: var(--semi-border-radius-small);
17867
17930
  font-weight: 600;
17868
17931
  color: var(--semi-color-text-1);
17869
- font-size: 12px;
17932
+ font-size: 13px;
17870
17933
  padding: 4px 16px;
17871
17934
  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
17935
  }
@@ -17884,7 +17947,7 @@ img[src=""], img:not([src]) {
17884
17947
  color: var(--semi-color-disabled-text);
17885
17948
  }
17886
17949
  .semi-radio-addon-buttonRadio-small {
17887
- font-size: 12px;
17950
+ font-size: 13px;
17888
17951
  padding: 2px 16px;
17889
17952
  }
17890
17953
  .semi-radio-addon-buttonRadio-large {
@@ -18514,7 +18577,7 @@ img[src=""], img:not([src]) {
18514
18577
  line-height: 40px;
18515
18578
  }
18516
18579
  .semi-select-large .semi-select-selection {
18517
- font-size: 16px;
18580
+ font-size: 15px;
18518
18581
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18519
18582
  line-height: 22px;
18520
18583
  }
@@ -18858,9 +18921,9 @@ img[src=""], img:not([src]) {
18858
18921
  padding-bottom: 4px;
18859
18922
  padding-left: 32px;
18860
18923
  padding-right: 16px;
18861
- font-size: 12px;
18924
+ font-size: 13px;
18862
18925
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18863
- line-height: 16px;
18926
+ line-height: 13px;
18864
18927
  cursor: default;
18865
18928
  }
18866
18929
  .semi-select-group:not(:nth-of-type(1)) {
@@ -19024,11 +19087,11 @@ img[src=""], img:not([src]) {
19024
19087
  .semi-sidesheet-title {
19025
19088
  flex: 1 0 auto;
19026
19089
  margin: 0;
19027
- font-size: 18px;
19090
+ font-size: 16px;
19028
19091
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19029
19092
  line-height: 24px;
19030
19093
  font-weight: 600;
19031
- font-size: 18px;
19094
+ font-size: 16px;
19032
19095
  color: var(--semi-color-text-0);
19033
19096
  text-align: left;
19034
19097
  }
@@ -19285,7 +19348,7 @@ img[src=""], img:not([src]) {
19285
19348
  }
19286
19349
  .semi-sidebar-container-header-title {
19287
19350
  flex: 1;
19288
- font-size: 16px;
19351
+ font-size: 15px;
19289
19352
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19290
19353
  line-height: 22px;
19291
19354
  font-weight: 600;
@@ -19337,9 +19400,9 @@ img[src=""], img:not([src]) {
19337
19400
  justify-content: space-between;
19338
19401
  }
19339
19402
  .semi-sidebar-mcp-configure-content-header-count {
19340
- font-size: 12px;
19403
+ font-size: 13px;
19341
19404
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19342
- line-height: 16px;
19405
+ line-height: 13px;
19343
19406
  vertical-align: middle;
19344
19407
  color: var(--semi-color-text-2);
19345
19408
  }
@@ -19382,9 +19445,9 @@ img[src=""], img:not([src]) {
19382
19445
  color: var(--semi-color-text-0);
19383
19446
  }
19384
19447
  .semi-sidebar-mcp-configure-content-item-content-desc {
19385
- font-size: 12px;
19448
+ font-size: 13px;
19386
19449
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19387
- line-height: 16px;
19450
+ line-height: 13px;
19388
19451
  color: var(--semi-color-text-0);
19389
19452
  overflow: hidden;
19390
19453
  text-overflow: ellipsis;
@@ -19444,9 +19507,9 @@ img[src=""], img:not([src]) {
19444
19507
  height: 14px;
19445
19508
  }
19446
19509
  .semi-sidebar-annotation-item-footer-text {
19447
- font-size: 12px;
19510
+ font-size: 13px;
19448
19511
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19449
- line-height: 16px;
19512
+ line-height: 13px;
19450
19513
  color: var(--semi-color-text-0);
19451
19514
  overflow: hidden;
19452
19515
  text-overflow: ellipsis;
@@ -19463,9 +19526,9 @@ img[src=""], img:not([src]) {
19463
19526
  display: flex;
19464
19527
  align-items: center;
19465
19528
  justify-content: center;
19466
- font-size: 12px;
19529
+ font-size: 13px;
19467
19530
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19468
- line-height: 16px;
19531
+ line-height: 13px;
19469
19532
  color: var(--semi-color-text-2);
19470
19533
  }
19471
19534
  .semi-sidebar-annotation-item-text {
@@ -19484,9 +19547,9 @@ img[src=""], img:not([src]) {
19484
19547
  line-clamp: 4;
19485
19548
  -webkit-line-clamp: 4;
19486
19549
  -webkit-box-orient: vertical;
19487
- font-size: 12px;
19550
+ font-size: 13px;
19488
19551
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19489
- line-height: 16px;
19552
+ line-height: 13px;
19490
19553
  color: var(--semi-color-text-2);
19491
19554
  }
19492
19555
  .semi-sidebar-annotation-item-video {
@@ -19539,9 +19602,9 @@ img[src=""], img:not([src]) {
19539
19602
  right: 6px;
19540
19603
  background-color: rgba(var(--semi-grey-7), 0.7);
19541
19604
  border-radius: 4px;
19542
- font-size: 12px;
19605
+ font-size: 13px;
19543
19606
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19544
- line-height: 16px;
19607
+ line-height: 13px;
19545
19608
  color: var(--semi-color-bg-0);
19546
19609
  }
19547
19610
  .semi-sidebar-annotation-item-video-title {
@@ -19773,7 +19836,7 @@ img[src=""], img:not([src]) {
19773
19836
  align-items: center;
19774
19837
  }
19775
19838
  .semi-sidebar-detail-header-title {
19776
- font-size: 16px;
19839
+ font-size: 15px;
19777
19840
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19778
19841
  line-height: 22px;
19779
19842
  font-weight: 600;
@@ -19997,7 +20060,7 @@ img[src=""], img:not([src]) {
19997
20060
  }
19998
20061
  .semi-slider-boundary {
19999
20062
  position: relative;
20000
- font-size: 12px;
20063
+ font-size: 13px;
20001
20064
  color: var(--semi-color-text-0);
20002
20065
  visibility: hidden;
20003
20066
  top: 30px;
@@ -20080,6 +20143,51 @@ img[src=""], img:not([src]) {
20080
20143
  transform: rotate(180deg);
20081
20144
  }
20082
20145
 
20146
+ .semi-rtl .semi-slider,
20147
+ .semi-portal-rtl .semi-slider {
20148
+ direction: rtl;
20149
+ }
20150
+ .semi-rtl .semi-slider-handle,
20151
+ .semi-portal-rtl .semi-slider-handle {
20152
+ transform: var(--semi-transform_scale-small) translateX(50%) translateY(0px);
20153
+ }
20154
+ .semi-rtl .semi-slider-mark,
20155
+ .semi-portal-rtl .semi-slider-mark {
20156
+ transform: translate(50%, 0);
20157
+ }
20158
+ .semi-rtl .semi-slider-mark-reverse,
20159
+ .semi-portal-rtl .semi-slider-mark-reverse {
20160
+ transform: translate(50%, 0) rotate(-180deg);
20161
+ }
20162
+ .semi-rtl .semi-slider-boundary-min,
20163
+ .semi-portal-rtl .semi-slider-boundary-min {
20164
+ left: auto;
20165
+ right: 0px;
20166
+ }
20167
+ .semi-rtl .semi-slider-boundary-max,
20168
+ .semi-portal-rtl .semi-slider-boundary-max {
20169
+ right: auto;
20170
+ left: 0px;
20171
+ }
20172
+
20173
+ .semi-slider-rtl .semi-slider-handle {
20174
+ transform: var(--semi-transform_scale-small) translateX(50%) translateY(0px);
20175
+ }
20176
+ .semi-slider-rtl .semi-slider-mark {
20177
+ transform: translate(50%, 0);
20178
+ }
20179
+ .semi-slider-rtl .semi-slider-mark-reverse {
20180
+ transform: translate(50%, 0) rotate(-180deg);
20181
+ }
20182
+ .semi-slider-rtl .semi-slider-boundary-min {
20183
+ left: auto;
20184
+ right: 0px;
20185
+ }
20186
+ .semi-slider-rtl .semi-slider-boundary-max {
20187
+ right: auto;
20188
+ left: 0px;
20189
+ }
20190
+
20083
20191
  .semi-space {
20084
20192
  display: inline-flex;
20085
20193
  }
@@ -20256,7 +20364,7 @@ img[src=""], img:not([src]) {
20256
20364
  }
20257
20365
  .semi-steps .semi-steps-item .semi-steps-item-title {
20258
20366
  position: relative;
20259
- font-size: 18px;
20367
+ font-size: 16px;
20260
20368
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20261
20369
  line-height: 24px;
20262
20370
  font-weight: 600;
@@ -20359,7 +20467,7 @@ img[src=""], img:not([src]) {
20359
20467
  display: flex;
20360
20468
  align-items: center;
20361
20469
  justify-content: center;
20362
- font-size: 20px;
20470
+ font-size: 18px;
20363
20471
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20364
20472
  line-height: 28px;
20365
20473
  font-weight: 600;
@@ -20414,9 +20522,9 @@ img[src=""], img:not([src]) {
20414
20522
  flex: 1;
20415
20523
  }
20416
20524
  .semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-description {
20417
- font-size: 12px;
20525
+ font-size: 13px;
20418
20526
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20419
- line-height: 16px;
20527
+ line-height: 13px;
20420
20528
  color: var(--semi-color-text-2);
20421
20529
  width: 100%;
20422
20530
  max-width: 268px;
@@ -20481,9 +20589,9 @@ img[src=""], img:not([src]) {
20481
20589
  padding-bottom: 9px;
20482
20590
  }
20483
20591
  .semi-steps-basic.semi-steps-vertical .semi-steps-item .semi-steps-item-description {
20484
- font-size: 12px;
20592
+ font-size: 13px;
20485
20593
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20486
- line-height: 16px;
20594
+ line-height: 13px;
20487
20595
  color: var(--semi-color-text-2);
20488
20596
  width: 100%;
20489
20597
  }
@@ -20535,7 +20643,7 @@ img[src=""], img:not([src]) {
20535
20643
  justify-content: center;
20536
20644
  width: 24px;
20537
20645
  height: 24px;
20538
- font-size: 16px;
20646
+ font-size: 15px;
20539
20647
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20540
20648
  line-height: 22px;
20541
20649
  font-weight: 600;
@@ -20547,7 +20655,7 @@ img[src=""], img:not([src]) {
20547
20655
  .semi-steps-basic .semi-steps-item .semi-steps-item-title {
20548
20656
  position: relative;
20549
20657
  display: inline-block;
20550
- font-size: 16px;
20658
+ font-size: 15px;
20551
20659
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20552
20660
  line-height: 22px;
20553
20661
  line-height: 24px;
@@ -20605,9 +20713,9 @@ img[src=""], img:not([src]) {
20605
20713
  height: 20px;
20606
20714
  }
20607
20715
  .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: 12px;
20716
+ font-size: 13px;
20609
20717
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20610
- line-height: 16px;
20718
+ line-height: 13px;
20611
20719
  width: 20px;
20612
20720
  height: 20px;
20613
20721
  }
@@ -20642,7 +20750,7 @@ img[src=""], img:not([src]) {
20642
20750
  display: inline-block;
20643
20751
  }
20644
20752
  .semi-steps-nav .semi-steps-item .semi-steps-item-title {
20645
- font-size: 16px;
20753
+ font-size: 15px;
20646
20754
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20647
20755
  line-height: 22px;
20648
20756
  max-width: 17em;
@@ -20728,6 +20836,7 @@ img[src=""], img:not([src]) {
20728
20836
  }
20729
20837
  .semi-switch-checked .semi-switch-knob {
20730
20838
  transform: translateX(18px);
20839
+ background-color: rgba(var(--semi-white), 1);
20731
20840
  }
20732
20841
  .semi-switch-checked:active .semi-switch-knob {
20733
20842
  transform: translateX(12px);
@@ -20804,7 +20913,7 @@ img[src=""], img:not([src]) {
20804
20913
  }
20805
20914
  .semi-switch-checked-text, .semi-switch-unchecked-text {
20806
20915
  position: absolute;
20807
- font-size: 12px;
20916
+ font-size: 13px;
20808
20917
  height: 100%;
20809
20918
  width: 20px;
20810
20919
  display: flex;
@@ -21219,6 +21328,14 @@ img[src=""], img:not([src]) {
21219
21328
  display: table-row;
21220
21329
  background-color: var(--semi-color-bg-1);
21221
21330
  }
21331
+ .semi-table-tbody > .semi-table-row.semi-table-row-hovered > .semi-table-row-cell {
21332
+ background-image: linear-gradient(0deg, var(--semi-color-fill-0), var(--semi-color-fill-0));
21333
+ background-color: var(--semi-color-bg-0);
21334
+ }
21335
+ .semi-table-tbody > .semi-table-row.semi-table-row-hovered > .semi-table-row-cell.semi-table-cell-fixed-left, .semi-table-tbody > .semi-table-row.semi-table-row-hovered > .semi-table-row-cell.semi-table-cell-fixed-right {
21336
+ background-image: linear-gradient(0deg, var(--semi-color-fill-0), var(--semi-color-fill-0));
21337
+ background-color: var(--semi-color-bg-1);
21338
+ }
21222
21339
  .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell {
21223
21340
  background-image: linear-gradient(0deg, var(--semi-color-fill-0), var(--semi-color-fill-0));
21224
21341
  background-color: var(--semi-color-bg-0);
@@ -21405,6 +21522,21 @@ img[src=""], img:not([src]) {
21405
21522
  border-right: 1px solid var(--semi-color-border);
21406
21523
  border-bottom: 1px solid var(--semi-color-border);
21407
21524
  }
21525
+ .semi-table-bordered:not(.semi-table-scroll-position-right) > .semi-table-container::after {
21526
+ content: "";
21527
+ position: absolute;
21528
+ top: 0;
21529
+ right: 0;
21530
+ bottom: 0;
21531
+ width: 1px;
21532
+ background-color: var(--semi-color-border);
21533
+ display: block;
21534
+ z-index: 103;
21535
+ pointer-events: none;
21536
+ }
21537
+ .semi-table-bordered:not(.semi-table-scroll-position-right) > .semi-table-container > .semi-table-header {
21538
+ box-shadow: inset -1px 0 0 0 var(--semi-color-border);
21539
+ }
21408
21540
  :where(.semi-table-bordered > .semi-table-container) > .semi-table-body > .semi-table-placeholder {
21409
21541
  border-right: 1px solid var(--semi-color-border);
21410
21542
  }
@@ -21424,6 +21556,7 @@ img[src=""], img:not([src]) {
21424
21556
  position: sticky;
21425
21557
  left: 0px;
21426
21558
  z-index: 1;
21559
+ box-sizing: border-box;
21427
21560
  padding: 16px 12px;
21428
21561
  color: var(--semi-color-text-2);
21429
21562
  font-size: 14px;
@@ -21581,6 +21714,18 @@ img[src=""], img:not([src]) {
21581
21714
  border-right: 0;
21582
21715
  border-left: 1px solid var(--semi-color-border);
21583
21716
  }
21717
+ .semi-table-wrapper-rtl .semi-table-bordered:not(.semi-table-scroll-position-left) > .semi-table-container::after {
21718
+ content: "";
21719
+ position: absolute;
21720
+ top: 0;
21721
+ left: 0;
21722
+ bottom: 0;
21723
+ width: 1px;
21724
+ background-color: var(--semi-color-border);
21725
+ display: block;
21726
+ z-index: 103;
21727
+ pointer-events: none;
21728
+ }
21584
21729
  .semi-table-wrapper-rtl .semi-table-fixed > .semi-table-tbody > .semi-table-row-expand > .semi-table-row-cell > .semi-table-expand-inner, .semi-table-wrapper-rtl .semi-table-fixed > .semi-table-tbody > .semi-table-row-section > .semi-table-row-cell > .semi-table-section-inner {
21585
21730
  left: auto;
21586
21731
  right: 0;
@@ -22386,9 +22531,9 @@ img[src=""], img:not([src]) {
22386
22531
  display: inline-flex;
22387
22532
  }
22388
22533
  .semi-tag-default, .semi-tag-small {
22389
- font-size: 12px;
22534
+ font-size: 13px;
22390
22535
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22391
- line-height: 16px;
22536
+ line-height: 13px;
22392
22537
  height: 20px;
22393
22538
  padding: 2px 8px;
22394
22539
  }
@@ -22402,9 +22547,9 @@ img[src=""], img:not([src]) {
22402
22547
  border-radius: var(--semi-border-radius-full);
22403
22548
  }
22404
22549
  .semi-tag-large {
22405
- font-size: 12px;
22550
+ font-size: 13px;
22406
22551
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22407
- line-height: 16px;
22552
+ line-height: 13px;
22408
22553
  padding: 4px 8px;
22409
22554
  height: 24px;
22410
22555
  }
@@ -22875,6 +23020,32 @@ img[src=""], img:not([src]) {
22875
23020
  color: var(--semi-color-text-0);
22876
23021
  }
22877
23022
 
23023
+ .semi-tag-split {
23024
+ display: inline-flex;
23025
+ align-items: center;
23026
+ }
23027
+ .semi-tag-split .semi-tag {
23028
+ border-radius: 0;
23029
+ margin-right: 1px;
23030
+ }
23031
+ .semi-tag-split .semi-tag-first {
23032
+ border-top-left-radius: var(--semi-border-radius-small);
23033
+ border-bottom-left-radius: var(--semi-border-radius-small);
23034
+ }
23035
+ .semi-tag-split .semi-tag-last {
23036
+ border-top-right-radius: var(--semi-border-radius-small);
23037
+ border-bottom-right-radius: var(--semi-border-radius-small);
23038
+ margin-right: unset;
23039
+ }
23040
+ .semi-tag-split .semi-tag-circle.semi-tag-first {
23041
+ border-top-left-radius: var(--semi-border-radius-full);
23042
+ border-bottom-left-radius: var(--semi-border-radius-full);
23043
+ }
23044
+ .semi-tag-split .semi-tag-circle.semi-tag-last {
23045
+ border-top-right-radius: var(--semi-border-radius-full);
23046
+ border-bottom-right-radius: var(--semi-border-radius-full);
23047
+ }
23048
+
22878
23049
  .semi-rtl .semi-tag,
22879
23050
  .semi-portal-rtl .semi-tag {
22880
23051
  direction: rtl;
@@ -23038,6 +23209,8 @@ img[src=""], img:not([src]) {
23038
23209
  padding-left: 4px;
23039
23210
  padding-right: 4px;
23040
23211
  overflow: hidden;
23212
+ position: relative;
23213
+ /* hidden mirror used to measure input text width */
23041
23214
  }
23042
23215
  .semi-tagInput-wrapper-tag {
23043
23216
  margin-right: 4px;
@@ -23060,14 +23233,14 @@ img[src=""], img:not([src]) {
23060
23233
  padding-left: 4px;
23061
23234
  }
23062
23235
  .semi-tagInput-wrapper-typo {
23063
- font-size: 12px;
23236
+ font-size: 13px;
23064
23237
  }
23065
23238
  .semi-tagInput-wrapper-typo-disabled {
23066
23239
  color: var(--semi-color-disabled-text);
23067
23240
  }
23068
23241
  .semi-tagInput-wrapper-n {
23069
23242
  cursor: pointer;
23070
- font-size: 12px;
23243
+ font-size: 13px;
23071
23244
  margin-right: 4px;
23072
23245
  color: var(--semi-color-text-0);
23073
23246
  padding-left: 8px;
@@ -23080,6 +23253,8 @@ img[src=""], img:not([src]) {
23080
23253
  .semi-tagInput-wrapper .semi-tagInput-wrapper-input {
23081
23254
  flex-grow: 1;
23082
23255
  width: min-content;
23256
+ min-width: 2px;
23257
+ max-width: 100%;
23083
23258
  border: none;
23084
23259
  outline: none;
23085
23260
  background-color: transparent;
@@ -23121,6 +23296,19 @@ img[src=""], img:not([src]) {
23121
23296
  height: 24px;
23122
23297
  line-height: 24px;
23123
23298
  }
23299
+ .semi-tagInput-wrapper-inputMirror {
23300
+ position: absolute;
23301
+ top: 0;
23302
+ left: 0;
23303
+ visibility: hidden;
23304
+ pointer-events: none;
23305
+ height: 0;
23306
+ overflow: hidden;
23307
+ white-space: pre;
23308
+ font-size: 14px;
23309
+ font-weight: 400;
23310
+ font-family: inherit;
23311
+ }
23124
23312
  .semi-tagInput-clearBtn {
23125
23313
  display: flex;
23126
23314
  justify-content: center;
@@ -23387,9 +23575,9 @@ img[src=""], img:not([src]) {
23387
23575
  color: var(--semi-color-text-0);
23388
23576
  }
23389
23577
  .semi-timeline-item-content-extra, .semi-timeline-item-content-time {
23390
- font-size: 12px;
23578
+ font-size: 13px;
23391
23579
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23392
- line-height: 16px;
23580
+ line-height: 13px;
23393
23581
  color: var(--semi-color-text-2);
23394
23582
  margin-top: 4px;
23395
23583
  }
@@ -23723,7 +23911,7 @@ img[src=""], img:not([src]) {
23723
23911
  color: rgba(var(--semi-grey-7), 1);
23724
23912
  }
23725
23913
  .semi-tooltip-wrapper[x-placement=top] .semi-tooltip-icon-arrow {
23726
- left: 50%;
23914
+ left: var(--semi-tooltip-arrow-offset-x, 50%);
23727
23915
  transform: translateX(-50%);
23728
23916
  bottom: -6px;
23729
23917
  }
@@ -23761,7 +23949,7 @@ img[src=""], img:not([src]) {
23761
23949
  width: 7px;
23762
23950
  height: 24px;
23763
23951
  right: -6px;
23764
- top: 50%;
23952
+ top: var(--semi-tooltip-arrow-offset-y, 50%);
23765
23953
  transform: translateY(-50%);
23766
23954
  }
23767
23955
  .semi-tooltip-wrapper[x-placement=left].semi-tooltip-with-arrow,
@@ -23793,7 +23981,7 @@ img[src=""], img:not([src]) {
23793
23981
  width: 7px;
23794
23982
  height: 24px;
23795
23983
  left: -6px;
23796
- top: 50%;
23984
+ top: var(--semi-tooltip-arrow-offset-y, 50%);
23797
23985
  transform: translateY(-50%) rotate(180deg);
23798
23986
  }
23799
23987
  .semi-tooltip-wrapper[x-placement=right].semi-tooltip-with-arrow,
@@ -23822,7 +24010,7 @@ img[src=""], img:not([src]) {
23822
24010
  }
23823
24011
  .semi-tooltip-wrapper[x-placement=bottom] .semi-tooltip-icon-arrow {
23824
24012
  top: -6px;
23825
- left: 50%;
24013
+ left: var(--semi-tooltip-arrow-offset-x, 50%);
23826
24014
  transform: translateX(-50%) rotate(180deg);
23827
24015
  }
23828
24016
  .semi-tooltip-wrapper[x-placement=bottom].semi-tooltip-with-arrow,
@@ -23880,9 +24068,9 @@ img[src=""], img:not([src]) {
23880
24068
  height: inherit;
23881
24069
  }
23882
24070
  .semi-transfer-header {
23883
- font-size: 12px;
24071
+ font-size: 13px;
23884
24072
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23885
- line-height: 16px;
24073
+ line-height: 13px;
23886
24074
  display: flex;
23887
24075
  align-items: center;
23888
24076
  height: 24px;
@@ -23898,9 +24086,9 @@ img[src=""], img:not([src]) {
23898
24086
  margin-left: 16px;
23899
24087
  }
23900
24088
  .semi-transfer-header .semi-button {
23901
- font-size: 12px;
24089
+ font-size: 13px;
23902
24090
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23903
- line-height: 16px;
24091
+ line-height: 13px;
23904
24092
  }
23905
24093
  .semi-transfer-item {
23906
24094
  min-height: 36px;
@@ -23949,6 +24137,15 @@ img[src=""], img:not([src]) {
23949
24137
  overflow: auto;
23950
24138
  flex-grow: 1;
23951
24139
  }
24140
+ .semi-transfer-left-pagination {
24141
+ padding-top: 12px;
24142
+ padding-bottom: 12px;
24143
+ padding-left: 12px;
24144
+ padding-right: 12px;
24145
+ flex-shrink: 0;
24146
+ display: flex;
24147
+ justify-content: center;
24148
+ }
23952
24149
  .semi-transfer-left-empty {
23953
24150
  height: 36px;
23954
24151
  }
@@ -24008,9 +24205,9 @@ img[src=""], img:not([src]) {
24008
24205
  display: flex;
24009
24206
  justify-content: center;
24010
24207
  align-items: center;
24011
- font-size: 12px;
24208
+ font-size: 13px;
24012
24209
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24013
- line-height: 16px;
24210
+ line-height: 13px;
24014
24211
  color: var(--semi-color-text-2);
24015
24212
  }
24016
24213
  .semi-transfer-filter {
@@ -24022,9 +24219,9 @@ img[src=""], img:not([src]) {
24022
24219
  .semi-transfer-group-title {
24023
24220
  color: var(--semi-color-text-2);
24024
24221
  padding-left: 12px;
24025
- font-size: 12px;
24222
+ font-size: 13px;
24026
24223
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24027
- line-height: 16px;
24224
+ line-height: 13px;
24028
24225
  height: 28px;
24029
24226
  display: flex;
24030
24227
  align-items: center;
@@ -24612,6 +24809,10 @@ img[src=""], img:not([src]) {
24612
24809
  align-items: center;
24613
24810
  position: relative;
24614
24811
  cursor: pointer;
24812
+ /**
24813
+ * Enable wrapping selected tags in trigger.
24814
+ * Only takes effect in multiple + searchPosition="trigger" mode (class added by component).
24815
+ */
24615
24816
  }
24616
24817
  .semi-tree-select:hover {
24617
24818
  background-color: var(--semi-color-fill-1);
@@ -24798,6 +24999,34 @@ img[src=""], img:not([src]) {
24798
24999
  .semi-tree-select-multiple .semi-tree-select-selection-placeholder {
24799
25000
  padding-left: 8px;
24800
25001
  }
25002
+ .semi-tree-select-triggerTagWrap {
25003
+ max-width: 100%;
25004
+ }
25005
+ .semi-tree-select-triggerTagWrap .semi-tree-select-selection {
25006
+ min-width: 0;
25007
+ }
25008
+ .semi-tree-select-triggerTagWrap.semi-tree-select-multiple {
25009
+ height: auto;
25010
+ }
25011
+ .semi-tree-select-triggerTagWrap.semi-tree-select-multiple .semi-tree-select-selection {
25012
+ height: auto;
25013
+ min-height: 30px;
25014
+ overflow: visible;
25015
+ }
25016
+ .semi-tree-select-triggerTagWrap.semi-tree-select-multiple.semi-tree-select-small .semi-tree-select-selection {
25017
+ min-height: 22px;
25018
+ }
25019
+ .semi-tree-select-triggerTagWrap.semi-tree-select-multiple.semi-tree-select-large .semi-tree-select-selection {
25020
+ min-height: 38px;
25021
+ }
25022
+ .semi-tree-select-triggerTagWrap .semi-tagInput {
25023
+ min-width: 0;
25024
+ max-width: 100%;
25025
+ flex: 1 1 auto;
25026
+ }
25027
+ .semi-tree-select-triggerTagWrap .semi-tagInput .semi-tagInput-wrapper-input {
25028
+ max-width: 100%;
25029
+ }
24801
25030
  .semi-tree-select-small {
24802
25031
  min-height: 24px;
24803
25032
  line-height: 24px;
@@ -24807,7 +25036,7 @@ img[src=""], img:not([src]) {
24807
25036
  line-height: 40px;
24808
25037
  }
24809
25038
  .semi-tree-select-large .semi-tree-select-selection {
24810
- font-size: 16px;
25039
+ font-size: 15px;
24811
25040
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24812
25041
  line-height: 22px;
24813
25042
  }
@@ -25009,9 +25238,9 @@ img[src=""], img:not([src]) {
25009
25238
  color: inherit;
25010
25239
  }
25011
25240
  .semi-typography-small {
25012
- font-size: 12px;
25241
+ font-size: 13px;
25013
25242
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25014
- line-height: 16px;
25243
+ line-height: 13px;
25015
25244
  font-weight: 400;
25016
25245
  }
25017
25246
  .semi-typography-small.semi-typography-paragraph {
@@ -25110,7 +25339,7 @@ img[src=""], img:not([src]) {
25110
25339
 
25111
25340
  h1.semi-typography,
25112
25341
  .semi-typography-h1.semi-typography {
25113
- font-size: 32px;
25342
+ font-size: 24px;
25114
25343
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25115
25344
  line-height: 44px;
25116
25345
  font-weight: 600;
@@ -25139,7 +25368,7 @@ h1.semi-typography.semi-typography-h1-weight-bold,
25139
25368
 
25140
25369
  h2.semi-typography,
25141
25370
  .semi-typography-h2.semi-typography {
25142
- font-size: 28px;
25371
+ font-size: 22px;
25143
25372
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25144
25373
  line-height: 40px;
25145
25374
  font-weight: 600;
@@ -25168,7 +25397,7 @@ h2.semi-typography.semi-typography-h2-weight-bold,
25168
25397
 
25169
25398
  h3.semi-typography,
25170
25399
  .semi-typography-h3.semi-typography {
25171
- font-size: 24px;
25400
+ font-size: 20px;
25172
25401
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25173
25402
  line-height: 32px;
25174
25403
  font-weight: 600;
@@ -25197,7 +25426,7 @@ h3.semi-typography.semi-typography-h3-weight-bold,
25197
25426
 
25198
25427
  h4.semi-typography,
25199
25428
  .semi-typography-h4.semi-typography {
25200
- font-size: 20px;
25429
+ font-size: 18px;
25201
25430
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25202
25431
  line-height: 28px;
25203
25432
  font-weight: 600;
@@ -25226,7 +25455,7 @@ h4.semi-typography.semi-typography-h4-weight-bold,
25226
25455
 
25227
25456
  h5.semi-typography,
25228
25457
  .semi-typography-h5.semi-typography {
25229
- font-size: 18px;
25458
+ font-size: 16px;
25230
25459
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25231
25460
  line-height: 24px;
25232
25461
  font-weight: 600;
@@ -25255,7 +25484,7 @@ h5.semi-typography.semi-typography-h5-weight-bold,
25255
25484
 
25256
25485
  h6.semi-typography,
25257
25486
  .semi-typography-h6.semi-typography {
25258
- font-size: 16px;
25487
+ font-size: 15px;
25259
25488
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25260
25489
  line-height: 22px;
25261
25490
  font-weight: 600;
@@ -25403,9 +25632,9 @@ p.semi-typography-extended,
25403
25632
  align-items: center;
25404
25633
  }
25405
25634
  .semi-upload-file-list-title {
25406
- font-size: 12px;
25635
+ font-size: 13px;
25407
25636
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25408
- line-height: 16px;
25637
+ line-height: 13px;
25409
25638
  color: var(--semi-color-text-2);
25410
25639
  margin-bottom: 4px;
25411
25640
  }
@@ -25486,9 +25715,9 @@ p.semi-typography-extended,
25486
25715
  color: var(--semi-color-text-0);
25487
25716
  }
25488
25717
  .semi-upload-file-card-info-size {
25489
- font-size: 12px;
25718
+ font-size: 13px;
25490
25719
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25491
- line-height: 16px;
25720
+ line-height: 13px;
25492
25721
  font-weight: 400;
25493
25722
  margin-left: 8px;
25494
25723
  color: var(--semi-color-text-2);
@@ -25500,17 +25729,17 @@ p.semi-typography-extended,
25500
25729
  color: var(--semi-color-text-2);
25501
25730
  }
25502
25731
  .semi-upload-file-card-info-validate-message {
25503
- font-size: 12px;
25732
+ font-size: 13px;
25504
25733
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25505
- line-height: 16px;
25734
+ line-height: 13px;
25506
25735
  display: flex;
25507
25736
  align-items: center;
25508
25737
  color: var(--semi-color-text-0);
25509
25738
  }
25510
25739
  .semi-upload-file-card-info-retry {
25511
- font-size: 12px;
25740
+ font-size: 13px;
25512
25741
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25513
- line-height: 16px;
25742
+ line-height: 13px;
25514
25743
  color: var(--semi-color-primary);
25515
25744
  cursor: pointer;
25516
25745
  margin-left: 8px;
@@ -25797,9 +26026,9 @@ p.semi-typography-extended,
25797
26026
  }
25798
26027
  .semi-upload-drag-area-sub-text {
25799
26028
  cursor: pointer;
25800
- font-size: 12px;
26029
+ font-size: 13px;
25801
26030
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25802
- line-height: 16px;
26031
+ line-height: 13px;
25803
26032
  color: var(--semi-color-text-0);
25804
26033
  }
25805
26034
  .semi-upload-drag-area-sub-text:hover {
@@ -25809,9 +26038,9 @@ p.semi-typography-extended,
25809
26038
  color: var(--semi-color-text-0);
25810
26039
  }
25811
26040
  .semi-upload-drag-area-tips {
25812
- font-size: 12px;
26041
+ font-size: 13px;
25813
26042
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25814
- line-height: 16px;
26043
+ line-height: 13px;
25815
26044
  font-weight: 600;
25816
26045
  }
25817
26046
  .semi-upload-drag-area-tips-legal {
@@ -25912,7 +26141,7 @@ p.semi-typography-extended,
25912
26141
  padding: 24px;
25913
26142
  }
25914
26143
  .semi-userGuide-popup-content-title {
25915
- font-size: 18px;
26144
+ font-size: 16px;
25916
26145
  font-weight: 600;
25917
26146
  line-height: 24px;
25918
26147
  margin-bottom: 8px;
@@ -25971,7 +26200,7 @@ p.semi-typography-extended,
25971
26200
  padding: 24px 48px;
25972
26201
  }
25973
26202
  .semi-userGuide-modal-body-title {
25974
- font-size: 18px;
26203
+ font-size: 16px;
25975
26204
  font-weight: 600;
25976
26205
  line-height: 24px;
25977
26206
  margin-bottom: 8px;
@@ -26139,7 +26368,7 @@ p.semi-typography-extended,
26139
26368
  border-radius: 4px;
26140
26369
  padding: 0px 4px;
26141
26370
  line-height: 16px;
26142
- font-size: 12px;
26371
+ font-size: 13px;
26143
26372
  user-select: none;
26144
26373
  }
26145
26374
  .semi-videoPlayer-controls-volume-title {
@@ -26155,7 +26384,7 @@ p.semi-typography-extended,
26155
26384
  background-color: var(--semi-color-overlay-bg);
26156
26385
  color: #fff;
26157
26386
  font-weight: 600;
26158
- font-size: 12px;
26387
+ font-size: 13px;
26159
26388
  line-height: 16px;
26160
26389
  border-radius: 3px;
26161
26390
  cursor: pointer;
@@ -26172,7 +26401,7 @@ p.semi-typography-extended,
26172
26401
  padding: 0px 8px;
26173
26402
  height: 32px;
26174
26403
  color: #fff;
26175
- font-size: 12px;
26404
+ font-size: 13px;
26176
26405
  }
26177
26406
  .semi-videoPlayer-controls-popup-menu-item:hover {
26178
26407
  background-color: rgb(67, 68, 74) !important;
@@ -26488,6 +26717,11 @@ p.semi-typography-extended,
26488
26717
  background-color: var(--semi-color-fill-0);
26489
26718
  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);
26490
26719
  }
26720
+ .semi-input-textarea-wrapper-resizeX {
26721
+ display: inline-block;
26722
+ width: fit-content;
26723
+ max-width: 100%;
26724
+ }
26491
26725
  .semi-input-textarea-wrapper:hover {
26492
26726
  background-color: var(--semi-color-fill-1);
26493
26727
  }
@@ -26508,6 +26742,9 @@ p.semi-typography-extended,
26508
26742
  color: var(--semi-color-text-2);
26509
26743
  right: 4px;
26510
26744
  height: 32px;
26745
+ display: flex;
26746
+ align-items: center;
26747
+ justify-content: center;
26511
26748
  }
26512
26749
  .semi-input-textarea-wrapper .semi-input-clearbtn > svg {
26513
26750
  pointer-events: none;
@@ -26610,11 +26847,12 @@ p.semi-typography-extended,
26610
26847
  }
26611
26848
  .semi-input-textarea-autosize {
26612
26849
  overflow: hidden;
26850
+ resize: none;
26613
26851
  }
26614
26852
  .semi-input-textarea-counter {
26615
- font-size: 12px;
26853
+ font-size: 13px;
26616
26854
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
26617
- line-height: 16px;
26855
+ line-height: 13px;
26618
26856
  display: flex;
26619
26857
  flex-direction: column;
26620
26858
  justify-content: center;
@@ -26652,6 +26890,14 @@ p.semi-typography-extended,
26652
26890
  padding: 0;
26653
26891
  align-items: flex-start;
26654
26892
  }
26893
+ .semi-input-textarea-wrapper-withLineNumber.semi-input-textarea-wrapper-resizeX {
26894
+ display: inline-flex;
26895
+ width: fit-content;
26896
+ max-width: 100%;
26897
+ }
26898
+ .semi-input-textarea-wrapper-withLineNumber.semi-input-textarea-wrapper-resizeX .semi-input-textarea-content {
26899
+ flex: 0 0 auto;
26900
+ }
26655
26901
  .semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-lineNumber {
26656
26902
  flex-shrink: 0;
26657
26903
  padding: 5px 12px;