🎨 统一后台分页与设置页布局
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user