fix:表头颜色重选

This commit is contained in:
shijing 2025-06-24 14:20:31 +08:00
parent f9b3f0c269
commit 0093661dd0
1 changed files with 26 additions and 4 deletions

View File

@ -162,17 +162,39 @@ export default {
padding: 0 20px 20px;
}
// .el-table thead.is-group th.el-table__cell.colorheader1{
// background-color: rgb(255, 243, 202)!important;
// }
// .el-table thead.is-group th.el-table__cell.colorheader2{
// background-color: rgb(227, 242, 217)!important;
// }
// .el-table thead.is-group th.el-table__cell.colorheader3{
// background-color: rgb(250, 218, 222)!important;
// }
// .el-table thead.is-group th.el-table__cell.colorheader4{
// background-color: rgb(168, 218, 228)!important;
// }
.el-table thead.is-group th.el-table__cell.colorheader1{
background-color: rgb(255, 243, 202)!important;
background-color: rgba(246, 98, 98, 0.323)!important;
}
.el-table thead.is-group th.el-table__cell.colorheader2{
background-color: rgb(227, 242, 217)!important;
background-color: rgba(250, 130, 11, 0.325)!important;
}
.el-table thead.is-group th.el-table__cell.colorheader3{
background-color: rgb(250, 218, 222)!important;
background-color: rgba(247, 235, 9, 0.311)!important;
}
.el-table thead.is-group th.el-table__cell.colorheader4{
background-color: rgb(168, 218, 228)!important;
background-color: rgba(30, 252, 10, 0.202)!important;
}
.el-table thead.is-group th.el-table__cell.colorheader5{
background-color: rgba(11, 251, 231, 0.326)!important;
}
.el-table thead.is-group th.el-table__cell.colorheader6{
background-color: rgba(12, 85, 255, 0.326)!important;
}
.el-table thead.is-group th.el-table__cell.colorheader7{
background-color: rgba(51, 15, 253, 0.317)!important;
}
//