【发布时间】:2017-01-30 13:52:53
【问题描述】:
这里的例子:
http://jsbin.com/lonopu/edit?html,css,js,output
我将日历作为侧边栏设置为宽度:260 像素,在全日历中将高度设置为 480 像素以避免滚动。如何在不滚动的情况下为日历提供更方形的外观?我只是想降低行高,但是
.fc-row .fc-week .fc-widget-content { height: 20px }
不起作用,我猜是因为日历高度是在运行时动态设置的。
【问题讨论】:
标签: fullcalendar