FullCalendar dividing lines between days

前端 未结 3 1022
我寻月下人不归
我寻月下人不归 2021-01-27 11:02

I am using the jquery fullcalendar and it\'s working great however in the agendaweek view there are no dividing lines between the days. I have reviewed the fullcalendar site and

3条回答
  •  借酒劲吻你
    2021-01-27 11:39

    I had the same issue in angular js (bower install), solved it with:

    .fc-time-grid .fc-slats td {
        background: transparent;
    }
    

提交回复
热议问题