table的第一行和第一列设置样式
作者:互联网
.test_table td:first-child { font-weight: bold; } .test_table th { font-weight: bold; }
<div className={styles.test_table} > <Table columns={[...partInfoHeader]} dataSource={[...partInfoDataSource]} bordered pagination={false} scroll={{ x: 1300, }} /> </div>
标签:第一行,bold,weight,test,th,第一列,table,font 来源: https://www.cnblogs.com/zihang-cheng/p/16495962.html