浏览代码

Correct all day event (#2438)

Ppojin 5 年之前
父节点
当前提交
22436d9cd2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/calendar.html

+ 2 - 1
pages/calendar.html

@@ -903,7 +903,8 @@
           title          : 'All Day Event',
           start          : new Date(y, m, 1),
           backgroundColor: '#f56954', //red
-          borderColor    : '#f56954' //red
+          borderColor    : '#f56954', //red
+          allDay         : true
         },
         {
           title          : 'Long Event',