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