style: fix style error of login page (#1901)

Co-authored-by: liuyao <liuyao@liuyaodeiMac.local>
This commit is contained in:
shellingfordly 2022-05-20 18:00:31 +08:00 committed by GitHub
parent 42908a4535
commit a40332cbfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>