feat: get back 30mins divided
This commit is contained in:
@@ -358,7 +358,7 @@ export default function CalendarApp({
|
|||||||
)}
|
)}
|
||||||
weekNumbers
|
weekNumbers
|
||||||
weekNumberFormat={{ week: "long" }}
|
weekNumberFormat={{ week: "long" }}
|
||||||
slotDuration={"01:00:00"}
|
slotDuration={"00:30:00"}
|
||||||
slotLabelInterval={"01:00:00"}
|
slotLabelInterval={"01:00:00"}
|
||||||
scrollTime="12:00:00"
|
scrollTime="12:00:00"
|
||||||
unselectAuto={false}
|
unselectAuto={false}
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ th.fc-col-header-cell.fc-day {
|
|||||||
}
|
}
|
||||||
.fc .fc-timegrid-slot {
|
.fc .fc-timegrid-slot {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 40px !important;
|
min-height: 20px !important;
|
||||||
}
|
}
|
||||||
.fc .fc-timegrid-slot-label {
|
.fc .fc-timegrid-slot-label {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user