WIP Доделала превью карточки

This commit is contained in:
Daria Golova
2023-07-03 17:56:22 +03:00
parent 21e8a36237
commit e4a55094eb
5 changed files with 117 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
:style="{width: openSidebar ? 'calc(100vw - 320px)' : 'calc(100vw - 160px)'}"
)
calendar-header.w-full.mb-1(v-model="displayType")
.schedule-body.h-full.bg-white.w-full
.schedule-body.h-full.bg-white.w-full(:class="{rounded: !expandedDisplayType}")
.column-wrapper.flex.ml-20(:style="columnWrapperWidth")
calendar-column(
v-for="date in dateRange",