小编San*_*aka的帖子

how to change row height in FullCalendar?

this is my controller

      $calendar = Calendar::addEvents($events)
      ->setOptions([ //set fullcalendar options
          'firstDay' => 1,
          'height' => '200px',
          'themeSystem' => 'bootstrap3',
          'columnHeader' => false,
          'aspectRatio' => 1

      ]);
Run Code Online (Sandbox Code Playgroud)

I change the height of container but cell size remains with a scrolling bar

i want to change my calendar like this

css fullcalendar laravel-5 bootstrap-4

5
推荐指数
1
解决办法
1953
查看次数

标签 统计

bootstrap-4 ×1

css ×1

fullcalendar ×1

laravel-5 ×1