|
@@ -299,6 +299,7 @@ function OrgManager() {
|
|
return (
|
|
return (
|
|
<Table
|
|
<Table
|
|
pagination={false}
|
|
pagination={false}
|
|
|
|
+ scroll={{ y: 'calc(100vh - 320px)' }}
|
|
className="components-table-demo-nested"
|
|
className="components-table-demo-nested"
|
|
rowKey={record => record.deptId}
|
|
rowKey={record => record.deptId}
|
|
columns={columns}
|
|
columns={columns}
|