原图
预期
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);}
从零起步:学习数据结构的完整路径
阅读 30
2023-08-22
原图
预期
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);}
相关推荐
精彩评论(0)