From 6f0c59bba4af686de219fd44fe2b2f54601cfd65 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 9 Feb 2025 22:04:44 +0800 Subject: [PATCH] fix the menu not disappear after clicking the page number --- src/components/desktop/PaginationButtons.vue | 22 +++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/components/desktop/PaginationButtons.vue b/src/components/desktop/PaginationButtons.vue index aebf65fb..b85aff56 100644 --- a/src/components/desktop/PaginationButtons.vue +++ b/src/components/desktop/PaginationButtons.vue @@ -4,7 +4,7 @@ :total-visible="totalVisible ?? 7" :length="totalPageCount" v-model="currentPage"> -