From 26f6db2c5352ae91e4321c0bd3d7c89c00171135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B1=9F=E8=BE=B0?= Date: Wed, 24 Jan 2024 15:42:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BD=91=E9=A1=B5=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=9D=A1=E8=B7=9F=E9=9A=8F=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/global.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/assets/style/global.less b/src/assets/style/global.less index 19a3f3b..61a9014 100644 --- a/src/assets/style/global.less +++ b/src/assets/style/global.less @@ -101,3 +101,9 @@ body { } } } + +// 调整页面加载进度条颜色 +#nprogress .bar { + background: rgb(var(--arcoblue-5)) !important; +} +