From 7a190f038fd98f9738116307ba9bd266c890dc8e Mon Sep 17 00:00:00 2001 From: wanglei Date: Tue, 8 Jul 2025 16:39:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=AF=84=E5=88=86=EF=BC=8C?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/index.vue | 4 + ruoyi-ui/src/views/votepage.vue | 689 ++++++-------------------------- 2 files changed, 116 insertions(+), 577 deletions(-) diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 01d1e96..4770ee4 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -98,5 +98,9 @@ export default { } } +.pagination-container{ + margin-top: 30px; + justify-content: flex-start; +} diff --git a/ruoyi-ui/src/views/votepage.vue b/ruoyi-ui/src/views/votepage.vue index 905c63f..eff9f75 100644 --- a/ruoyi-ui/src/views/votepage.vue +++ b/ruoyi-ui/src/views/votepage.vue @@ -1,30 +1,45 @@