/* CSS for website */
table th {
    white-space: nowrap; /*表头内容强制在一行显示*/
}

table td:nth-child(1) {
    white-space: nowrap;  /*首列不换行*/
}