gpt4 book ai didi

javascript - Fullcalendar:缩小/扩大日历高度

转载 作者:太空宇宙 更新时间:2023-11-04 14:53:55 25 4
gpt4 key购买 nike

这是我的日历,但是,我希望它能缩小一点。当我使用以下命令执行此操作时,我得到一个 chop 的计划而不是压缩的计划。看一看:

$('#calendar').fullCalendar('option', 'height', 200);
---OR WITH---
$('#calendar').fullCalendar('option', 'contentHeight', 200);

使用上述命令调整大小之前的日历: Calendar before resizing with the above command:

尝试调整大小后的日历: Calendar after trying to resize:

你可以看到一个滚动条已经出现,一些事件不再存在(直到我滚动)。我已经尝试使用 CSS 尝试手动调整它的大小(特别是使用 .fc-slats > table height 和 #calendar font-size)但是这些很难处理并且在动态更改时会产生错位的事件。我需要能够动态地垂直收缩/展开日历,最好使用 JQuery。如何实现?

提前致谢。

最佳答案

只需将此 css 添加到您拥有日历“DIV”的页面

.fc-time-grid .fc-slats td {
height: 1em; /* Edit as required */
}

关于javascript - Fullcalendar:缩小/扩大日历高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46108126/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com