From fcac8f88db7d7de11c639643683d2b08697b7149 Mon Sep 17 00:00:00 2001 From: wx <2636507191@qq.com> Date: Fri, 17 Apr 2026 13:28:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(summer-camp):=20=E6=A0=B8=E5=BF=83=E4=BD=93?= =?UTF-8?q?=E9=AA=8C=E5=8D=A1=E7=89=87=E5=85=BC=E5=AE=B9=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F({name,desc,icon})?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/summer-camp.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pages/summer-camp.vue b/pages/summer-camp.vue index 9f4f615..ea01b8e 100644 --- a/pages/summer-camp.vue +++ b/pages/summer-camp.vue @@ -152,7 +152,11 @@
{{ String(i + 1).padStart(2, '0') }}
-

{{ activity }}

+ +

{{ activity }}

@@ -492,6 +496,13 @@ const campFAQ = computed(() => camp.value?.faq || []) color: @color-primary-lighter; } +.activity-name { + font-size: @font-size-lg; + font-weight: @font-weight-medium; + color: @color-text-primary; + margin: 0 0 @space-xs 0; +} + .activity-text { font-size: @font-size-base; color: @color-text-secondary;