Commit 0320f2fa authored by chenshouchao's avatar chenshouchao

feat: 分页位置调整

parent 5a740a66
...@@ -109,7 +109,8 @@ ...@@ -109,7 +109,8 @@
border-radius: 4px; border-radius: 4px;
} }
.pagination { .pagination {
padding: 19px 0; padding: 19px 0 0px;
display: flex; display: flex;
justify-content: end; justify-content: end;
align-items: center;
} }
...@@ -495,14 +495,14 @@ const ProjectMembers = observer(() => { ...@@ -495,14 +495,14 @@ const ProjectMembers = observer(() => {
); );
})} })}
</MyCircularProgress> </MyCircularProgress>
<div className={styles.pagination}>
<MyPagination
page={page}
pageChange={handleChangePage}
count={count || jobList.length}
/>
</div>
</Box> </Box>
<div className={styles.pagination}>
<MyPagination
page={page}
pageChange={handleChangePage}
count={count || jobList.length}
/>
</div>
{/* <TablePagination {/* <TablePagination
rowsPerPageOptions={[5, 10, 20, 50]} rowsPerPageOptions={[5, 10, 20, 50]}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment