style: 统一主体列表搜索与统计布局

This commit is contained in:
GouJ
2026-09-02 10:53:45 +08:00
parent 4f9b44298e
commit 924ccc4b48
5 changed files with 61 additions and 40 deletions
-21
View File
@@ -216,27 +216,6 @@
}
}
.search-field {
display: flex;
align-items: center;
gap: 8px;
background: var(--app-surface);
border-radius: 0;
padding: 7px 10px;
color: var(--color-muted);
}
.search-field input {
background: transparent;
border: none;
outline: none;
font-size: 11px;
width: 145px;
color: var(--color-ink);
}
.search-field:has(> input):focus-within {
outline: 2px solid var(--color-accent);
outline-offset: 2px;
}
.table-scroll {
overflow: hidden;
}