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

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

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

View File

@@ -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%