搜索框和输入框保持一行 & 添加菜单里的页面会员号数据显示
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user