From 0b9086a3e48c55d4b104d48fbaef6b63436abb29 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Wed, 10 Sep 2025 19:23:45 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20admin=E8=A1=A8=E6=A0=BC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA200=E6=9D=A1=E6=AF=8F=E9=A1=B5=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/src/custom-components/pro-table/pro-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/custom-components/pro-table/pro-table.tsx b/packages/ui/src/custom-components/pro-table/pro-table.tsx index de0ed1b..646592f 100644 --- a/packages/ui/src/custom-components/pro-table/pro-table.tsx +++ b/packages/ui/src/custom-components/pro-table/pro-table.tsx @@ -102,7 +102,7 @@ export function ProTable< const [rowCount, setRowCount] = useState(0); const [pagination, setPagination] = useState({ pageIndex: 0, - pageSize: initialPagination?.initialPageSize ?? 10, + pageSize: initialPagination?.initialPageSize ?? 200, }); const [loading, setLoading] = useState(false);