'admin-21.01.27:顶部进度条颜色同步主题色'

This commit is contained in:
lyt-Top 2021-01-27 20:16:48 +08:00
parent a1d500e40b
commit 4e57c6295d

View File

@ -109,6 +109,15 @@ body,
}
}
/* nprogress 进度条跟随主题颜色
------------------------------- */
#nprogress {
.bar {
background: var(--color-primary) !important;
z-index: 9999999 !important;
}
}
/* flex 弹性布局
------------------------------- */
.flex {