Skip to content

Commit

Permalink
feat: 网页加载进度条跟随主题色
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc committed Jan 24, 2024
1 parent f284975 commit 26f6db2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/style/global.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ body {
}
}
}

// 调整页面加载进度条颜色
#nprogress .bar {
background: rgb(var(--arcoblue-5)) !important;
}

0 comments on commit 26f6db2

Please sign in to comment.