feat: 完成声纹管理页面样式改造

This commit is contained in:
zhuoqinglian
2026-06-25 09:18:38 +08:00
parent 1518dfca30
commit 1c94844bb9
3 changed files with 209 additions and 594 deletions
@@ -79,9 +79,10 @@
</div>
<!-- 分页 -->
<div class="table-footer" v-if="showPagination">
<div class="table-footer">
<slot name="footer-btns"></slot>
<CustomPagination
v-if="showPagination"
:total="total"
:current-page="currentPage"
:page-size="pageSize"