From bd8d46799106cc6c0dd04f9b6d310c806235fc47 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 19 Jan 2026 19:28:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(cp=E6=8E=92=E8=A1=8C=E6=A6=9C):=20?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=8E=86=E5=8F=B2=E6=A6=9C=E9=A6=96=E5=92=8C?= =?UTF-8?q?=E6=88=91=E7=9A=84=E6=8E=92=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Ranking/Couple/index.vue | 75 ++++++++++++++++++++---------- 1 file changed, 50 insertions(+), 25 deletions(-) diff --git a/src/views/Ranking/Couple/index.vue b/src/views/Ranking/Couple/index.vue index bb4c273..546012f 100644 --- a/src/views/Ranking/Couple/index.vue +++ b/src/views/Ranking/Couple/index.vue @@ -36,7 +36,7 @@
- +
- You Get {{ result[resultShowIndex]?.prize?.prizeName }} +
+
+
Season1
+
2026.1.20-2.18
+
@@ -173,7 +177,6 @@ @@ -280,9 +283,30 @@ linear-gradient(303deg, rgba(255, 255, 255, 0) 0%, #ff4656 91.85%), linear-gradient(292deg, #ff3bc4 0%, rgba(255, 255, 255, 0) 100.5%), #fff; - padding: 24px 12px 0 12px; + padding: 24px 12px 24px 12px; + + display: flex; + justify-content: center; + align-items: center; + gap: 2vw; " - >
+ > +
+ You are currently not in a relationship. +
+
+ Go add CP +
+ @@ -1194,6 +1218,7 @@ import Barrage from './components/Barrage.vue' import BackgroundLayer from '@/components/BackgroundLayer.vue' import itemCenter from '@/components/itemCenter.vue' import maskLayer from '@/components/MaskLayer.vue' +import { get } from '@/utils/http' const { t } = useI18n() const router = useRouter()