Browse Source

style: sidebar icon position

lrl 3 years ago
parent
commit
3943164ad6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/layout/components/sidebar/sidebarItem.vue

+ 1 - 0
src/layout/components/sidebar/sidebarItem.vue

@@ -94,6 +94,7 @@ function resolvePath(routePath) {
       <template #title>
         <div
           style="
+            width: 100%;
             display: flex;
             align-items: center;
             justify-content: space-between;