From 4e57c6295dfed221ee3a6033d26ad5130ba5a81d Mon Sep 17 00:00:00 2001 From: lyt-Top <1105290566@qq.com> Date: Wed, 27 Jan 2021 20:16:48 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.01.27:=E9=A1=B6=E9=83=A8=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E9=A2=9C=E8=89=B2=E5=90=8C=E6=AD=A5=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E8=89=B2'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue-admin-wonderful-next/src/theme/app.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vue-admin-wonderful-next/src/theme/app.scss b/vue-admin-wonderful-next/src/theme/app.scss index a4035f83..0690d2e6 100644 --- a/vue-admin-wonderful-next/src/theme/app.scss +++ b/vue-admin-wonderful-next/src/theme/app.scss @@ -109,6 +109,15 @@ body, } } +/* nprogress 进度条跟随主题颜色 +------------------------------- */ +#nprogress { + .bar { + background: var(--color-primary) !important; + z-index: 9999999 !important; + } +} + /* flex 弹性布局 ------------------------------- */ .flex {