easysoft / zui

ZUI is an HTML5 front UI framework.
https://openzui.com
MIT License
2.71k stars 690 forks source link

calendar 显示重叠 #108

Open mengoscar opened 6 years ago

mengoscar commented 6 years ago
var newEvents = [{title: '工作了', desc: '工作量', allDay: true, start: '2018-3-11', end: '2018-3-18'},
    {title: '吃饭了1', desc: '要吃更多1', allDay: true, start: '2018-3-13', end: '2018-3-28'}];

显示重叠