perf: 进度条颜色根据系统颜色变化

This commit is contained in:
“huailei000”
2023-04-23 15:31:07 +08:00
committed by Jiangjie.Bai
parent e80b162eca
commit a99a5a6312

View File

@@ -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;
}