update at 2026-02-13 14:20:39
This commit is contained in:
@@ -399,10 +399,6 @@ body {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.total-row .column-label {
|
||||
color: var(--text-4);
|
||||
}
|
||||
|
||||
.select-btn {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
@@ -587,6 +583,32 @@ body {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
.label-position-control {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.label-position-label {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
color: #000;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.label-position-select {
|
||||
min-width: 64px;
|
||||
height: 24px;
|
||||
border: 1px solid #c9aee0;
|
||||
border-radius: 2px;
|
||||
background: #fff;
|
||||
color: #1d2129;
|
||||
font-size: 14px;
|
||||
padding: 0 20px 0 6px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.example-line {
|
||||
margin: 4px 0 8px;
|
||||
color: var(--text-4);
|
||||
@@ -668,6 +690,10 @@ body {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.label-position-control {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user