mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	change height of calendar for better overview
This commit is contained in:
		| @@ -127,6 +127,7 @@ import timeGridPlugin from '@fullcalendar/timegrid'; | ||||
| import Modal from 'ChillMainAssets/vuejs/_components/Modal'; | ||||
| import { deleteCalendarRange, fetchCalendar, fetchCalendarRangesByUser, patchCalendarRange, postCalendarRange } from '../_api/api'; | ||||
| import { mapState } from 'vuex'; | ||||
| import { vShow } from 'vue'; | ||||
|  | ||||
| export default { | ||||
|   name: "App", | ||||
| @@ -176,6 +177,7 @@ export default { | ||||
|         slotMinutes: 15, | ||||
|         slotMinTime: "08:00:00", | ||||
|         slotMaxTime: "18:00:00", | ||||
|         contentHeight: 450, | ||||
|         headerToolbar: { | ||||
|           left: 'prev,next today', | ||||
|           center: 'title', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user