AgendaWeek 中的 Fullcalendar 水平事件

问题描述

在我的全日历中,当事件彼此具有相同的时间时,它会变成细/紧密的事件块 - 就像这样:

enter image description here

这使得阅读变得困难(如果有很多事件发生,那就更难了)。

我偶然发现了这个 question,这是我添加自定义 CSS 时得到的:

enter image description here

我尝试将 CSS 修改为这个

.some-classname {
    width: 100%;
    height: initial !important;
    position: relative;
    left: 0% !important;
    margin-right: 0% !important;
}

这是结果:

enter image description here

然而缺少“会议1”,检查发现与“会议2”重叠

这就是我想要做的:

enter image description here

我正在使用 fullcalendar v.3.10.2。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)