Commit 226e57f5 by 初志鑫

修复页面加载时滚动条上下跳动

parent a8649d7b
...@@ -147,6 +147,9 @@ html { ...@@ -147,6 +147,9 @@ html {
/* 进度条开始 */ /* 进度条开始 */
#nprogress { #nprogress {
position: fixed;
z-index: $base-z-index;
.bar { .bar {
background: $base-color-blue !important; background: $base-color-blue !important;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment