dev_202412
yujialong 6 months ago
parent f1bbd5be05
commit a5a224d885
  1. 12
      src/pages/account/login/index.vue

@ -509,6 +509,7 @@ export default {
if (!this.phoneReg.test(val) && !this.mailReg.test(val)) {
this.$refs[type ? 'diaPhoneItem' : 'phoneItem'].clearValidate()
this.diaClientMsg = ''
this[type ? 'diaClientExist' : 'verFormEnable'] = false
return false
}
@ -808,8 +809,13 @@ export default {
padding: 0 20px 0 34px;
line-height: 50px;
background-color: #fbfbfb;
border: 1px solid #e1e6f2;
border-color: #e1e6f2;
border-radius: 4px !important;
&:focus {
border-color: $main-color;
box-shadow: 0 0 2px #4486e9;
}
}
.resetPw {
@ -858,8 +864,8 @@ export default {
.ver-img {
position: absolute;
top: 1px;
right: 1px;
top: 2px;
right: 2px;
}
/deep/.el-form-item__error {

Loading…
Cancel
Save