表格与页面样式调整
This commit is contained in:
@@ -7,6 +7,7 @@ import { Controller, useForm } from "react-hook-form"
|
||||
import z from "zod"
|
||||
import { getBalance } from "@/actions/balance"
|
||||
import { DataTable, useDataTable } from "@/components/data-table"
|
||||
import { Page } from "@/components/page"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import {
|
||||
Field,
|
||||
@@ -86,7 +87,7 @@ export default function BalancePage() {
|
||||
})
|
||||
|
||||
return (
|
||||
<div className="space-y-3">
|
||||
<Page>
|
||||
<Button
|
||||
onClick={() => {
|
||||
router.back()
|
||||
@@ -96,7 +97,7 @@ export default function BalancePage() {
|
||||
返回上一级
|
||||
</Button>
|
||||
<span className="ml-2 text-gray-600">用户会员号: {userPhone}</span>
|
||||
<form onSubmit={onFilter} className="bg-white p-4 rounded-lg">
|
||||
<form onSubmit={onFilter} className="bg-card p-4 rounded-lg">
|
||||
<div className="flex flex-wrap items-end gap-4">
|
||||
<Controller
|
||||
name="bill_id"
|
||||
@@ -219,6 +220,6 @@ export default function BalancePage() {
|
||||
]}
|
||||
/>
|
||||
</Suspense>
|
||||
</div>
|
||||
</Page>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user