From 980bdd0bdc2468594c6bdc77519351244e55fbd2 Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Thu, 26 Mar 2026 15:23:07 +0700 Subject: [PATCH] fix --- src/components/SchedulePage.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/SchedulePage.vue b/src/components/SchedulePage.vue index 1246df2..a621d21 100644 --- a/src/components/SchedulePage.vue +++ b/src/components/SchedulePage.vue @@ -20,15 +20,17 @@ onMounted(async () => { ({{ getRelativeDayName(day.date) }})

-
+
Сбор: {{ formatTime(performance.timeCollection) }}
Время: - {{ formatTimeRange(performance.timeStart) }} + {{ + formatTimeRange(performance.timeStart) }} Уточняется
-
+
Место: {{ capitalizeFirstLetter(performance.place) }}
@@ -60,6 +62,15 @@ onMounted(async () => { font-weight: 700; } +.time-collection-block { + font-size: 20px; + font-weight: 700; +} + +.place-block { + font-weight: 700; +} + .performance-block {} .number-block {