refactor: 使用antd组件替换密码登录表单

- 废弃原有的shadcn-ui验证码组件,改用antd实现
- 更新登录表单中的验证码输入组件为新的antd实现
- 调整表单布局和样式
This commit is contained in:
dap
2026-01-08 11:47:37 +08:00
parent dbe8beb7f9
commit 1383f63361
6 changed files with 115 additions and 13 deletions

View File

@@ -109,7 +109,7 @@ defineExpose({
</Title>
</slot>
<Form />
<Form class="mb-2" />
<div
v-if="showRememberMe || showForgetPassword"