feat: smooth report refresh and redesign system settings mobile UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user