1. 去掉登录页按钮,的dislable

This commit is contained in:
ssyang1993 2021-06-18 17:05:00 +08:00
parent 34955a8e5c
commit 818e7e01d2
1 changed files with 0 additions and 2 deletions

View File

@ -71,7 +71,6 @@
htmlType="submit"
class="login-button"
:loading="loginBtnLoadingFlag"
:disabled="loginBtnLoadingFlag"
>登录
</a-button>
</a-form-item>
@ -168,7 +167,6 @@ export default {
font-size: 16px;
height: 40px;
width: 100%;
// background-color: @jee-theme;
}
.user-login-other {