成就等界面接口调整

This commit is contained in:
2025-10-31 19:13:21 +08:00
parent 9ad9507a72
commit 16754b527e
61 changed files with 4748 additions and 592 deletions

View File

@@ -127,7 +127,7 @@
</el-table>
<!-- 分页 -->
<div class="pagination-wrapper" v-if="total > 0">
<div class="pagination-container" v-if="total > 0">
<el-pagination
v-model:current-page="pageParam.pageNumber"
v-model:page-size="pageParam.pageSize"
@@ -593,12 +593,6 @@ onMounted(() => {
}
}
.pagination-wrapper {
display: flex;
justify-content: center;
margin-top: 20px;
}
.form-content {
.form-item {
margin-bottom: 20px;