Добавила скрытие хедера колонок под катушкой

This commit is contained in:
Daria Golova
2022-10-28 17:28:27 +03:00
parent 71e38afd85
commit 361ef76714
2 changed files with 5 additions and 4 deletions

View File

@@ -25,8 +25,8 @@ export default {
calendarLayout: "", calendarLayout: "",
currentDate: moment(), currentDate: moment(),
timeInformation: { timeInformation: {
dayStartTime: "0 :00", dayStartTime: "0:00",
dayEndTime: "16:00", dayEndTime: "20:00",
}, },
eventsData: [], eventsData: [],
teamData: [], teamData: [],

View File

@@ -21,7 +21,7 @@
:style="columnSize" :style="columnSize"
) )
.flex.w-full.relative .flex.w-full.relative
.time-coil-wrapper.left-0.-mt-3 .time-coil-wrapper.left-0.-mt-12.pt-9
calendar-clock-column( calendar-clock-column(
:timeCoil="timeCoil" :timeCoil="timeCoil"
:current-time="currentTime" :current-time="currentTime"
@@ -120,7 +120,7 @@ export default {
}, },
circleIndicatorLocation() { circleIndicatorLocation() {
return { return {
top: `${this.calculateIndicatorLocation() + 6}px`, top: `${this.calculateIndicatorLocation() + 42}px`,
}; };
}, },
pixelsPerMinute() { pixelsPerMinute() {
@@ -362,6 +362,7 @@ export default {
.time-coil-wrapper .time-coil-wrapper
position: sticky position: sticky
z-index: 5 z-index: 5
background-color: var(--default-white)
.schedule-body .schedule-body
width: 100% width: 100%