table表头颜色 element plus

原图

 预期

 css 

:deep(.el-table__header) {background-color: #F5F7FA;}

:deep(.el-table tr) {background-color: rgba(0,0,0,0);}

:deep(.el-table th.el-table__cell) {background-color: rgba(0,0,0,0);}

猜你喜欢

转载自blog.csdn.net/m0_50080847/article/details/132363534
今日推荐