a-table设置嵌套层级表格的表头背景颜色

image

.ant-table-thead .ant-table-cell {
  border-right: 1px solid #939ba7 !important;
  background-color: #ceeef1 !important;
}
.ant-table-expanded-row .ant-table-thead .ant-table-cell  {
  border-right: 1px solid #939ba7 !important;
  background-color: #90d1d1 !important;
}
.ant-table-expanded-row .ant-table-expanded-row-level-1 .ant-table-thead .ant-table-cell  {
  border-right: 1px solid #939ba7 !important;
  background-color: #acc8c9 !important;
}
posted @ 2025-11-28 17:02  Felix_Openmind  阅读(2)  评论(0)    收藏  举报
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}