WIP Сделала позиционирование карточек

This commit is contained in:
Daria Golova
2022-10-25 19:19:19 +03:00
parent 86b0cb66bc
commit a748666641
5 changed files with 63 additions and 78 deletions

View File

@@ -22,6 +22,8 @@
:time-coil="timeCoil"
:events-data="eventsData"
:sidebar-width="sidebarWidth"
:day-start-time="validateStartTime"
:day-end-time="validateEndTime"
)
.time-circle-indicator.left-74px(
v-if="isShownIndicator"
@@ -193,11 +195,6 @@ export default {
}
return result;
},
bodyScheduleHeight() {
if (this.scheduleHeight > 855) {
return this.scheduleHeight;
}
},
},
watch: {
currentTime() {