fix: el-pagination 弃用属性 small → size="small"

消除 Element Plus 3.0 deprecated 控制台警告。

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-06-12 11:33:17 +08:00
parent 6623169e8a
commit 32b7a2cc6a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
:total="total"
:page-sizes="[20, 50, 100]"
layout="total, sizes, prev, pager, next"
small
size="small"
@change="fetchLogs"
/>
</div>
+2 -2
View File
@@ -124,7 +124,7 @@
:total="repTotal"
:page-sizes="[50, 100, 200]"
layout="total, sizes, prev, pager, next"
small
size="small"
@size-change="repLoad"
@current-change="repLoad"
/>
@@ -203,7 +203,7 @@
:total="auditTotal"
:page-sizes="[20, 50, 100]"
layout="total, sizes, prev, pager, next"
small
size="small"
@change="fetchAudit"
/>
</div>