feat: divide the pagination and the table

This commit is contained in:
shiweisong.ssw 2023-06-29 14:21:51 +08:00
parent 3842bef45a
commit 219ad5d1ec
2 changed files with 6 additions and 2 deletions

View File

@ -78,7 +78,9 @@ const ChunkList = () => {
))}
</tbody>
</Table>
<Stack direction="row" justifyContent="flex-end">
<Stack direction="row" justifyContent="flex-end" sx={{
marginTop: '20px'
}}>
<Pagination
defaultPageSize={20}
showSizeChanger={false}

View File

@ -206,7 +206,9 @@ const Documents = () => {
))}
</tbody>
</Table>
<Stack direction="row" justifyContent="flex-end">
<Stack direction="row" justifyContent="flex-end" sx={{
marginTop: '20px'
}}>
<Pagination
defaultPageSize={20}
showSizeChanger={false}