mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 15:39:36 +00:00
perf: 进度条颜色根据系统颜色变化
This commit is contained in:
committed by
Jiangjie.Bai
parent
e80b162eca
commit
a99a5a6312
@@ -496,3 +496,11 @@ td .el-button.el-button--mini {
|
||||
.el-alert.el-alert--error.is-light {
|
||||
border-color: var(--color-danger-light);
|
||||
}
|
||||
|
||||
#nprogress .bar {
|
||||
background: light-5!important;
|
||||
}
|
||||
|
||||
#nprogress .peg {
|
||||
box-shadow: 0 0 10px light-5, 0 0 5px light-5!important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user