From 51de90df0ac8e322eec048d832296e324c8295ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Sun, 6 Jul 2025 09:47:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index a814fa6..69334c9 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -115,7 +115,7 @@ const loginHandle = async () => { trigger: ['blur', 'change'], }" > - + @@ -133,7 +133,7 @@ const loginHandle = async () => { trigger: ['blur', 'change'], }" > - + @@ -212,4 +212,14 @@ const loginHandle = async () => { align-items: center; margin-top: 4rem; } +.login-box { + ::v-deep .el-form-item__error { + color: #f56c6c; + font-size: 14px; + font-weight: 600; + margin-top: 4px; + margin-left: 55px; + padding: 0; + } +}