.reportPage table {
  border-collapse: collapse;
  width: 100%;
}
.reportPage td,
.reportPage th {
  border: 1px solid #fff;
  text-align: right;
  padding: 4px;
  font-weight: bold;
}
.reportPage th {
  padding-top: 4px;
  padding-bottom: 6px;
}
.reportPage h2 {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.reportPage th {
  background-color: #888;
  color: #fff;
  font-weight: bold;
}
@media print {
h2,
  .el-button,
  .customDate {
    display: none;
}
}
