* [refac] Adjust gantt height.

This commit is contained in:
wangyidong
2024-07-16 15:45:38 +08:00
committed by 田淑杰
parent 1d3c3bc894
commit ffd57ec4c5
3 changed files with 17 additions and 10 deletions
+1 -3
View File
@@ -58,12 +58,10 @@ if($app->rawModule == 'programplan')
gantt
(
setID('ganttView'),
set('ganttLang', $ganttLang),
set('ganttFields', $ganttFields),
set('canEdit', common::hasPriv('programplan', 'ganttEdit')),
set('canEditDeadline', common::hasPriv('review', 'edit')),
set('ganttFields', $ganttFields),
set('showChart', true),
set('zooming', isset($zooming) ? $zooming : 'day'),
set('options', $plans)
);