mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-05-05 13:56:35 +08:00
修改左侧菜单宽度
This commit is contained in:
parent
af0cb99c55
commit
9efe555a5a
@ -60,7 +60,7 @@ $base-app-main-height: calc(
|
|||||||
#{$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});
|
$base-right-content-width: calc(100% - #{$base-left-menu-width});
|
||||||
//纵向布局时左侧导航已折叠时的宽度
|
//纵向布局时左侧导航已折叠时的宽度
|
||||||
|
Loading…
x
Reference in New Issue
Block a user