mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-15 06:53:12 +00:00
Merge remote-tracking branch 'origin/new-page-framework' into llm_framework
This commit is contained in:
commit
6309570a40
@ -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