首页 > 解决方案 > 用于 EasyAppointments 的 FullCalendar Javascript 日历增加行高

问题描述

我在增加 EasyAppointments 日历的行高时遇到问题,我注意到列表服务未激活,所以我希望有人有 EasyAppointments 的经验,或者只是将 FullCalendar 集成到框架中。

Easy!Appointments 是一个很棒的开源约会计划程序,但正如您在附件中看到的那样,我将预订时间更改为 15 分钟间隔,现在事件高度太小而看不清楚。我尝试遍历 CSS 树,但找不到选项,如果我知道的话,我什至会深入研究 javascript 以增加行大小。 在此处输入图像描述

在 8 月 31 日星期一上午 10 点的时间段中,对于想要捐赠时间的最终用户来说,它是如此微小且难以点击。

谢谢你的帮助。

更新:临时解决方案,直到我找出最好的方法是什么......

Possible Fix: Line 1179 in file /assets/ext/jquery-fullcalendar/fullcalendar.css

.fc-time-grid .fc-slats td {
    height: 3.0em; /* Orig 1.5em */
    border-bottom: 0; /* each cell is responsible for its top border */
}

标签: javascriptfullcalendar

解决方案


推荐阅读