Skip to content

Commit

Permalink
修复富文本编辑器由于内部z-index设置过高,遮住iview模态框的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang.li committed Nov 19, 2018
1 parent 853f3d3 commit e15918c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/editor/editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export default {
}
</script>

<style>
<style lang="less">
.editor-wrapper *{
z-index: 100 !important;
}
</style>

0 comments on commit e15918c

Please sign in to comment.