mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-15 06:53:12 +00:00
feat: divide the pagination and the table
This commit is contained in:
parent
3842bef45a
commit
219ad5d1ec
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user