Commit 8dcc60e8 by caoyanzhi

解决遮罩在弹窗上面的问题

parent e019ff0e
......@@ -20,7 +20,7 @@
  添加
</el-button>
<!-- 添加标签 -->
<el-dialog :visible.sync="showAddTagPop" title="选择标签" custom-class="tags-body" width="980px">
<el-dialog :visible.sync="showAddTagPop" title="选择标签" custom-class="tags-body" width="980px" :modal-append-to-body="false">
<div class="tags">
<div class="tags-list">
<el-tree :data="tagsList" :props="{ label: 'nameStr', children: 'children' }" :default-expand-all="true" :highlight-current="true" @node-click="treeClick"></el-tree>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment