@semi-bot/semi-theme-trade-pass-growth-platform-test 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
- package/raw.json +6 -5
- package/scss/global.scss +3 -3
- package/scss/local.scss +3 -2
- package/semi.css +11 -135
- package/semi.min.css +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
# @semi-bot/semi-theme-trade-pass-growth-platform-test --- Semi Theme Generated By [Design System Management](https://semi.design/dsm/)
|
|
3
3
|
ID: 28703
|
|
4
|
-
Operator:
|
|
4
|
+
Operator: 用户4783652620477
|
|
5
5
|
|
|
6
6
|
## Compatibility
|
|
7
7
|
|
|
8
|
-
Compatible with Semi Foundation Version 2.
|
|
8
|
+
Compatible with Semi Foundation Version 2.96.1 or newer.
|
|
9
9
|
|
|
10
10
|
## Version Release Note
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
修改亮色模式下背景色
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
## Manual
|
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -454,9 +454,9 @@
|
|
|
454
454
|
},
|
|
455
455
|
"light": {
|
|
456
456
|
"bg/--semi-color-bg-0": "rgba(245,246,248,1)",
|
|
457
|
-
"bg/--semi-color-bg-1": "rgba(
|
|
458
|
-
"bg/--semi-color-bg-2": "rgba(
|
|
459
|
-
"bg/--semi-color-bg-3": "rgba(
|
|
457
|
+
"bg/--semi-color-bg-1": "rgba(248,249,251,1)",
|
|
458
|
+
"bg/--semi-color-bg-2": "rgba(250,251,252,1)",
|
|
459
|
+
"bg/--semi-color-bg-3": "rgba(253,253,254,1)",
|
|
460
460
|
"bg/--semi-color-bg-4": "rgba(255,255,255,1)",
|
|
461
461
|
"info/--semi-color-info": "rgba(var(--semi-blue-5), 1)",
|
|
462
462
|
"link/--semi-color-link": "rgba(var(--semi-blue-5), 1)",
|
|
@@ -713,9 +713,10 @@
|
|
|
713
713
|
"$radius-modal_footer": "1px"
|
|
714
714
|
},
|
|
715
715
|
"spacing": {
|
|
716
|
-
"$spacing-
|
|
716
|
+
"$spacing-modal-marginY": "80px",
|
|
717
|
+
"$spacing-modal_wrap-top": "0px",
|
|
717
718
|
"$spacing-modal_body-margin": "24px",
|
|
718
|
-
"$spacing-modal_wrap-bottom": "
|
|
719
|
+
"$spacing-modal_wrap-bottom": "0px",
|
|
719
720
|
"$spacing-modal_footer-marginY": "0px",
|
|
720
721
|
"$spacing-modal_header-marginY": "0px",
|
|
721
722
|
"$spacing-modal_footer-paddingX": "24px",
|
package/scss/global.scss
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-light {
|
|
4
4
|
--semi-color-bg-0: rgba(245,246,248,1);
|
|
5
|
-
--semi-color-bg-1: rgba(
|
|
6
|
-
--semi-color-bg-2: rgba(
|
|
7
|
-
--semi-color-bg-3: rgba(
|
|
5
|
+
--semi-color-bg-1: rgba(248,249,251,1);
|
|
6
|
+
--semi-color-bg-2: rgba(250,251,252,1);
|
|
7
|
+
--semi-color-bg-3: rgba(253,253,254,1);
|
|
8
8
|
--semi-color-bg-4: rgba(255,255,255,1);
|
|
9
9
|
--semi-color-info: rgba(var(--semi-blue-5), 1);
|
|
10
10
|
--semi-color-link: rgba(var(--semi-blue-5), 1);
|
package/scss/local.scss
CHANGED
|
@@ -15,9 +15,10 @@ $width-modal_footer-border: 1px;
|
|
|
15
15
|
$width-modal_header-border: 1px;
|
|
16
16
|
$width-modal_content-border: 0px;
|
|
17
17
|
$radius-modal_footer: 1px;
|
|
18
|
-
$spacing-
|
|
18
|
+
$spacing-modal-marginY: 80px;
|
|
19
|
+
$spacing-modal_wrap-top: 0px;
|
|
19
20
|
$spacing-modal_body-margin: 24px;
|
|
20
|
-
$spacing-modal_wrap-bottom:
|
|
21
|
+
$spacing-modal_wrap-bottom: 0px;
|
|
21
22
|
$spacing-modal_footer-marginY: 0px;
|
|
22
23
|
$spacing-modal_header-marginY: 0px;
|
|
23
24
|
$spacing-modal_footer-paddingX: 24px;
|
package/semi.css
CHANGED
|
@@ -352,9 +352,9 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
352
352
|
|
|
353
353
|
body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light {
|
|
354
354
|
--semi-color-bg-0: rgba(245,246,248,1);
|
|
355
|
-
--semi-color-bg-1: rgba(
|
|
356
|
-
--semi-color-bg-2: rgba(
|
|
357
|
-
--semi-color-bg-3: rgba(
|
|
355
|
+
--semi-color-bg-1: rgba(248,249,251,1);
|
|
356
|
+
--semi-color-bg-2: rgba(250,251,252,1);
|
|
357
|
+
--semi-color-bg-3: rgba(253,253,254,1);
|
|
358
358
|
--semi-color-bg-4: rgba(255,255,255,1);
|
|
359
359
|
--semi-color-info: rgba(var(--semi-blue-5), 1);
|
|
360
360
|
--semi-color-link: rgba(var(--semi-blue-5), 1);
|
|
@@ -7402,38 +7402,10 @@ body, :host {
|
|
|
7402
7402
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7403
7403
|
line-height: 16px;
|
|
7404
7404
|
line-height: 20px;
|
|
7405
|
-
display: inline-block;
|
|
7406
|
-
max-width: calc(100vw - 32px);
|
|
7407
|
-
}
|
|
7408
|
-
.semi-datepicker-compact:not(.semi-datepicker-compact-insetInput) {
|
|
7409
|
-
width: max-content;
|
|
7410
|
-
}
|
|
7411
|
-
.semi-datepicker-compact .semi-datepicker-container {
|
|
7412
|
-
width: max-content;
|
|
7413
|
-
}
|
|
7414
|
-
.semi-datepicker-compact .semi-datepicker-month-grid {
|
|
7415
|
-
width: max-content;
|
|
7416
|
-
}
|
|
7417
|
-
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month-grid-left,
|
|
7418
|
-
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month-grid-right {
|
|
7419
|
-
min-width: 216px;
|
|
7420
|
-
max-width: calc(100vw - 32px);
|
|
7421
|
-
}
|
|
7422
|
-
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month {
|
|
7423
|
-
margin-left: auto;
|
|
7424
|
-
margin-right: auto;
|
|
7425
7405
|
}
|
|
7426
7406
|
.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 {
|
|
7427
7407
|
height: calc(100% - 32px);
|
|
7428
7408
|
}
|
|
7429
|
-
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yam {
|
|
7430
|
-
position: relative;
|
|
7431
|
-
width: 100%;
|
|
7432
|
-
max-width: 100%;
|
|
7433
|
-
max-height: 256px;
|
|
7434
|
-
overflow-x: auto;
|
|
7435
|
-
overflow-y: hidden;
|
|
7436
|
-
}
|
|
7437
7409
|
.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 {
|
|
7438
7410
|
border-right: 1px solid var(--semi-color-border);
|
|
7439
7411
|
}
|
|
@@ -7451,16 +7423,6 @@ body, :host {
|
|
|
7451
7423
|
box-sizing: border-box;
|
|
7452
7424
|
height: 48px;
|
|
7453
7425
|
padding: 12px;
|
|
7454
|
-
width: 100%;
|
|
7455
|
-
max-width: 100%;
|
|
7456
|
-
}
|
|
7457
|
-
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-header button,
|
|
7458
|
-
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-header .semi-button {
|
|
7459
|
-
width: 100%;
|
|
7460
|
-
max-width: 100%;
|
|
7461
|
-
overflow: hidden;
|
|
7462
|
-
text-overflow: ellipsis;
|
|
7463
|
-
white-space: nowrap;
|
|
7464
7426
|
}
|
|
7465
7427
|
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-body {
|
|
7466
7428
|
display: flex;
|
|
@@ -7522,12 +7484,9 @@ body, :host {
|
|
|
7522
7484
|
height: calc(100% - 32px);
|
|
7523
7485
|
}
|
|
7524
7486
|
.semi-datepicker-compact .semi-datepicker-navigation {
|
|
7525
|
-
box-sizing: border-box;
|
|
7526
7487
|
height: 24px;
|
|
7527
7488
|
padding: 12px;
|
|
7528
7489
|
padding-bottom: 0;
|
|
7529
|
-
width: 100%;
|
|
7530
|
-
max-width: 100%;
|
|
7531
7490
|
}
|
|
7532
7491
|
.semi-datepicker-compact .semi-datepicker-navigation-left, .semi-datepicker-compact .semi-datepicker-navigation-right {
|
|
7533
7492
|
width: 24px;
|
|
@@ -7537,22 +7496,11 @@ body, :host {
|
|
|
7537
7496
|
min-width: 24px;
|
|
7538
7497
|
min-height: 24px;
|
|
7539
7498
|
}
|
|
7540
|
-
.semi-datepicker-compact .semi-datepicker-navigation-month {
|
|
7541
|
-
min-width: 0;
|
|
7542
|
-
overflow: hidden;
|
|
7543
|
-
}
|
|
7544
7499
|
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
|
|
7545
7500
|
font-size: 12px;
|
|
7546
7501
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7547
7502
|
line-height: 16px;
|
|
7548
7503
|
line-height: 20px;
|
|
7549
|
-
max-width: 100%;
|
|
7550
|
-
}
|
|
7551
|
-
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button > span {
|
|
7552
|
-
display: block;
|
|
7553
|
-
overflow: hidden;
|
|
7554
|
-
text-overflow: ellipsis;
|
|
7555
|
-
white-space: nowrap;
|
|
7556
7504
|
}
|
|
7557
7505
|
.semi-datepicker-compact .semi-datepicker-month {
|
|
7558
7506
|
width: 216px;
|
|
@@ -7697,9 +7645,7 @@ body, :host {
|
|
|
7697
7645
|
color: var(--semi-color-primary);
|
|
7698
7646
|
}
|
|
7699
7647
|
.semi-datepicker-compact .semi-datepicker-quick-control-month {
|
|
7700
|
-
|
|
7701
|
-
width: max-content;
|
|
7702
|
-
max-width: calc(100vw - 32px);
|
|
7648
|
+
max-width: 216px;
|
|
7703
7649
|
}
|
|
7704
7650
|
.semi-datepicker-compact .semi-datepicker-quick-control-month[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7705
7651
|
.semi-datepicker-compact .semi-datepicker-quick-control-month[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7710,9 +7656,7 @@ body, :host {
|
|
|
7710
7656
|
max-height: 218px;
|
|
7711
7657
|
}
|
|
7712
7658
|
.semi-datepicker-compact .semi-datepicker-quick-control-date {
|
|
7713
|
-
|
|
7714
|
-
width: max-content;
|
|
7715
|
-
max-width: calc(100vw - 32px);
|
|
7659
|
+
max-width: 216px;
|
|
7716
7660
|
}
|
|
7717
7661
|
.semi-datepicker-compact .semi-datepicker-quick-control-date[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7718
7662
|
.semi-datepicker-compact .semi-datepicker-quick-control-date[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7723,9 +7667,7 @@ body, :host {
|
|
|
7723
7667
|
max-height: 208px;
|
|
7724
7668
|
}
|
|
7725
7669
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTime {
|
|
7726
|
-
|
|
7727
|
-
width: max-content;
|
|
7728
|
-
max-width: calc(100vw - 32px);
|
|
7670
|
+
max-width: 216px;
|
|
7729
7671
|
}
|
|
7730
7672
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTime[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7731
7673
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTime[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7736,9 +7678,7 @@ body, :host {
|
|
|
7736
7678
|
max-height: 240px;
|
|
7737
7679
|
}
|
|
7738
7680
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateRange {
|
|
7739
|
-
|
|
7740
|
-
width: max-content;
|
|
7741
|
-
max-width: calc(100vw - 32px);
|
|
7681
|
+
max-width: 432px;
|
|
7742
7682
|
}
|
|
7743
7683
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateRange[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7744
7684
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateRange[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7749,9 +7689,7 @@ body, :host {
|
|
|
7749
7689
|
max-height: 208px;
|
|
7750
7690
|
}
|
|
7751
7691
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange {
|
|
7752
|
-
|
|
7753
|
-
width: max-content;
|
|
7754
|
-
max-width: calc(100vw - 32px);
|
|
7692
|
+
max-width: 432px;
|
|
7755
7693
|
}
|
|
7756
7694
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7757
7695
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -15709,9 +15647,9 @@ img[src=""], img:not([src]) {
|
|
|
15709
15647
|
.semi-modal-wrap {
|
|
15710
15648
|
position: fixed;
|
|
15711
15649
|
overflow: auto;
|
|
15712
|
-
top:
|
|
15650
|
+
top: 0px;
|
|
15713
15651
|
right: 0;
|
|
15714
|
-
bottom:
|
|
15652
|
+
bottom: 0px;
|
|
15715
15653
|
left: 0;
|
|
15716
15654
|
z-index: 1000;
|
|
15717
15655
|
-webkit-overflow-scrolling: touch;
|
|
@@ -16474,7 +16412,7 @@ img[src=""], img:not([src]) {
|
|
|
16474
16412
|
transition: padding-left 100ms ease-out, width 200ms cubic-bezier(0.62, 0.05, 0.36, 0.95);
|
|
16475
16413
|
}
|
|
16476
16414
|
.semi-navigation-vertical .semi-navigation-footer {
|
|
16477
|
-
color: var(--semi-color-text-
|
|
16415
|
+
color: var(--semi-color-text-2);
|
|
16478
16416
|
padding-left: 8px;
|
|
16479
16417
|
padding-right: 8px;
|
|
16480
16418
|
}
|
|
@@ -16486,7 +16424,6 @@ img[src=""], img:not([src]) {
|
|
|
16486
16424
|
.semi-navigation-vertical .semi-navigation-footer .semi-navigation-collapse-btn > .semi-button {
|
|
16487
16425
|
padding-left: 8px;
|
|
16488
16426
|
padding-right: 8px;
|
|
16489
|
-
color: var(--semi-color-text-1);
|
|
16490
16427
|
}
|
|
16491
16428
|
.semi-navigation-vertical .semi-navigation-footer-collapsed {
|
|
16492
16429
|
justify-content: center;
|
|
@@ -20764,7 +20701,6 @@ img[src=""], img:not([src]) {
|
|
|
20764
20701
|
}
|
|
20765
20702
|
.semi-switch-checked .semi-switch-knob {
|
|
20766
20703
|
transform: translateX(18px);
|
|
20767
|
-
background-color: rgba(var(--semi-white), 1);
|
|
20768
20704
|
}
|
|
20769
20705
|
.semi-switch-checked:active .semi-switch-knob {
|
|
20770
20706
|
transform: translateX(12px);
|
|
@@ -22912,32 +22848,6 @@ img[src=""], img:not([src]) {
|
|
|
22912
22848
|
color: var(--semi-color-text-0);
|
|
22913
22849
|
}
|
|
22914
22850
|
|
|
22915
|
-
.semi-tag-split {
|
|
22916
|
-
display: inline-flex;
|
|
22917
|
-
align-items: center;
|
|
22918
|
-
}
|
|
22919
|
-
.semi-tag-split .semi-tag {
|
|
22920
|
-
border-radius: 0;
|
|
22921
|
-
margin-right: 1px;
|
|
22922
|
-
}
|
|
22923
|
-
.semi-tag-split .semi-tag-first {
|
|
22924
|
-
border-top-left-radius: var(--semi-border-radius-small);
|
|
22925
|
-
border-bottom-left-radius: var(--semi-border-radius-small);
|
|
22926
|
-
}
|
|
22927
|
-
.semi-tag-split .semi-tag-last {
|
|
22928
|
-
border-top-right-radius: var(--semi-border-radius-small);
|
|
22929
|
-
border-bottom-right-radius: var(--semi-border-radius-small);
|
|
22930
|
-
margin-right: unset;
|
|
22931
|
-
}
|
|
22932
|
-
.semi-tag-split .semi-tag-circle.semi-tag-first {
|
|
22933
|
-
border-top-left-radius: var(--semi-border-radius-full);
|
|
22934
|
-
border-bottom-left-radius: var(--semi-border-radius-full);
|
|
22935
|
-
}
|
|
22936
|
-
.semi-tag-split .semi-tag-circle.semi-tag-last {
|
|
22937
|
-
border-top-right-radius: var(--semi-border-radius-full);
|
|
22938
|
-
border-bottom-right-radius: var(--semi-border-radius-full);
|
|
22939
|
-
}
|
|
22940
|
-
|
|
22941
22851
|
.semi-rtl .semi-tag,
|
|
22942
22852
|
.semi-portal-rtl .semi-tag {
|
|
22943
22853
|
direction: rtl;
|
|
@@ -23101,8 +23011,6 @@ img[src=""], img:not([src]) {
|
|
|
23101
23011
|
padding-left: 4px;
|
|
23102
23012
|
padding-right: 4px;
|
|
23103
23013
|
overflow: hidden;
|
|
23104
|
-
position: relative;
|
|
23105
|
-
/* hidden mirror used to measure input text width */
|
|
23106
23014
|
}
|
|
23107
23015
|
.semi-tagInput-wrapper-tag {
|
|
23108
23016
|
margin-right: 4px;
|
|
@@ -23145,8 +23053,6 @@ img[src=""], img:not([src]) {
|
|
|
23145
23053
|
.semi-tagInput-wrapper .semi-tagInput-wrapper-input {
|
|
23146
23054
|
flex-grow: 1;
|
|
23147
23055
|
width: min-content;
|
|
23148
|
-
min-width: 2px;
|
|
23149
|
-
max-width: 100%;
|
|
23150
23056
|
border: none;
|
|
23151
23057
|
outline: none;
|
|
23152
23058
|
background-color: transparent;
|
|
@@ -23188,19 +23094,6 @@ img[src=""], img:not([src]) {
|
|
|
23188
23094
|
height: 24px;
|
|
23189
23095
|
line-height: 24px;
|
|
23190
23096
|
}
|
|
23191
|
-
.semi-tagInput-wrapper-inputMirror {
|
|
23192
|
-
position: absolute;
|
|
23193
|
-
top: 0;
|
|
23194
|
-
left: 0;
|
|
23195
|
-
visibility: hidden;
|
|
23196
|
-
pointer-events: none;
|
|
23197
|
-
height: 0;
|
|
23198
|
-
overflow: hidden;
|
|
23199
|
-
white-space: pre;
|
|
23200
|
-
font-size: 14px;
|
|
23201
|
-
font-weight: 400;
|
|
23202
|
-
font-family: inherit;
|
|
23203
|
-
}
|
|
23204
23097
|
.semi-tagInput-clearBtn {
|
|
23205
23098
|
display: flex;
|
|
23206
23099
|
justify-content: center;
|
|
@@ -26568,11 +26461,6 @@ p.semi-typography-extended,
|
|
|
26568
26461
|
background-color: var(--semi-color-fill-3);
|
|
26569
26462
|
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);
|
|
26570
26463
|
}
|
|
26571
|
-
.semi-input-textarea-wrapper-resizeX {
|
|
26572
|
-
display: inline-block;
|
|
26573
|
-
width: fit-content;
|
|
26574
|
-
max-width: 100%;
|
|
26575
|
-
}
|
|
26576
26464
|
.semi-input-textarea-wrapper:hover {
|
|
26577
26465
|
background-color: var(--semi-color-bg-2);
|
|
26578
26466
|
}
|
|
@@ -26593,9 +26481,6 @@ p.semi-typography-extended,
|
|
|
26593
26481
|
color: var(--semi-color-text-2);
|
|
26594
26482
|
right: 4px;
|
|
26595
26483
|
height: 32px;
|
|
26596
|
-
display: flex;
|
|
26597
|
-
align-items: center;
|
|
26598
|
-
justify-content: center;
|
|
26599
26484
|
}
|
|
26600
26485
|
.semi-input-textarea-wrapper .semi-input-clearbtn > svg {
|
|
26601
26486
|
pointer-events: none;
|
|
@@ -26698,7 +26583,6 @@ p.semi-typography-extended,
|
|
|
26698
26583
|
}
|
|
26699
26584
|
.semi-input-textarea-autosize {
|
|
26700
26585
|
overflow: hidden;
|
|
26701
|
-
resize: none;
|
|
26702
26586
|
}
|
|
26703
26587
|
.semi-input-textarea-counter {
|
|
26704
26588
|
font-size: 12px;
|
|
@@ -26741,14 +26625,6 @@ p.semi-typography-extended,
|
|
|
26741
26625
|
padding: 0;
|
|
26742
26626
|
align-items: flex-start;
|
|
26743
26627
|
}
|
|
26744
|
-
.semi-input-textarea-wrapper-withLineNumber.semi-input-textarea-wrapper-resizeX {
|
|
26745
|
-
display: inline-flex;
|
|
26746
|
-
width: fit-content;
|
|
26747
|
-
max-width: 100%;
|
|
26748
|
-
}
|
|
26749
|
-
.semi-input-textarea-wrapper-withLineNumber.semi-input-textarea-wrapper-resizeX .semi-input-textarea-content {
|
|
26750
|
-
flex: 0 0 auto;
|
|
26751
|
-
}
|
|
26752
26628
|
.semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-lineNumber {
|
|
26753
26629
|
flex-shrink: 0;
|
|
26754
26630
|
padding: 5px 12px;
|