app-default-tab-exp-panel.less 342 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.app-control-tabexppanel__content {
    > .ivu-tabs-bar {
        height: 50px;
        margin-bottom: 0px;
        .ivu-tabs-tab  {
            height: 50px;
            line-height: 34px;
        }
    }
    > .ivu-tabs-content {
        height: 100%;
        .app-control-tabexppanel__tabpane {
            height: 100%;
        }
    }
}