Изменила архитектуру

This commit is contained in:
Daria Golova
2022-10-27 16:05:40 +03:00
parent 7b8db909fc
commit 614ec74338
6 changed files with 106 additions and 85 deletions

View File

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