Commit 0320f2fa authored by chenshouchao's avatar chenshouchao

feat: 分页位置调整

parent 5a740a66
......@@ -109,7 +109,8 @@
border-radius: 4px;
}
.pagination {
padding: 19px 0;
padding: 19px 0 0px;
display: flex;
justify-content: end;
align-items: center;
}
......@@ -495,14 +495,14 @@ const ProjectMembers = observer(() => {
);
})}
</MyCircularProgress>
<div className={styles.pagination}>
<MyPagination
page={page}
pageChange={handleChangePage}
count={count || jobList.length}
/>
</div>
</Box>
<div className={styles.pagination}>
<MyPagination
page={page}
pageChange={handleChangePage}
count={count || jobList.length}
/>
</div>
{/* <TablePagination
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