This commit is contained in:
yanran200730
2022-02-14 18:22:48 +08:00
parent ea52e27e77
commit 5fd231cf2f

View File

@@ -22,6 +22,8 @@
:filter-node-method="filterNode"
default-expand-all
highlight-current>
<span class="custom-tree-node" :title="node.label" style="" slot-scope="{ node, data }">{{ node.label }}</span>
</el-tree>
</div>
</div>
@@ -366,6 +368,17 @@
width: 100%;
position: relative;
.custom-tree-node {
color: #fff;
font-size: 14px;
}
::v-deep .is-current {
& > .el-tree-node__content > .custom-tree-node {
color: #5088ff;
}
}
.drawer-btn {
position: absolute;
left: 280px;