gantt-tree-gantt.scss 340 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
// 基于 @CONTROL/甘特图部件/CONTROL.scss.ftl 生成
.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;
  }
}
18
// this is scss