mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-08 18:13:15 +08:00
refactor: 使用antd组件替换密码登录表单
- 废弃原有的shadcn-ui验证码组件,改用antd实现 - 更新登录表单中的验证码输入组件为新的antd实现 - 调整表单布局和样式
This commit is contained in:
@@ -1 +1,4 @@
|
||||
/**
|
||||
* @deprecated 使用antd组件实现来代替
|
||||
*/
|
||||
export { default as VbenInputCaptcha } from './input-captcha.vue';
|
||||
|
||||
@@ -109,7 +109,7 @@ defineExpose({
|
||||
</Title>
|
||||
</slot>
|
||||
|
||||
<Form />
|
||||
<Form class="mb-2" />
|
||||
|
||||
<div
|
||||
v-if="showRememberMe || showForgetPassword"
|
||||
|
||||
@@ -20,7 +20,7 @@ defineProps<{
|
||||
<component
|
||||
:is="Component"
|
||||
:key="route.fullPath"
|
||||
class="side-content mt-6 w-full sm:mx-auto md:max-w-md"
|
||||
class="side-content mt-6 w-full sm:mx-auto md:max-w-md lg:max-w-[400px]"
|
||||
:data-side="dataSide"
|
||||
/>
|
||||
</KeepAlive>
|
||||
|
||||
Reference in New Issue
Block a user