Сделала header CalendarColumn

This commit is contained in:
Daria Golova
2022-10-13 17:54:59 +03:00
parent 9062695d1e
commit 90ac0e2535
6 changed files with 122 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.calendar-header-wrapper.flex.items-center.justify-between.ml-2.py-3.pl-5.pr-6
.calendar-header-wrapper.flex.items-center.justify-between.py-3.pl-5.pr-6
.flex
base-arrow-button.left-arrow.mr-4(@click="previousHandler")
base-arrow-button.right-arrow.mr-6(@click="nextHandler")