提交 760d8fa4 编写于 作者: W wangsong

fix bug

上级 bd83f9b6
......@@ -423,7 +423,7 @@
width="200"
trigger="manual"
v-model="popVisible">
<el-tree default-expand-all :data="allDeps" :props="defaultProps"
<el-tree default-expand-all :data="allDeps" :props="defaultProps" :expand-on-click-node="false"
@node-click="handleNodeClick"></el-tree>
<div slot="reference"
style="width: 150px;display: inline-flex;font-size: 13px;border: 1px solid #dedede;height: 26px;border-radius: 5px;cursor: pointer;align-items: center;padding-left: 8px;box-sizing: border-box"
......@@ -929,4 +929,4 @@
transform: translateX(10px);
opacity: 0;
}
</style>
\ No newline at end of file
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册