From 3d95e04bf544177c9e847a96d903f9596b4f2cfa Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期二, 02 八月 2022 19:52:48 +0800 Subject: [PATCH] 山东最新版本 --- src/views/login/components/loginForm.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/login/components/loginForm.vue b/src/views/login/components/loginForm.vue index b334c4b..ca53a63 100644 --- a/src/views/login/components/loginForm.vue +++ b/src/views/login/components/loginForm.vue @@ -244,6 +244,7 @@ this.gotCode = true; }) .catch((err) => { + console.log(this.$refs[formName].fields); this.$refs[formName].fields[0].validateState = "error"; setTimeout(() => { if (document.querySelector(".el-form-item__error")) { @@ -378,7 +379,7 @@ width: 660px; height: 454px; left: 240px; - top: 313px; + top: 25vh; box-sizing: border-box; background-color: #fff; -- Gitblit v1.8.0