From 361ef76714b191f44abb2387ed6a48b162553ff4 Mon Sep 17 00:00:00 2001 From: Daria Golova Date: Fri, 28 Oct 2022 17:28:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D1=81=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D0=B5=20=D1=85?= =?UTF-8?q?=D0=B5=D0=B4=D0=B5=D1=80=D0=B0=20=D0=BA=D0=BE=D0=BB=D0=BE=D0=BD?= =?UTF-8?q?=D0=BE=D0=BA=20=D0=BF=D0=BE=D0=B4=20=D0=BA=D0=B0=D1=82=D1=83?= =?UTF-8?q?=D1=88=D0=BA=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/calendar/TheCalendar.vue | 4 ++-- src/pages/calendar/components/CalendarSchedule.vue | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/calendar/TheCalendar.vue b/src/pages/calendar/TheCalendar.vue index 3abdbce..ca8c7ee 100644 --- a/src/pages/calendar/TheCalendar.vue +++ b/src/pages/calendar/TheCalendar.vue @@ -25,8 +25,8 @@ export default { calendarLayout: "", currentDate: moment(), timeInformation: { - dayStartTime: "0 :00", - dayEndTime: "16:00", + dayStartTime: "0:00", + dayEndTime: "20:00", }, eventsData: [], teamData: [], diff --git a/src/pages/calendar/components/CalendarSchedule.vue b/src/pages/calendar/components/CalendarSchedule.vue index 5ef74b3..b07280d 100644 --- a/src/pages/calendar/components/CalendarSchedule.vue +++ b/src/pages/calendar/components/CalendarSchedule.vue @@ -21,7 +21,7 @@ :style="columnSize" ) .flex.w-full.relative - .time-coil-wrapper.left-0.-mt-3 + .time-coil-wrapper.left-0.-mt-12.pt-9 calendar-clock-column( :timeCoil="timeCoil" :current-time="currentTime" @@ -120,7 +120,7 @@ export default { }, circleIndicatorLocation() { return { - top: `${this.calculateIndicatorLocation() + 6}px`, + top: `${this.calculateIndicatorLocation() + 42}px`, }; }, pixelsPerMinute() { @@ -362,6 +362,7 @@ export default { .time-coil-wrapper position: sticky z-index: 5 + background-color: var(--default-white) .schedule-body width: 100%