forked from wangziqi/gongxue-base
feat: 入住管理表格添加 scroll 横向滚动
This commit is contained in:
@@ -446,6 +446,7 @@ const OccupanciesPage: React.FC = () => {
|
|||||||
dataSource={filteredData}
|
dataSource={filteredData}
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
loading={loading}
|
loading={loading}
|
||||||
|
scroll={{ x: 900 }}
|
||||||
pagination={{ pageSize: 15, showTotal: (total) => `共 ${total} 条` }}
|
pagination={{ pageSize: 15, showTotal: (total) => `共 ${total} 条` }}
|
||||||
rowSelection={rowSelection}
|
rowSelection={rowSelection}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user