Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lenve committed Dec 17, 2020
1 parent bd83f9b commit 760d8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vuehr/src/views/emp/EmpBasic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -929,4 +929,4 @@
transform: translateX(10px);
opacity: 0;
}
</style>
</style>

0 comments on commit 760d8fa

Please sign in to comment.