|
@@ -103,8 +103,6 @@ const Matter: React.FC = () => {
|
|
|
query({ gatherID, businessType })
|
|
|
}
|
|
|
|
|
|
- const wrapHeight = document.querySelector('.ant-pro-page-container-warp')?.clientHeight || 0
|
|
|
-
|
|
|
return (
|
|
|
<PageContainer title={false}>
|
|
|
<div className="h-full w-full flex flex-row">
|
|
@@ -136,7 +134,6 @@ const Matter: React.FC = () => {
|
|
|
</div>
|
|
|
}
|
|
|
loading={loading}
|
|
|
- scroll={{ y: document.body.clientHeight - (263 + wrapHeight) }}
|
|
|
columns={columns}
|
|
|
dataSource={treeList}
|
|
|
bordered
|