树结构选中css

This commit is contained in:
liuye
2022-10-27 09:53:15 +08:00
parent 19b2ec07d9
commit 856b27fd33
5 changed files with 16 additions and 4 deletions

View File

@@ -406,5 +406,9 @@ export default {
.pad-l32 {
padding-left: 32px;
}
::v-deep .el-tree .is-current>.el-tree-node__content {
background-color: #26f;
color: #fff;
}
}
</style>