|
@@ -57,7 +57,7 @@ $base-menu-item-height: 50px;
|
|
//app-main的高度
|
|
//app-main的高度
|
|
$base-app-main-height: calc(
|
|
$base-app-main-height: calc(
|
|
100vh - #{$base-nav-bar-height} - #{$base-tabs-bar-height} - #{$base-padding} -
|
|
100vh - #{$base-nav-bar-height} - #{$base-tabs-bar-height} - #{$base-padding} -
|
|
- #{$base-padding} - 55px - 30px
|
|
|
|
|
|
+ #{$base-padding} - 55px - 55px
|
|
);
|
|
);
|
|
//纵向布局时左侧导航未折叠时的宽度
|
|
//纵向布局时左侧导航未折叠时的宽度
|
|
$base-left-menu-width: 240px;
|
|
$base-left-menu-width: 240px;
|