From f342134f75f98615d854986b99e172a413205600 Mon Sep 17 00:00:00 2001 From: zhangli <2235006734@qq.com> Date: Wed, 27 Sep 2023 18:59:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Login/components/LoginForm.vue | 48 ++++++++---------------- 1 file changed, 16 insertions(+), 32 deletions(-) diff --git a/src/views/Login/components/LoginForm.vue b/src/views/Login/components/LoginForm.vue index 2e7790cc0..e5efa012a 100644 --- a/src/views/Login/components/LoginForm.vue +++ b/src/views/Login/components/LoginForm.vue @@ -16,43 +16,27 @@ + :prefix-icon="iconAvatar" style="height: 42px;" /> + :prefix-icon="iconLock" show-password type="password" @keyup.enter="getCode()" style="height: 42px;"/> - - - -
- - + +
+ + - - - +
+ +
+ @@ -69,7 +53,7 @@ - + { if (!data) { return } - loginData.loginForm.captchaVerification = params.captchaVerification const res = await LoginApi.login(loginData.loginForm) if (!res) { return