// 基于 @CONTROL/分页导航面板/CONTROL.scss.ftl 生成
// this is scss

.tabexppanel {
    height: 100%;
    >.ivu-tabs-bar {
        margin-bottom: 0px;
    }
    >.ivu-tabs-content {
        height: calc(100% - 36px);
        padding: 4px !important;
        .ivu-tabs-tabpane {
            height: 100%;
        }
    }
}