Commit a658080f authored by zhengke's avatar zhengke

no message

parent d5fe1b8c
...@@ -429,4 +429,28 @@ ...@@ -429,4 +429,28 @@
background-color: #FF7262 !important; background-color: #FF7262 !important;
color: #FFFFFF !important; color: #FFFFFF !important;
} }
/deep/.el-table tr:first-child th:nth-child(6){
background: #FFE082 !important;
}
/deep/.el-table tr:first-child th:nth-child(7){
background: #FFE082 !important;
}
/deep/.el-table tr:first-child th:nth-child(8){
background: #E1BEE7 !important;
}
/deep/.el-table tr:first-child th:nth-child(9){
background: #E1BEE7 !important;
}
/deep/.el-table tr td:nth-child(6){
background: #FFE082;
}
/deep/.el-table tr td:nth-child(7){
background: #FFE082;
}
/deep/.el-table tr td:nth-child(8){
background: #E1BEE7;
}
/deep/.el-table tr td:nth-child(9){
background: #E1BEE7;
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment