fix:表头颜色样式设定
This commit is contained in:
parent
6b834142d6
commit
6bf7fdbea7
22
src/App.vue
22
src/App.vue
|
|
@ -161,7 +161,27 @@ export default {
|
||||||
.el-calendar > .el-calendar__body {
|
.el-calendar > .el-calendar__body {
|
||||||
padding: 0 20px 20px;
|
padding: 0 20px 20px;
|
||||||
}
|
}
|
||||||
|
.el-table thead.is-group th.el-table__cell.colorheader1{
|
||||||
|
background-color: rgba(246, 98, 98, 0.323)!important;
|
||||||
|
}
|
||||||
|
.el-table thead.is-group th.el-table__cell.colorheader2{
|
||||||
|
background-color: rgba(250, 130, 11, 0.325)!important;
|
||||||
|
}
|
||||||
|
.el-table thead.is-group th.el-table__cell.colorheader3{
|
||||||
|
background-color: rgba(247, 235, 9, 0.311)!important;
|
||||||
|
}
|
||||||
|
.el-table thead.is-group th.el-table__cell.colorheader4{
|
||||||
|
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;
|
||||||
|
}
|
||||||
// 排放系统
|
// 排放系统
|
||||||
|
|
||||||
// .el-popper {
|
// .el-popper {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue