WIP Сделала позиционирование карточек
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user