Commit e07bc3d92906a264a6adaa4ff8ed252dea5067f4
1 parent
3924803e
pref: DEFECT-1540 已经是账号登录界面了,此账号登录则可以不显示
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | ... | @@ -47,12 +47,12 @@ |
| 47 | 47 | {{ t('sys.login.loginButton') }} |
| 48 | 48 | </Button> |
| 49 | 49 | </FormItem> |
| 50 | - <ARow class="enter-x flex justify-between"> | |
| 51 | - <ACol :md="11" :xs="24"> | |
| 50 | + <ARow class="enter-x flex justify-center"> | |
| 51 | + <!-- <ACol :md="11" :xs="24"> | |
| 52 | 52 | <Button block @click="setLoginState(LoginStateEnum.LOGIN)"> |
| 53 | 53 | {{ t('sys.login.userNameInFormTitle') }} |
| 54 | 54 | </Button> |
| 55 | - </ACol> | |
| 55 | + </ACol> --> | |
| 56 | 56 | <ACol :md="11" :xs="24"> |
| 57 | 57 | <Button block @click="setLoginState(LoginStateEnum.MOBILE)"> |
| 58 | 58 | {{ t('sys.login.mobileSignInFormTitle') }} | ... | ... |