表格与页面样式调整

This commit is contained in:
2026-04-11 17:12:16 +08:00
parent 4307efae98
commit 04426ba36d
33 changed files with 239 additions and 1460 deletions

View File

@@ -7,6 +7,7 @@ import {
getPageProductDiscount,
} from "@/actions/product_discount"
import { DataTable, useDataTable } from "@/components/data-table"
import { Page } from "@/components/page"
import {
AlertDialog,
AlertDialogAction,
@@ -29,7 +30,7 @@ export default function DiscountPage() {
)
return (
<div className="flex flex-col gap-3">
<Page>
{/* 操作栏 */}
<div className="flex justify-between items-stretch">
<div className="flex gap-3">
@@ -76,7 +77,7 @@ export default function DiscountPage() {
]}
/>
</Suspense>
</div>
</Page>
)
}