Browse Source
style: fix style error of login page (#1901)
Co-authored-by: liuyao <liuyao@liuyaodeiMac.local>
pull/1758/merge
shellingfordly
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/views/sys/login/LoginForm.vue
|
|
|
@ -63,7 +63,7 @@ |
|
|
|
{{ t('sys.login.qrSignInFormTitle') }} |
|
|
|
</Button> |
|
|
|
</ACol> |
|
|
|
<ACol :md="7" :xs="24"> |
|
|
|
<ACol :md="6" :xs="24"> |
|
|
|
<Button block @click="setLoginState(LoginStateEnum.REGISTER)"> |
|
|
|
{{ t('sys.login.registerButton') }} |
|
|
|
</Button> |
|
|
|
|