fix: tree搜索后无法折叠

This commit is contained in:
junjie 2021-07-16 14:59:01 +08:00
parent 22a1694e16
commit e787aa235e
3 changed files with 0 additions and 6 deletions

View File

@ -36,8 +36,6 @@
:props="treeProps"
highlight-current
@node-click="nodeClick"
@node-expand="nodeExpand"
@node-collapse="nodeCollapse"
>
<span v-if="data.type ==='group'" slot-scope="{ node, data }" class="custom-tree-node father">
<span style="display: flex;flex: 1;width: 0;">

View File

@ -35,8 +35,6 @@
:props="treeProps"
highlight-current
@node-click="nodeClick"
@node-expand="nodeExpand"
@node-collapse="nodeCollapse"
>
<span v-if="data.type === 'group'" slot-scope="{ node, data }" class="custom-tree-node">
<span style="display: flex;flex: 1;width: 0;">

View File

@ -48,8 +48,6 @@
:props="treeProps"
highlight-current
@node-click="nodeClick"
@node-expand="nodeExpand"
@node-collapse="nodeCollapse"
>
<span v-if="data.type === 'group'" slot-scope="{ node, data }" class="custom-tree-node father">
<span style="display: flex;flex: 1;width: 0;">