This commit is contained in:
宋伟佳
2021-11-22 09:50:43 +08:00
parent 12df31af67
commit cd988c4f7e
+2 -2
View File
@@ -2,8 +2,8 @@
<div @click="toPage">
<div>
<div v-if="label" class="icon-style">
<span v-for="item in icons" v-if="item.label === label" :class="item.icon">
<span style="padding-left: 10px">
<span v-for="item in icons" v-if="item.label === label" :class="item.icon" style="font-size: 20px;">
<span style="padding-left: 10px; font-size: 16px">
{{ label }}
</span>
</span>