未验证 提交 25091dc8 编写于 作者: A AdamCaoQAQ 提交者: GitHub

Merge pull request #1010 from fangyeqing123/feature/20220421_web_element

fix: 优化element树的显示逻辑
......@@ -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.
先完成此消息的编辑!
想要评论请 注册