全日历时间轴视图同时存在多个事件

时间:2019-05-19 03:25:42

标签: fullcalendar thinkphp

我正在使用全日历调度程序垂直资源视图设置一个新的应用程序,当同时有2个事件时,该事件将被压缩在一起,我想调整资源宽度以在1个时间轴中适应2个事件。 任何人都可以帮助建议如何做到这一点?

我试图设置slotWidth和resourceAreaWidth,但是时间轴视图没有变化。

slotWidth:'2',
resourceAreaWidth: 230,




$('#calendar').fullCalendar({
      slotWidth:'2',
      resourceAreaWidth: 230,
      header: {
        left: 'prev,next today',
        center: 'title',
        right: 'agendaDay,month,agendaWeek,agendaDay'
      },
        eventLimit: true,
        now: '{$today_date}',

        aspectRatio: 1.8,
        scrollTime: '10:00',
        selectable: true,
      defaultView: 'agendaDay',
        editable: true,
        droppable: true, // this allows things to be dropped onto the calendar
        allDaySlot:false,

.....

0 个答案:

没有答案