fix: 调整组件的内边距和边距以优化布局

This commit is contained in:
jxxghp
2025-04-09 15:59:00 +08:00
parent 561bdf4137
commit 7e70b1b7ab
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ const currentPath = computed(() => route.path)
<VList class="font-bold" lines="one" elevation="1">
<VListSubheader class="bg-transparent"> 更多 </VListSubheader>
<VListItem
class="pe-20"
class="pe-20 ps-5"
v-for="(menu, index) in moreMemus"
:key="index"
:prepend-icon="menu.icon"