@import url(./variables.scss);
.el-table {
    .el-table__cell {
        padding: 0;
    }
    .el-table__header {
        .el-table__cell {
            background-color: #F0F2F5 !important;
            color: #333;
            font-size: 14px;
            font-family: Source Han Sans CN-Bold, Source Han Sans CN;
            font-weight: 600;
    
            .cell {
                padding: 3px 30px;
                font-size: 14px;
            }
        }
    }
    .el-table__body td.el-table__cell {
        height: 34px;
    }
}

#operate-num {
    // 按钮
    .el-button {
        font-size: 12px;
        .iconfont {
            font-size: 12px;
        }
    }

}
.el-table__body-wrapper {
    .el-table__row {
        .cell {
            padding: 0px 30px;
            font-size: 12px;
        }
    }
}


// 弹出窗
.el-dialog {
    border-radius: 8px;
    overflow: hidden;

    .el-dialog__header {
        background-color: #3B4966;
        margin: 0;
        height: 54px;
        line-height: 54px;
        box-sizing: border-box;
        padding: 0;

        .el-dialog__title {
            color: #fff;
            font-size: 18px;
        }

        .el-dialog__headerbtn {
            top: 0;
            color: #fff;
            font-size: 24px;
        }

        .el-dialog__close {
            font-size: 22px;
            color: #fff;
        }
    }
}

// 遮罩层
.el-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

// 按钮
.el-button {
    border-radius: 6px;
    opacity: 1;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}