Добавила скрытие хедера колонок под катушкой
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
|||||||
currentDate: moment(),
|
currentDate: moment(),
|
||||||
timeInformation: {
|
timeInformation: {
|
||||||
dayStartTime: "0:00",
|
dayStartTime: "0:00",
|
||||||
dayEndTime: "16:00",
|
dayEndTime: "20:00",
|
||||||
},
|
},
|
||||||
eventsData: [],
|
eventsData: [],
|
||||||
teamData: [],
|
teamData: [],
|
||||||
|
|||||||
@@ -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%
|
||||||
|
|||||||
Reference in New Issue
Block a user