From 9efe555a5a5cf6bc4571e5a10ddef991c72af810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=97=E9=91=AB?= <1204505056@qq.com> Date: Tue, 14 Jul 2020 09:41:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A6=E4=BE=A7=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 75f06ea..9aedc97 100644 --- a/src/styles/variables.scss +++ b/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}); //纵向布局时左侧导航已折叠时的宽度