Commit a40332cbfed71c4d55cd1b6c5771fa527de51dd7
Committed by
GitHub
1 parent
42908a45
style: fix style error of login page (#1901)
Co-authored-by: liuyao <liuyao@liuyaodeiMac.local>
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/sys/login/LoginForm.vue
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | {{ t('sys.login.qrSignInFormTitle') }} | 63 | {{ t('sys.login.qrSignInFormTitle') }} |
64 | </Button> | 64 | </Button> |
65 | </ACol> | 65 | </ACol> |
66 | - <ACol :md="7" :xs="24"> | 66 | + <ACol :md="6" :xs="24"> |
67 | <Button block @click="setLoginState(LoginStateEnum.REGISTER)"> | 67 | <Button block @click="setLoginState(LoginStateEnum.REGISTER)"> |
68 | {{ t('sys.login.registerButton') }} | 68 | {{ t('sys.login.registerButton') }} |
69 | </Button> | 69 | </Button> |