1. 去掉登录页按钮,的dislable
This commit is contained in:
parent
34955a8e5c
commit
818e7e01d2
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue