.content {
    padding: 10px;
    overflow: auto;
    background: #FFF;
}

.el-curd-header {
    background: #FFF;
    border-bottom: 1px dashed #ECEEF5
}

.image-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.operator-btn-group {
    width: 120px;
    margin: 0 auto;
}

.operator-btn {
    width: 100%;
    text-align: left;
    border: none;
}

.operator-btn-info {
    color: #909399;
}

.operator-btn-primary {
    color: #409EFF;
}

.operator-btn-success {
    color: #67C23A;
}

.operator-btn-warning {
    color: #E6A23C;
}

.operator-btn-danger {
    color: #F56C6C;
}

.el-tooltip__popper {
    width: 300px;
}