搜索框和输入框保持一行 & 添加菜单里的页面会员号数据显示

This commit is contained in:
Eamon
2026-04-23 16:43:44 +08:00
parent b041bd3b01
commit 66ee6bb9fd
7 changed files with 37 additions and 59 deletions

View File

@@ -98,7 +98,7 @@ export default function BalancePage() {
<span className="ml-2 text-gray-600">: {userPhone}</span>
</div>
<form onSubmit={onFilter} className="bg-card p-4 rounded-lg">
<div className="flex flex-wrap items-end gap-4">
<div className="flex items-end gap-4">
<Controller
name="bill_no"
control={control}
@@ -141,9 +141,7 @@ export default function BalancePage() {
</Field>
)}
/>
</div>
<FieldGroup className="flex-row justify-start mt-4 gap-2">
<Button type="submit"></Button>
<Button
type="button"
@@ -156,7 +154,7 @@ export default function BalancePage() {
>
</Button>
</FieldGroup>
</div>
</form>
<Suspense>