fullcalendar上显示的每个事件都有一个标题,但它与开始时间有关。如何删除它只显示我设置的内容。我是否必须修改源代码或如何设置它。
答案 0 :(得分:0)
您可以使用css和jQuery来隐藏它。
Css:
Error:(9, 52) Type inference failed: 'T' cannot capture 'in ('C'..'C?')'.
Type parameter has an upper bound 'kotlin.Any' that cannot be satisfied
capturing 'in' projection
jQuery的:
.fc-time: {display:none;}
答案 1 :(得分:-1)