.cv-tabs {
    position: relative;
    height: inherit;
    .el-tabs__header {
        margin: 0 0 10px;
    }
    .el-tabs__content {
        position: absolute;
        top: 40px;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
    }
    .cv-tabs-scrollbar {
        position: absolute;
        top: 5px;
        bottom: 0px;
        left: 0px;
        right: 0;
        .el-scrollbar__wrap {
            overflow-x: hidden;
        }
        .el-scrollbar__view {
            height: 100%;
        }
    }
}