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 {