🎨 统一后台分页与设置页布局

This commit is contained in:
2026-06-05 15:23:25 +08:00
parent a66a0b6a77
commit f7108f5b44
5 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -707,7 +707,7 @@
:current-page="historyPage"
:page-size="historyPageSize"
:total="historyRows.length"
:page-size-options="[5, 10, 20, 50]"
:page-size-options="[5, 10, 20, 50, 100]"
@page-change="historyPage = $event"
@page-size-change="handleHistoryPageSizeChange"
/>