From 226e57f51155e8d1bf01f2bdca36f5df9a6d885f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=97=E9=91=AB?= <1204505056@qq.com> Date: Wed, 15 Jul 2020 09:55:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=97=B6=E6=BB=9A=E5=8A=A8=E6=9D=A1=E4=B8=8A=E4=B8=8B?= =?UTF-8?q?=E8=B7=B3=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/vab.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/vab.scss b/src/styles/vab.scss index 3e9960c..49da6bd 100644 --- a/src/styles/vab.scss +++ b/src/styles/vab.scss @@ -147,6 +147,9 @@ html { /* 进度条开始 */ #nprogress { + position: fixed; + z-index: $base-z-index; + .bar { background: $base-color-blue !important; }