app-default-ganttview-layout.less 174 字节
Newer Older
1 2 3 4 5 6 7 8 9
.app-default-ganttview{
    position: relative;
}

.app-default-ganttview {
    > .view-card > .ivu-card-body > .content-container > .gantt {
        overflow: auto;
    }
}