
.table-radio .el-radio__label,
.table-radio {
  font-size: 12px;
}
.review-table.el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: hidden !important;
  z-index: 2 !important;
}
.review-table .el-table__footer-wrapper {
  overflow-x: auto;
}
.review-table.el-table--scrollable-x .el-table__fixed {
  bottom: 17px;
  height: auto !important;
}
.review-table.el-table__fixed-footer-wrapper tbody td,
.review-table.el-table__footer-wrapper tbody td {
  background: inherit;
}

