设置表头背景色
需要在style中添加以下代码(切记不能用scope)
.ant-table-thead > tr > th {
text-align: center;
font-size: 13px;
background-color: rgba(242, 242, 242);
}
微信扫一扫
需要在style中添加以下代码(切记不能用scope)
.ant-table-thead > tr > th {
text-align: center;
font-size: 13px;
background-color: rgba(242, 242, 242);
}
相关推荐