Commit 8cae8b87 by zhaochengxiang

调整滚动位置

parent 75b992c8
...@@ -216,11 +216,11 @@ const DefineTable = (props) => { ...@@ -216,11 +216,11 @@ const DefineTable = (props) => {
}; };
}} }}
pagination={false} pagination={false}
scroll={{ y: 'calc(100vh - 94px - 37px - 57px - 24px - 32px - 48px)' }} scroll={{ y: 'calc(100vh - 94px - 32px - 57px - 24px - 39px - 36px)' }}
/> />
<Pagination <Pagination
size="small" size="small"
className="text-center m-3" className="text-center mt-3"
showSizeChanger showSizeChanger
showQuickJumper showQuickJumper
onChange={changeCurrent} onChange={changeCurrent}
......
...@@ -218,7 +218,7 @@ const ManageTable = (props) => { ...@@ -218,7 +218,7 @@ const ManageTable = (props) => {
}; };
}} }}
pagination={false} pagination={false}
scroll={{ y: 'calc(100vh - 94px - 37px - 57px - 24px - 32px- 48px)' }} scroll={{ y: 'calc(100vh - 94px - 32px - 57px - 24px - 39px - 36px)' }}
/> />
<Pagination <Pagination
size="small" size="small"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment