bugfix: 引入 Verification 导致宽度不对的问题
parent
265a7941e2
commit
7863652be1
|
@ -144,13 +144,13 @@ const formSchema = computed((): VbenFormSchema[] => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<AuthenticationLogin
|
||||
ref="loginRef"
|
||||
:form-schema="formSchema"
|
||||
:loading="authStore.loginLoading"
|
||||
@submit="handleLogin"
|
||||
/>
|
||||
<!-- TODO @芋艿:貌似加了后,登录界面变形了 -->
|
||||
<Verification
|
||||
ref="verifyRef"
|
||||
v-if="captchaEnable"
|
||||
|
@ -161,4 +161,5 @@ const formSchema = computed((): VbenFormSchema[] => {
|
|||
mode="pop"
|
||||
@on-success="handleVerifySuccess"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue