perf: 更新搜索

This commit is contained in:
rd
2025-07-05 09:48:15 +08:00
parent b6c7f74a90
commit 6e32de357f
6 changed files with 29 additions and 13 deletions

View File

@ -22,7 +22,7 @@
<a-input
v-model="loginForm.mobile"
placeholder="输入手机号"
class="form-input border border-solid border-#d7d7d9 rounded-8px w-100% h-48px text-14 rounded-4px color-#333 bg-#fff"
class="form-input border border-solid border-#d7d7d9 x w-100% h-48px text-14 rounded-4px color-#333 bg-#fff"
clearable
allow-clear
@blur="validateField('mobile')"
@ -31,7 +31,7 @@
</a-form-item>
<a-form-item field="captcha" hide-label>
<div
class="form-input border border-solid border-#d7d7d9 rounded-8px w-100% h-48px text-14 rounded-4px color-#333 bg-#fff flex justify-between items-center rounded-8px"
class="form-input border border-solid border-#d7d7d9 w-100% h-48px text-14 rounded-4px color-#333 bg-#fff flex justify-between items-center"
>
<a-input
v-model="loginForm.captcha"