几天之间FullCalendar分界线 [英] FullCalendar dividing lines between days

查看:126
本文介绍了几天之间FullCalendar分界线的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是jquery fullcalendar,但它的工作效果很好,但是在议程周期中,日子之间没有分界线。
我已经查看了fullcalendar网站,甚至试图找到哪些css处理显示分界线没有运气。
如何获得每日分界线显示?



谢谢

解决方案

在两天之间添加分界线

  .fc-border-separate td {
border-width:1px 0 0 1px的;
border-color:red;

调整像素和颜色

I am using the jquery fullcalendar and it's working great however in the agendaweek view there are no dividing lines between the days. I have reviewed the fullcalendar site and even tried to find what css handled displaying the dividing lines with no luck. How do I get the day dividing lines to show?

Thanks

解决方案

to add dividing lines between days

.fc-border-separate td {
    border-width: 1px 0 0 1px;
    border-color: red;
}

adjust pixels and color

这篇关于几天之间FullCalendar分界线的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆