.table td {
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    color: inherit;
    line-height: 1.5;
    letter-spacing: normal;
    white-space: nowrap !important;
}
.table tr:first-child td {
    border-top: 0;
    font-weight: bold;
}
/* table左上圓角 */
.table tr:first-child td:first-child {
    border-top-left-radius: 12px;
}
/* table右上圓角 */
.table tr:first-child td:last-child {
    border-top-right-radius: 12px;
}
