样式更新

This commit is contained in:
zhangjunwen 2024-04-19 10:29:36 +08:00
parent b75dd3df62
commit c20c4c2b3b

View File

@ -37,7 +37,7 @@
style="font-size: 14px" style="font-size: 14px"
:class="{ active: currentNav === index }" :class="{ active: currentNav === index }"
@click="handleJumpPath(item.path)" @click="handleJumpPath(item.path)"
> > <svg-icon :icon-class="item.meta.icon" />
{{ item.meta.title }}</span> {{ item.meta.title }}</span>
</template> </template>
</div> </div>