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