
.el-table {
  /* font-size: 15px; */
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  /* font-weight: bold; */ /*不姊不要粗體*/
  color: rgb(98, 107, 131);
}
.my-title {
  text-align: center;
  height: 100%;
}
.my-title th {
  text-align: center;
}
.my-title tr {
  text-align: center;
}
.el-pagination {
  margin-top: 20px;
  text-align: center;
}
.el-table .error-row {
  background: #ff8888;
}
.el-table .el-table__body .error-row:hover > td {
  background: #e05151;
  pointer-events: none;
}
.el-table .warning-row {
  background: rgb(255, 250, 185);
}
.el-table .el-table__body .warning-row:hover > td {
  background: rgb(255, 250, 185) !important;
}
.el-table .self-row {
  background: rgb(182, 250, 255);
}
.el-table .el-table__body .self-row:hover > td {
  background: rgb(182, 250, 255);
  pointer-events: none;
}
.column-green {
  color: rgb(0, 155, 0);
}
.column-black {
  color: rgb(00, 00, 00);
}
.column-red {
  color: rgb(170, 0, 0);
}
.column-blue {
  color: rgb(0, 98, 255);
}
.clear-green {
  color: rgb(18, 204, 18);
}
.clear-red {
  color: rgb(254, 78, 78);
}
.clear-blue {
  color: rgb(100, 159, 254);
}


