WIP Настроила высоту колонок с учетом скролла
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user