update at 2026-02-13 15:02:51

This commit is contained in:
douboer@gmail.com
2026-02-13 15:02:51 +08:00
parent 36befbb63f
commit bb3a64b624
3 changed files with 478 additions and 6 deletions

View File

@@ -609,6 +609,32 @@ body {
line-height: 22px;
}
.target-align-control {
display: inline-flex;
align-items: center;
gap: 6px;
}
.target-align-label {
font-size: 14px;
font-weight: 600;
color: #000;
line-height: 1;
white-space: nowrap;
}
.target-align-select {
min-width: 88px;
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);
@@ -694,6 +720,10 @@ body {
margin-left: 0;
}
.target-align-control {
margin-left: 0;
}
.footer {
font-size: 14px;
}