forked from wangziqi/gongxue-base
feat: 租赁方表格添加 scroll 横向滚动
This commit is contained in:
@@ -181,6 +181,7 @@ const TenantsPage: React.FC = () => {
|
||||
</PermissionButton>
|
||||
</div>
|
||||
<Table
|
||||
scroll={{ x: 700 }}
|
||||
columns={columns}
|
||||
dataSource={filteredData}
|
||||
rowKey="id"
|
||||
|
||||
Reference in New Issue
Block a user