style: 🌈移动端适配,进度条颜色跟随主题

This commit is contained in:
超凡
2025-03-27 00:01:44 +08:00
parent 03968a6cc1
commit 61ae8ba350
5 changed files with 63 additions and 191 deletions

View File

@@ -17,12 +17,7 @@
padding: calc(var(--el-card-padding) - 8px) var(--el-card-padding);
}
.link-type,
.link-type:focus {
color: #337ab7;
cursor: pointer;
&:hover {
color: rgb(32 160 255);
}
// 进度条颜色
#nprogress .bar {
background-color: var(--el-color-primary);
}