.el-table {
  font-size: 13px;

  .el-table__expanded-cell {
    padding: 10px;
  }
}

.el-table__body tr:hover>td,
.el-table__body tr.hover-row.el-table__row--striped>td,
.el-table__body tr.hover-row>td,
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
.el-table__body tr.current-row>td,
.el-table__body tr.hover-row.current-row>td,
.el-table--enable-row-hover .el-table__body tr:hover>td,
.el-table__body tr.hover-row.el-table__row--striped.current-row>td {
  background-color: #ebf5f9;
}

.el-table th {
  text-align: center;
  font-weight: normal;
}

.el-table .cell,
.el-table th>div {
  padding-left: 5px;
  padding-right: 5px;
}

.el-table__expand-icon {
  height: 25px;
}

.el-table td {
  height: 32px;
  font-size: 13px;
}

.el-table th {
  height: 32px;
  font-size: 13px;
}

.el-pagination .el-select .el-input input {
  padding-right: 0;
}

.el-table td,
.el-table th {
  padding: 0px;
}

.el-table th.is-left {
  text-align: left
}

.el-table th.is-right {
  text-align: right
}

/*修改分页内容*/

.el-pagination .btn-prev {
  margin-left: 20px;
}

/*表格表头突出*/

.el-table th {
  background: #f9f9f9;
  color: #676a6c;
  font-weight: 700;
}

.mk-edit-table {
  td {
    background: #fff !important;
  }

  .el-form-item {
    margin-bottom: 0;

    .el-form-item__content {
      .el-input {
        .el-input__inner {
          height: 32px;
          line-height: 32px;
          transition: 0.1s
        }
      }
    }
  }

  .is-error {
    margin-bottom: 8px;

    .el-form-item__content {
      .el-input {
        .el-input__inner {
          height: 24px;
          line-height: 24px;
        }
      }

      .el-form-item__error {
        font-size: 10px;
        padding-top: 0
      }
    }
  }
}

.mk-tree-table .el-table__expanded-cell {
  padding: 0;
  overflow: hidden;
}

.el-pagination__sizes {
  .el-select {
    .el-input--suffix {
      width: 100px !important
    }
  }
}

// .el-table {
//   .el-table__body{
//     tbody{
//       .el-table__row{
//         td{
//           .cell{
//             .el-form-item{
//               .el-form-item__content{
//                 .el-input--small {
//                   height: 27px;
//                   position: relative;
//                   top: 2px;
//                   .el-input__inner{
//                     height: 24px;
//                     position: relative;
//                     top: 2px;
//                   }
//                 }
//                 .el-input {
//                   height: 27px;
//                 }
//                 .el-form-item__error {
//                   top: 80%;
//                   font-size: 10px;
//                 }
//               }
//             }
//           }
//         }
//       }
//     }
//   }
// }
// .el-row{
//   .el-col{
//     .el-form-item{
//       .el-form-item__content{
//         .el-input--small {
//           height: 32px;
//           position: inherit;
//           top: 0;
//           .el-input__inner{
//             height: 32px;
//             position: inherit;
//             top: 0;
//           }
//         }
//         .el-input {
//           height: 32px;
//         }
//         .el-form-item__error {
//           top: 86%;
//           font-size: 10px;
//         }
//       }
//     }
//   }
// }