fix: open mobile admin drawer from left side

This commit is contained in:
2026-02-07 09:40:15 +08:00
parent f7832c3c15
commit dd9cc5a76d
19 changed files with 53 additions and 53 deletions

View File

@@ -182,7 +182,7 @@ async function go(path) {
</el-main>
</el-container>
<el-drawer v-model="drawerOpen" size="min(82vw, 280px)" :with-header="false">
<el-drawer v-model="drawerOpen" size="min(82vw, 280px)" direction="ltr" :with-header="false">
<div class="drawer-brand">
<div class="brand-title">后台管理</div>
<div class="brand-sub app-muted">知识管理平台</div>