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