【问题标题】:Fullcalendar v5 : how to display current day in diffrent background colorFullcalendar v5:如何以不同的背景颜色显示当前日期
【发布时间】:2022-07-19 23:39:22
【问题描述】:

我正在使用 fullcalendar v5 , angular 。 我想知道如何更改当天、周视图的背景颜色(时隙持续时间 12 小时)

【问题讨论】:

    标签: javascript jquery angular fullcalendar


    【解决方案1】:

    对于全日历周视图,请在日历 css 中更改此项:

    .fc-day-today {
        background-color: red !important;
      }
    

    对于全日历周视图时隙 12 小时显示

    .fc-slot-today {
        background-color: red !important;
     }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-11-20
      • 2021-10-19
      • 2023-03-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多