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.
我正在使用primeng fullcalendar 的包装组件来创建一个调度程序,该调度程序使用议程周视图来显示一周的约会。有谁知道如何阻止调度程序为当前日期应用图像上显示的颜色(如图所示)?有财产吗?还是通过 CSS 控制?
谢谢,路易斯
您可以通过 css 控制它:
.fc-today{ background-color: transparent !important; }
小提琴