This commit is contained in:
caoxinyu
2019-09-22 11:29:01 +08:00
parent c49f5a0500
commit 2cd59115f3
7 changed files with 72 additions and 58 deletions

View File

@@ -218,3 +218,17 @@ el-card{
//card白条宽度
padding: 5px 5px;
}
.subTableHeader {
th {
background: #8ff4ea !important;
color: black;
}
tr.el-table__row td {
background-color: #d8e5f6 !important;
}
tr.el-table__row.el-table__row--striped td {
background: #e9f0f9 !important;
}
}