优化后台

This commit is contained in:
Azmat@qq.com
2026-09-22 11:46:22 +08:00
parent 2745760d33
commit 03ceb82329
13 changed files with 76 additions and 237 deletions
-18
View File
@@ -90,24 +90,6 @@
border-top: 1px solid var(--st-line);
background: rgba(28, 34, 43, 0.02);
}
.admin-back {
display: inline-flex;
align-items: center;
gap: 8px;
height: 36px;
padding: 0 10px;
border: 0;
border-radius: 8px;
background: transparent;
color: var(--st-muted);
font: inherit;
font-size: 13px;
font-weight: 500;
cursor: pointer;
}
.admin-back:hover { color: var(--st-text); background: var(--st-hover); }
.admin-back svg { width: 16px; height: 16px; }
.admin-user {
display: flex;
align-items: center;