修复富文本编辑器由于内部z-index设置过高,遮住iview模态框的问题

This commit is contained in:
zhigang.li 2018-11-19 12:05:03 +08:00
parent 853f3d3fb8
commit e15918c532
1 changed files with 4 additions and 2 deletions

View File

@ -68,6 +68,8 @@ export default {
} }
</script> </script>
<style> <style lang="less">
.editor-wrapper *{
z-index: 100 !important;
}
</style> </style>