.pro-layout-content-type{
    &.pro-layout-content-border .border-layout {
        border: none;
    }
    .pro-layout-content-type-collapse{
        border-radius: 0px;
        border: 1px solid #EBEEF5;
    }
    .item-content-typewapper {
        &.item-content-typewapper--card{
            border-radius: 0px;
            & > .el-card__header{
                font-size: 13px;
                color: #303133;
                font-weight: 500;
            }
            & > .el-card__body, & > .el-card__header {
                padding: 10px;
            }
        }

        &.item-content-typewapper--collapseItem {
            .el-collapse-item__header {
                height: 36px;
                line-height: 36px;
                border-bottom: 1px solid #ebeef5;
                padding: 0px 10px;
            }
            .el-collapse-item__content{
                padding: 10px;
            }
        }
    }

    //----------------------导航配置
    .nav-list {
        .nav-list-item{
            font-size: 13px;
            padding: 0 20px;
            height: 36px;
            line-height: 36px;
            font-weight: 500;
            cursor: pointer;
            border-top: 1px solid #ebeef5;

            &:hover:not(.is-disabled){
                color: #555;
                text-decoration: none;
                background-color: #f5f5f5;
            }
            &.is-active:not(.is-disabled) {
                z-index: 2;
                color: #fff;
                background-color: #337ab7;
            }

            &.is-disabled{
                color: #c0c4cc;
                cursor: not-allowed;
                background-image: none;
                background-color: #fff;
                border-color: #ebeef5;
            }

            &:last-child{
                border-bottom: 1px solid #ebeef5;
            }
        }
    }
    .nav-tab{
        width: 100%;
        .el-tabs__item.is-disabled {
                color: #c0c4cc;
                cursor: not-allowed;
                background-image: none;
        }
        .el-tabs__header{
            margin: 0 0 10px;
            .el-tabs__item {
                height: 32px;
                line-height: 32px;
                font-size: 13px;
                font-weight: 500;
            }
        }
    }
    //-----------------------内容
    .region-center {
        .region-content .item-content-typewapper--card{
            &:not(:first-child){
                border-top: none;
            }
        }
    }  
}   