This commit is contained in:
lb
2022-11-18 14:50:57 +08:00
parent f09c048cf0
commit 9b8f796100
8 changed files with 84 additions and 67 deletions

View File

@@ -200,11 +200,11 @@ export default {
}
.visual-base-table-container >>> .el-table tbody tr:nth-child(odd) {
background-color: #0e203e90;
background-color: #0e203ecc;
}
.visual-base-table-container >>> .el-table tbody tr:nth-child(even),
.visual-base-table-container >>> .el-table thead {
background-color: #20376090;
background-color: #213961cc;
}
</style>