标签紧凑视图

This commit is contained in:
fofolee
2022-05-01 16:05:47 +08:00
parent 8286b66c1e
commit 3a2793d499
3 changed files with 23 additions and 2 deletions

View File

@@ -11,7 +11,14 @@
overflow: 'hidden',
}"
>
<q-tabs v-model="currentTag" vertical outside-arrows class="text-primary">
<q-tabs
v-model="currentTag"
vertical
outside-arrows
class="text-primary"
:key="$root.profile.denseTagBar"
:dense="$root.profile.denseTagBar"
>
<!-- 所有标签 -->
<q-tab
v-for="tag in allQuickCommandTags"