sunlupeng hai 1 ano
pai
achega
1008d48937
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/layout/components/Sidebar/Item.vue

+ 1 - 1
src/layout/components/Sidebar/Item.vue

@@ -17,7 +17,7 @@ export default {
     const vnodes = []
 
     if (icon) {
-      vnodes.push(<svg-icon icon-class={icon}/>)
+      vnodes.push(<svg-icon style="vertical-align: middle;" icon-class={icon}/>)
     }
 
     if (title) {