WIP Подстроила индикатор и размеры под owners <=3

This commit is contained in:
Daria Golova
2022-10-27 20:06:37 +03:00
parent 614ec74338
commit 546818ed85
4 changed files with 43 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.calendar-clock-column.flex.flex-col.items-end.gap-y-43.pb-45px.px-3
.calendar-clock-column.flex.flex-col.items-end.gap-y-43.pb-5.px-3
span.text-base(
v-for="hour in timeCoil"
:key="hour"
@@ -59,4 +59,5 @@ export default {
width: 80px
height: 100%
color: var(--font-dark-blue-color)
background-color: var(--default-white)
</style>