﻿.right-content {
    background: #fff;
    float: right;
    width: 94.9%;
    margin-left: -61px;
    overflow: hidden;
    margin-top: 20px;
    min-height: 489px;
    margin-bottom: 20px;
    padding:20px;
}
.el-table .warning-row {
    background: oldlace;
}

.el-table .success-row {
    background: #f0f9eb;
}

.el-pager li.active {
    color: #000 !important;
    cursor: default;
}