Ant Design Vue 表头问题

yellowone

关注

阅读 73

2022-02-24

设置表头背景色

需要在style中添加以下代码(切记不能用scope)

.ant-table-thead > tr > th {
  text-align: center;
  font-size: 13px;
  background-color: rgba(242, 242, 242);
}

相关推荐

精彩评论(0)

0 0 举报