修复富文本编辑器由于内部z-index设置过高,遮住iview模态框的问题
This commit is contained in:
parent
853f3d3fb8
commit
e15918c532
|
|
@ -68,6 +68,8 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style lang="less">
|
||||||
|
.editor-wrapper *{
|
||||||
|
z-index: 100 !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue