Browse Source

style: 调整侧边栏宽度为228px

louhangfei 10 months ago
parent
commit
747cc5e6f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/MenuLayout.vue

+ 1 - 1
src/layout/MenuLayout.vue

@@ -90,7 +90,7 @@
   .aside {
     display: flex;
     flex-direction: column;
-    width: 270px;
+    width: 228px;
     height: 100%;
     flex-shrink: 0;
     border-radius: 4px;