.app-control-tabexppanel {
    >.ant-tabs {
        height: 100%;
    }
    .ant-tabs-nav {
        min-height: 48px;
    }
    .ant-tabs-extra-content {
        margin: 0 20px 0 8px;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .ant-tabs-content {
        height: 100%;
    }
}
