
th .cell {
    font-size: 17px !important;
    text-align: center !important;
}

td .cell {
    font-size: 0.84rem !important;
    font-weight: 700;
    text-align: center !important; 
}

.el-table thead th {
    background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
    color: white; /* 文字颜色设置为白色 */
  }
