From 617a2c010e11911ef5aa7500b59d46c1cc991499 Mon Sep 17 00:00:00 2001 From: IGCrystal Date: Tue, 17 Jun 2025 22:20:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 处理的是分隔线的样式 --- dashboard/src/views/authentication/auth/LoginPage.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/src/views/authentication/auth/LoginPage.vue b/dashboard/src/views/authentication/auth/LoginPage.vue index c4f09782b..c634cdd92 100644 --- a/dashboard/src/views/authentication/auth/LoginPage.vue +++ b/dashboard/src/views/authentication/auth/LoginPage.vue @@ -85,7 +85,7 @@ onMounted(() => {
- + {
- + { } .custom-divider { - border-color: rgba(94, 53, 177, 0.1) !important; + border-color: rgba(94, 53, 177, 0.3) !important; opacity: 1; } .login-page-container-dark .custom-divider { - border-color: rgba(114, 46, 209, 0.08) !important; + border-color: rgba(180, 148, 246, 0.4) !important; } .loginBox {