feat: 侧边栏按钮样式逻辑修改

This commit is contained in:
tim
2025-09-07 13:20:53 +08:00
parent db8c896b71
commit 6fffdb0fd6
4 changed files with 44 additions and 2 deletions

View File

@@ -122,6 +122,11 @@
class="section-item-icon"
:alt="t.name"
/>
<component
v-else-if="t.smallIcon || t.icon"
:is="t.smallIcon || t.icon"
class="section-item-icon"
/>
<tag-one v-else class="section-item-icon" />
<span class="section-item-text"
>{{ t.name }} <span class="section-item-text-count">x {{ t.count }}</span></span