From 546416837c98fd08edf88ced46da7703f31e0582 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sat, 27 Jan 2024 23:56:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=99=BB=E5=BD=95=E6=A1=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 77 +++++++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 31 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 179df49c..e503161a 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -55,7 +55,6 @@ class="flex-1" :placeholder="$t('login.password')" :type="passwordVisible === false ? 'password' : 'input'" - size="large" name="password" @keyup="checkCapslock" @keyup.enter="handleLogin" @@ -70,25 +69,27 @@ - - - - + +
+ + + - + +