From ed35d0b4c2051e067bd9904c4b0158257d5db0d9 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期二, 02 八月 2022 18:58:30 +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