Fullcalendar为特定单元格着色



嗨,我正在尝试用资源视图为Fullcalendar中的特定单元格着色。

tr.fc-slot13 {
background-color: #D6D6D6 !important;
}

这个,可以给整排颜色。但我只想要两个第一列。e.

我可以在Fullcalnedar做那件事吗?

我使用FullCalendar v1.6.4,带有资源视图扩展

http://screenshot.cz/OD7M0/这就是我想要的样子。

tr.fc-slot13:nth-child(1) {
background-color: #D6D6D6 !important;
}
tr.fc-slot13:nth-child(2) {
background-color: #D6D6D6 !important;
}

如果它只适用于有限数

相关内容

  • 没有找到相关文章

最新更新