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

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

@@ -85,7 +85,7 @@ export default function BalancePage() {
return (
<Page>
<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="phone"
control={control}
@@ -142,9 +142,7 @@ export default function BalancePage() {
</Field>
)}
/>
</div>
<FieldGroup className="flex-row justify-start mt-4 gap-2">
<Button type="submit"></Button>
<Button
type="button"
@@ -157,7 +155,7 @@ export default function BalancePage() {
>
</Button>
</FieldGroup>
</div>
</form>
<Suspense>