mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 08:33:53 +08:00
feat: 完成声纹管理页面样式改造
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user