From 203ce3220cb7f80bcc2fbe7a14ab5be47939ca9c Mon Sep 17 00:00:00 2001 From: wangziqi Date: Fri, 3 Jul 2026 10:14:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8A=BC=E9=87=91=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=B7=BB=E5=8A=A0=20scroll=20=E6=A8=AA?= =?UTF-8?q?=E5=90=91=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/src/pages/Deposits/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/admin/src/pages/Deposits/index.tsx b/apps/admin/src/pages/Deposits/index.tsx index 8c66b55..1992b2d 100644 --- a/apps/admin/src/pages/Deposits/index.tsx +++ b/apps/admin/src/pages/Deposits/index.tsx @@ -213,6 +213,7 @@ const DepositsPage: React.FC = () => { dataSource={filteredData} rowKey="id" loading={loading} + scroll={{ x: 1000 }} pagination={{ pageSize: 15, showTotal: (total) => `共 ${total} 条` }} />