feat: smooth report refresh and redesign system settings mobile UI

This commit is contained in:
2026-02-07 08:57:25 +08:00
parent 6eb0651e23
commit 121251a1f2
48 changed files with 388 additions and 391 deletions

View File

@@ -182,7 +182,7 @@ async function go(path) {
</el-main>
</el-container>
<el-drawer v-model="drawerOpen" size="240px" :with-header="false">
<el-drawer v-model="drawerOpen" size="min(82vw, 280px)" :with-header="false">
<div class="drawer-brand">
<div class="brand-title">后台管理</div>
<div class="brand-sub app-muted">知识管理平台</div>
@@ -361,6 +361,10 @@ async function go(path) {
display: none;
}
.admin-name strong {
display: none;
}
.layout-main {
padding: 12px;
}