update 调整菜单栏收起时的样式

This commit is contained in:
lau
2025-09-09 20:11:27 +08:00
parent b4a40c94dc
commit 3da18c9464
2 changed files with 40 additions and 9 deletions
+1
View File
@@ -11,6 +11,7 @@
:unique-opened="true"
:active-text-color="theme"
:collapse-transition="false"
:popper-offset="12"
mode="vertical"
>
<sidebar-item v-for="(r, index) in sidebarRouters" :key="r.path + index" :item="r" :base-path="r.path" />