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