修复页面加载时滚动条上下跳动
This commit is contained in:
parent
a8649d7b6e
commit
226e57f511
|
|
@ -147,6 +147,9 @@ html {
|
|||
|
||||
/* 进度条开始 */
|
||||
#nprogress {
|
||||
position: fixed;
|
||||
z-index: $base-z-index;
|
||||
|
||||
.bar {
|
||||
background: $base-color-blue !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue