增加目录的高亮

This commit is contained in:
aixianling
2023-02-03 16:55:35 +08:00
parent 9c4d0868cf
commit b1d8a3c1ca
2 changed files with 4 additions and 2 deletions

View File

@@ -117,6 +117,8 @@ export default {
.is-current > .el-tree-node__content { .is-current > .el-tree-node__content {
min-width: fit-content; min-width: fit-content;
background: $primaryColor;
color: #fff;
} }
} }
} }