Commit eb96b772 by Jianli Ou

样式调整

parent 66790f40
......@@ -110,6 +110,16 @@ export default {
color: #50C96B;
margin-right: 10px;
}
.bi-check-circle-fill {
position: relative;
display: inline-block;
width: 11px;
height: 11px;
background: #50c96b;
margin-left: 3px;
margin-right: 9px;
border-radius: 50%;
}
.color-grey{
color: #666666;
margin:0 5px 0 20px;
......
......@@ -205,6 +205,16 @@ export default {
color: #50c96b;
margin-right: 10px;
}
.bi-check-circle-fill {
position: relative;
display: inline-block;
width: 11px;
height: 11px;
background: #50c96b;
margin-left: 3px;
margin-right: 9px;
border-radius: 50%;
}
.color-grey {
color: #666666;
margin: 0 5px 0 20px;
......
......@@ -124,6 +124,7 @@ export default {
this.$router.push({path: '/MyManage/admin/check'})
} else {
this.userLoginError = '用户名或密码不正确!'
this.showUserLoginError = true;
}
} else {
this.userLoginError = '验证码不正确!'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment