zhangzengfei
2022-08-04 c746bd5e7640a2e7d0c29134d23ee266d8e68a52
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;