sunlupeng 1 anno fa
parent
commit
1008d48937
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {