mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
fix display problems caused by minimum height of calendar events
This commit is contained in:
@@ -287,6 +287,7 @@ const calendarOptions = computed(() => ({
|
|||||||
firstDay: getFirstDay(),
|
firstDay: getFirstDay(),
|
||||||
allDaySlot: false,
|
allDaySlot: false,
|
||||||
nowIndicator: true,
|
nowIndicator: true,
|
||||||
|
eventMinHeight: 1,
|
||||||
selectable: true,
|
selectable: true,
|
||||||
selectMirror: true,
|
selectMirror: true,
|
||||||
editable: true,
|
editable: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user