我正在尝试使用固定列大小制作 FullCalendar 的资源日视图(https://github.com/jarnokurlin/fullcalendar)。我已经尝试过使列具有相同的宽度:
.ui-widget-header
{
width:150px !important;
}
还有这个:
.fc th {
width:150px !important;
}
但是列根据列内容的大小保持大小。
我在日历中添加了水平和垂直滚动条,这可能是问题吗?
我也试过这个:Fixed Column Widths in Resource FullCalendar但这对我不起作用。
谢谢
丹妮