From fc65f8f6894e71ea5299c381f77f63b8e57e0f16 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:36:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=20(#6190)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/login/components/login-form.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/login/components/login-form.vue b/frontend/src/views/login/components/login-form.vue index eeb149c35..3e0d42da4 100644 --- a/frontend/src/views/login/components/login-form.vue +++ b/frontend/src/views/login/components/login-form.vue @@ -421,13 +421,14 @@ onMounted(() => { } .login-captcha { + margin-top: 10px; + :deep(.el-input__wrapper) { background: none !important; box-shadow: none !important; border-radius: 0 !important; border-bottom: 1px solid #dcdfe6; } - margin-top: 10px; .el-input { width: 50%; height: 44px;