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