提交 8fd2a94e 编写于 作者: F fangyeqing

fix: 优化element树的显示逻辑

上级 b628c07d
......@@ -28,8 +28,8 @@
</span> </i
>&gt;
</span>
<template v-if="canFold">
<div v-show="unfold" v-for="child in node.childNodes" :key="child.key">
<template v-if="canFold&&unfold">
<div v-for="child in node.childNodes" :key="child.key">
<ElementTree :node="child" :parentIsUnfold="unfold"></ElementTree>
</div>
</template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册