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} 条` }} />