FullCalendar,日视图:适合屏幕高度

时间:2017-07-08 10:31:52

标签: javascript jquery jquery-plugins calendar fullcalendar

问题是关于FullCalendar v3.4.0。

如果您打开示例here并选择日视图,则会获得一个垂直滚动条。我希望视图适合浏览器窗口。我的意思是,当浏览器窗口高度缩小时,我希望高度缩小,并且没有滚动条。

我还没有找到实现这个目标的方法。另外,我发现了以下可能相关的CSS代码:

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0; /* each cell is responsible for its top border */
}

看起来每个单元格的height都是固定的,但我还不够熟练。

我不想修改库源代码,但这是最后的选择。

0 个答案:

没有答案