Подправила tailwind.config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ module.exports = {
|
|||||||
43: "43px",
|
43: "43px",
|
||||||
},
|
},
|
||||||
spacing: {
|
spacing: {
|
||||||
6: "6px",
|
"6px": "6px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user