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
parent
commit
a40332cbfe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/views/sys/login/LoginForm.vue

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

Loading…
Cancel
Save