ibizorder-gantt-view.less 176 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11
.ibizorder-gantt-view{
    position: relative;
}



.ibizorder-gantt-view {
    > .view-card > .ivu-card-body > .content-container > .gantt {
        overflow: auto;
    }
}
12