Изменила архитектуру
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user