File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 105105 background-repeat : repeat;
106106 background-position : 24px 24px ;
107107}
108- .fn-gantt .day {
108+ .fn-gantt .day , . fn-gantt . date {
109109 overflow : visible;
110110 width : 24px ;
111111 line-height : 24px ;
Original file line number Diff line number Diff line change 425425
426426 var day_class2 = ( today - day === 0 ) ? ' today' : ( holidays . indexOf ( getTime ) > - 1 ) ? "holiday" : dowClass [ getDay ] ;
427427
428- dayArr . push ( '<div class="row day ' + day_class2 + '" '
428+ dayArr . push ( '<div class="row date ' + day_class2 + '" '
429429 + ' style="width: ' + tools . getCellSize ( ) * hoursInDay + 'px;"> '
430430 + ' <div class="fn-label">' + day . getDate ( ) + '</div></div>' ) ;
431431 dowArr . push ( '<div class="row day ' + day_class2 + '" '
470470 day_class = "holiday" ;
471471 }
472472
473- dayArr . push ( '<div class="row day ' + day_class + '" '
473+ dayArr . push ( '<div class="row date ' + day_class + '" '
474474 + ' style="width: ' + tools . getCellSize ( ) * hoursInDay + 'px;"> '
475475 + ' <div class="fn-label">' + day . getDate ( ) + '</div></div>' ) ;
476476
670670 day_class = "holiday" ;
671671 }
672672
673- dayArr . push ( '<div class="row day ' + day_class + '" '
673+ dayArr . push ( '<div class="row date ' + day_class + '" '
674674 + ' id="dh-' + tools . genId ( rday . getTime ( ) ) + '" offset="' + i * tools . getCellSize ( ) + '" repdate="' + rday . genRepDate ( ) + '> '
675675 + ' <div class="fn-label">' + rday . getDate ( ) + '</div></div>' ) ;
676676 dowArr . push ( '<div class="row day ' + day_class + '" '
You can’t perform that action at this time.
0 commit comments