设置 grid 的宽度
gantt.config.grid_width = 400; gantt.init("gantt_here");
grid 列的宽度取决于两个因素:每列的 width 和 grid 的整体宽度。如果列宽总和与 grid_width 不匹配,Gantt 会调整其中一个值。