feat: 调整树样式

This commit is contained in:
xuziqiang
2024-07-10 14:51:42 +08:00
parent 060ac6d486
commit 149f44a8dd
5 changed files with 8 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
<a-col :span="8" class="tree">
<a-tree
ref="treeRef"
:showLine="{ showLeafIcon: false }"
v-if="deptTreeData?.length"
:tree-data="deptTreeData"
:selectedKeys="deptTreeSelectedKeys"
@@ -87,6 +88,7 @@
</a-space>
<a-tree
v-if="roleTreeData.length"
:showLine="{ showLeafIcon: false }"
:tree-data="roleTreeData"
:selectedKeys="roleTreeSelectedKeys"
blockNode