Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 FullCalendar 3.9.0 当您单击日历中与分配了背景颜色的日期相同的一周时,该行的突出显示 div 覆盖 fc-bg div。
选择周时: 背景隐藏
标准视图: 背景显示
尽管 TD 有,但 Fc-highlight-Skeleton 没有在 CSS 中定义不透明度,所以我设法通过添加以下内容来解决我的解决方案:
.fc-row .fc-highlight-skeleton { z-index: 3; opacity: 0.3; }