Skip to content

Commit e15918c

Browse files
author
zhigang.li
committed
修复富文本编辑器由于内部z-index设置过高,遮住iview模态框的问题
1 parent 853f3d3 commit e15918c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/editor/editor.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export default {
6868
}
6969
</script>
7070

71-
<style>
72-
71+
<style lang="less">
72+
.editor-wrapper *{
73+
z-index: 100 !important;
74+
}
7375
</style>

0 commit comments

Comments
 (0)