优化标签显示效果

This commit is contained in:
jxxghp
2025-01-28 09:11:52 +08:00
parent c6a74a75da
commit 52b68c18bf
4 changed files with 5 additions and 5 deletions

View File

@@ -399,7 +399,7 @@ onMounted(async () => {
<div>
<VTabs v-model="activeTab" show-arrows>
<VTab v-for="item in PluginTabs" :value="item.tab">
<div class="flex align-center mx-5">
<div class="flex align-center min-w-24">
<VIcon size="20" start :icon="item.icon" />
{{ item.title }}
</div>