From c9c308d9cfb76aa0997d474309bfb9f311268945 Mon Sep 17 00:00:00 2001 From: skytek_xinliang Date: Tue, 23 Jun 2026 11:20:53 +0800 Subject: [PATCH] styling: appointment --- .../src/pages/appointment.vue | 34 +++++++++---------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/app/citizen-frontend/src/pages/appointment.vue b/app/citizen-frontend/src/pages/appointment.vue index a06ee5c..4062508 100644 --- a/app/citizen-frontend/src/pages/appointment.vue +++ b/app/citizen-frontend/src/pages/appointment.vue @@ -10,7 +10,7 @@ - + 全部活動 我的報名 @@ -18,22 +18,22 @@
-
目前沒有相關活動
+
目前沒有相關活動
- + - +
- + {{ apt.organizer }} - -

+ +

{{ apt.title }}

- +
{{ apt.date }} - {{ apt.time }} + {{ apt.time }}
-
+
- +
剩餘名額: -
+ @@ -119,7 +119,6 @@ block class="rounded-lg text-white font-weight-bold" color="primary" - prepend-icon="mdi-qrcode" variant="flat" @click="showCheckinQRCode(apt)" > @@ -191,7 +190,7 @@ variant="tonal" @click="simulateOnSiteCheckin" > - 模擬現場人員掃描 (立刻報到) + 已由現場人員掃描報到 @@ -292,5 +291,4 @@ function simulateOnSiteCheckin () { height: 244px; overflow: hidden; } -