feat: 押金管理表格添加 scroll 横向滚动

This commit is contained in:
2026-07-03 10:14:15 +08:00
parent 7f92f0b7f7
commit 203ce3220c

View File

@@ -213,6 +213,7 @@ const DepositsPage: React.FC = () => {
dataSource={filteredData}
rowKey="id"
loading={loading}
scroll={{ x: 1000 }}
pagination={{ pageSize: 15, showTotal: (total) => `${total}` }}
/>