perf: paging position

This commit is contained in:
archer
2023-05-09 21:30:51 +08:00
parent cb3b9efc6e
commit ef2de489be
7 changed files with 32 additions and 23 deletions

View File

@@ -101,9 +101,9 @@ const modelList = () => {
<Grid templateColumns={['1fr', '1fr 1fr', '1fr 1fr 1fr']} gridGap={4} mt={4}>
<ShareModelList models={models} onclickCollection={onclickCollection} />
</Grid>
<Box mt={4}>
<Flex mt={4} justifyContent={'flex-end'}>
<Pagination />
</Box>
</Flex>
</Card>
<Loading loading={isLoading} />