WIP Настроила высоту колонок с учетом скролла

This commit is contained in:
Daria Golova
2022-10-20 19:09:58 +03:00
parent 0f5b0747b9
commit 893f7fbfbd
6 changed files with 75 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
.calendar-clock-column.flex.flex-col.items-end.gap-y-43.pt-9.pb-12.px-3
span.font-medium.text-base(
span.text-base(
v-for="hour in hoursArray"
:key="hour"
:class="currentHourStyle(hour)"
@@ -42,6 +42,7 @@ export default {
}
return {
"current-time": false,
"font-medium": true,
};
},
convertTime(str, startIndex, endIndex) {