refactor: update row density to compact in various components for improved layout

This commit is contained in:
skytek_xinliang
2026-03-26 16:25:41 +08:00
parent 389ec56480
commit 24f86c3fb5
10 changed files with 439 additions and 149 deletions
@@ -4,7 +4,7 @@
{{ title }}
</v-card-title>
<v-card-text class="pa-4">
<v-row dense>
<v-row density="compact">
<v-col v-for="(nav, i) in navs" :key="i" class="text-center mb-2" cols="4">
<v-btn
class="mb-1"