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

This commit is contained in:
初志鑫 2020-07-15 09:55:46 +08:00
parent a8649d7b6e
commit 226e57f511

View File

@ -147,6 +147,9 @@ html {
/* 进度条开始 */
#nprogress {
position: fixed;
z-index: $base-z-index;
.bar {
background: $base-color-blue !important;
}