pull/1/head
LiuJiaNan 2024-02-05 15:56:25 +08:00
parent dfc19df839
commit f3fe3cf185
1 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@
<component <component
v-if="menu.meta?.icon" v-if="menu.meta?.icon"
:is="'icon-' + menu.meta.icon" :is="'icon-' + menu.meta.icon"
theme="filled" theme="outline"
fill="#a5b2c2" fill="#fff"
size="18" size="18"
:stroke-width="3" :stroke-width="3"
style="margin-right: 15px" style="margin-right: 15px"
@ -23,8 +23,8 @@
<component <component
v-if="menu.meta?.icon" v-if="menu.meta?.icon"
:is="'icon-' + menu.meta.icon" :is="'icon-' + menu.meta.icon"
theme="filled" theme="outline"
fill="#a5b2c2" fill="#fff"
size="18" size="18"
:stroke-width="3" :stroke-width="3"
style="margin-right: 15px" style="margin-right: 15px"