feat: 完成参数管理页面改造

This commit is contained in:
zhuoqinglian
2026-06-15 15:44:09 +08:00
parent 6859fdc90e
commit 2d9b915d51
9 changed files with 931 additions and 765 deletions
@@ -72,6 +72,7 @@
</div>
</div>
<CustomPagination
class="pagination-wrapper"
:total="total"
:current-page="currentPage"
:page-size="pageSize"
@@ -605,6 +606,10 @@ export default {
}
}
.pagination-wrapper {
margin-top: 20px;
}
@media (max-width: 1144px) {
.doc-grid {
grid-template-columns: repeat(3, 1fr);
@@ -1126,6 +1126,7 @@ export default {
}
.slice-pagination {
margin-top: 20px;
display: flex;
justify-content: center;
}
File diff suppressed because it is too large Load Diff