app-default-tabexpview-layout.less 732 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
.detabexpview {
    position: relative;
    .app-control-tabexppanel {
        margin: 0;
        overflow: visible;
    }
    .app-control-tabexppanel__content {
        overflow: visible;
        >.ivu-tabs-bar {
            position: absolute;
            top: -50px;
            left: 0;
            border: 0;
            padding-left: 120px;
        }
    }
    .app-control-tabviewpanel {
        margin: 0;
        overflow: visible;
        >.view-container2>.view-header {
            position: absolute;
            top: -48px;
            right: 0;
            .view-header__left__caption {
                display: none;
            }
        }
    }
    // 布局调整
    >.view-content {
        padding: 0;
    }
}