我使用FullCalendar来显示一些事件,但它在周和日模式下剪切了事件的名称。
fullcalendar似乎正在将fc-event div的高度设置为12px,但我需要它是20px:
<div class="fc-event fc-event-skin fc-event-vert fc-corner-top fc-corner-bottom"
style="position: absolute; z-index: 8; top: 314px; left: 441px;
background-color: green; color: white;
width: 112.94999999999999px; height: 12px; ">
可以设置fc-event div的高度吗?
发布于 2011-11-03 17:24:20
例如:
高度.fc-事件{
:2em;}
发布于 2013-01-24 11:33:15
我只是简单地弄明白了。只需将重要的规则放在fullcalendar.css中
高度: 50px!重要;
干杯!
发布于 2011-11-05 03:29:04
如果你进入fullcalendar.css并改变高度,它可能会起作用。
https://stackoverflow.com/questions/7990300
复制相似问题