/*.el-input__inner {*/
/*height: 33px;*/
/*}*/

/*.el-input {*/
/*height: 30px*/
/*}*/

.el-select .el-input input {
    width: 165px;
}

/*.el-input__suffix {*/
/*right: 8px;*/
/*top: -5px;*/
/*}*/

/*.el-input__icon {*/
/*height: 135%;*/
/*}*/

/*.el-button {*/
/*height: 38px;*/
/*}*/

/*.el-button + span {*/
/*line-height: 14px;*/
/*}*/

/*.el-button + span {*/
/*line-height: 14px;*/
/*}*/

.el-dialog {
    width: 65%;
}

.el-dialog__wrapper {
    width: 100%;
}

.el-pagination.is-background .btn-prev {
    margin-left: 35px;
}

.el-pagination .el-select .el-input {
    width: 120px;
}

.el-badge__content {
    background-color: #409eff;
}

.el-table__header tr,
.el-table__header th {
    padding: 0;
    height: 25px;
}

/* 选中某行时的背景色*/
.el-table__body tr.current-row > td {
    background-color: #a4dbff !important;
}

/*鼠标移入某行时的背景色*/
.el-table--enable-row-hover .el-table__body tr:hover > td {
    background-color: #a4dbff;
}

/*.el-input.is-disabled .el-input__inner {*/
/*color: #020202;*/
/*}*/

.tableSum {
    font-size: 15px;
    float: left;
    height: 30px;
    line-height: 30px
}