feat: 入住管理表格添加 scroll 横向滚动

This commit is contained in:
2026-07-03 10:12:17 +08:00
parent 87445a0ca6
commit 1ff833c5b3

View File

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