Подправила tailwind.config

This commit is contained in:
Daria Golova
2022-10-17 17:14:13 +03:00
parent fbbe2778d7
commit 399f07ee6e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
.calendar-background-wrapper.flex.flex-col .calendar-background-wrapper.flex.flex-col
.header.flex.items-center.justify-between.py-2.px-6 .header.flex.items-center.justify-between.py-2.px-6
.body.flex.flex-col .body.flex.flex-col
.time-circle-indicator.-left-6(v-if="isShownIndicator" :style="circleIndicatorLocation") .time-circle-indicator.-left-6px(v-if="isShownIndicator" :style="circleIndicatorLocation")
span.time-line-indicator.block(v-if="isShownIndicator" :style="lineIndicatorLocation") span.time-line-indicator.block(v-if="isShownIndicator" :style="lineIndicatorLocation")
.line.flex.items-center(v-for="hour in hoursArray" :key="hour") .line.flex.items-center(v-for="hour in hoursArray" :key="hour")
.middle-line .middle-line

View File

@@ -24,7 +24,7 @@ module.exports = {
43: "43px", 43: "43px",
}, },
spacing: { spacing: {
6: "6px", "6px": "6px",
}, },
}, },
}, },