+
{
:key="`month-${week.virtualWeek}`"
v-show="week.monthLabel"
class="month-name-label"
- :style="{
+ :style="{
top: week.top + 'px',
- height: week.monthLabel?.height + 'px'
+ height: week.monthLabel?.height + 'px',
}"
>
{{ week.monthLabel?.text }}
@@ -360,19 +394,14 @@ const handleEventClick = (eventInstanceId) => {