'admin-21.01.27:顶部进度条颜色同步主题色'
This commit is contained in:
parent
a1d500e40b
commit
4e57c6295d
@ -109,6 +109,15 @@ body,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* nprogress 进度条跟随主题颜色
|
||||||
|
------------------------------- */
|
||||||
|
#nprogress {
|
||||||
|
.bar {
|
||||||
|
background: var(--color-primary) !important;
|
||||||
|
z-index: 9999999 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* flex 弹性布局
|
/* flex 弹性布局
|
||||||
------------------------------- */
|
------------------------------- */
|
||||||
.flex {
|
.flex {
|
||||||
|
Loading…
Reference in New Issue
Block a user