Explorar el Código

修改左侧菜单宽度

初志鑫 hace 4 años
padre
commit
9efe555a5a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/styles/variables.scss

+ 2 - 2
src/styles/variables.scss

@@ -57,10 +57,10 @@ $base-menu-item-height: 50px;
 //app-main的高度
 $base-app-main-height: calc(
   100vh - #{$base-nav-bar-height} - #{$base-tags-bar-height} - #{$base-padding} -
-    #{$base-padding} - 55px - 30px
+  #{$base-padding} - 55px - 30px
 );
 //纵向布局时左侧导航未折叠时的宽度
-$base-left-menu-width: 230px;
+$base-left-menu-width: 256px;
 //纵向布局时左侧导航未折叠时右侧内容的宽度
 $base-right-content-width: calc(100% - #{$base-left-menu-width});
 //纵向布局时左侧导航已折叠时的宽度