.row-eq-height {
    height: 100%;
    display: flex;
    flex-wrap: wrap;   /* 允许换行 */
  }

.report-title {
    text-align: center;
}
