From faa8b32e099f7f8477ecd36491e768a64cce3693 Mon Sep 17 00:00:00 2001 From: zheng020 Date: Thu, 14 May 2026 15:59:56 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ActivityRankingModal.vue | 536 +++++++++++++++--- 1 file changed, 442 insertions(+), 94 deletions(-) diff --git a/frontend/pages/support-activity/components/ActivityRankingModal.vue b/frontend/pages/support-activity/components/ActivityRankingModal.vue index b014ce5..a3a1025 100644 --- a/frontend/pages/support-activity/components/ActivityRankingModal.vue +++ b/frontend/pages/support-activity/components/ActivityRankingModal.vue @@ -6,21 +6,21 @@ - + - - {{ activityTitle }} - + + + + @@ -42,11 +42,39 @@ - + + + + + + + + + + + + + + + + {{ user.nickname || '未知用户' }} + + + + + {{ formatPopularityScore(user.popularityScore) + }} + + + + 拜访 + + @@ -58,12 +86,33 @@ - + + + + {{ item.rank }} + + + + + {{ item.nickname || '未知用户' }} + + + + + + + {{ + formatPopularityScore(item.popularityScore) + }} + + + 拜访 + + + @@ -91,9 +140,9 @@ @@ -110,10 +159,8 @@