gantt-tree-gantt.less 281 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .app-gantt{ height: 100%; .gantt { height: 100%; .gantt-elastic__main-view-container { flex-grow: 1; } } .app-data-empty{ height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; } } // this is less