0
点赞
收藏
分享

微信扫一扫

Ant Design Vue 表头问题

yellowone 2022-02-24 阅读 68

设置表头背景色

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

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

相关推荐

0 条评论