27397
This commit is contained in:
@@ -22,6 +22,8 @@
|
|||||||
:filter-node-method="filterNode"
|
:filter-node-method="filterNode"
|
||||||
default-expand-all
|
default-expand-all
|
||||||
highlight-current>
|
highlight-current>
|
||||||
|
|
||||||
|
<span class="custom-tree-node" :title="node.label" style="" slot-scope="{ node, data }">{{ node.label }}</span>
|
||||||
</el-tree>
|
</el-tree>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -366,6 +368,17 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
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 {
|
.drawer-btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 280px;
|
left: 280px;
|
||||||
|
|||||||
Reference in New Issue
Block a user