From b25cbcfed10f54371052481857a15c252118b97b Mon Sep 17 00:00:00 2001 From: XPoet Date: Tue, 5 Jan 2021 16:01:26 +0800 Subject: [PATCH] style: modified header shrink height --- source/css/layout/common/variables.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/layout/common/variables.styl b/source/css/layout/common/variables.styl index 9185481..4e6d1ac 100644 --- a/source/css/layout/common/variables.styl +++ b/source/css/layout/common/variables.styl @@ -6,7 +6,7 @@ // layout // ======================================================================== $header-height = 76px; // 头部默认高度 -$header-shrink-height = $header-height * 0.8; // 头部收缩高度 +$header-shrink-height = $header-height * 0.72; // 头部收缩高度 $header-progress-height = 2.8px; // 头部进度条高度 $main-content-width = 80%; // 中间内容区域宽度(PC) $main-content-width-tablet = 85%; // 中间内容区域宽度(平板)