Commit a40332cbfed71c4d55cd1b6c5771fa527de51dd7

Authored by shellingfordly
Committed by GitHub
1 parent 42908a45

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

Co-authored-by: liuyao <liuyao@liuyaodeiMac.local>
src/views/sys/login/LoginForm.vue
... ... @@ -63,7 +63,7 @@
63 63 {{ t('sys.login.qrSignInFormTitle') }}
64 64 </Button>
65 65 </ACol>
66   - <ACol :md="7" :xs="24">
  66 + <ACol :md="6" :xs="24">
67 67 <Button block @click="setLoginState(LoginStateEnum.REGISTER)">
68 68 {{ t('sys.login.registerButton') }}
69 69 </Button>
... ...