style: modified header shrink height
This commit is contained in:
parent
1ae4979ae9
commit
b25cbcfed1
|
@ -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%; // 中间内容区域宽度(平板)
|
||||
|
|
Loading…
Reference in New Issue