增加目录的高亮

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

@@ -135,7 +135,7 @@ export default {
} }
} }
:deep( .el-tree ){ :deep( .el-tree ) {
background: transparent; background: transparent;
.el-tree-node__expand-icon.is-leaf { .el-tree-node__expand-icon.is-leaf {

View File

@@ -94,7 +94,7 @@ export default {
margin: 0 8px; margin: 0 8px;
} }
:deep(.el-tree ) { :deep(.el-tree) {
height: 100%; height: 100%;
background: #FAFAFB; background: #FAFAFB;
@@ -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;
} }
} }
} }