forked from integrated_whb/integrated_whb_vue
init
parent
dfc19df839
commit
f3fe3cf185
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue