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>