Merge remote-tracking branch 'origin/new-page-framework' into llm_framework

This commit is contained in:
aries_ckt 2023-06-29 14:22:58 +08:00
commit 6309570a40
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}