增加目录的高亮
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user