From e4abde60d72c05dec734feea446528b602ffd658 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 30 May 2025 11:48:39 +0800
Subject: [PATCH] style

---
 src/views/wallet/components/optionRecord.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/wallet/components/optionRecord.vue b/src/views/wallet/components/optionRecord.vue
index 137c456..198f8d4 100644
--- a/src/views/wallet/components/optionRecord.vue
+++ b/src/views/wallet/components/optionRecord.vue
@@ -99,7 +99,7 @@
             class="pagination-box"
             v-model:current-page="pageNum"
             default-page-size="20"
-            layout="total, prev, pager, next, jumper"
+             layout="prev, pager, next"
             :total="tableLength"
             @current-change="handleCurrentChange"
           />

--
Gitblit v1.9.3