From 2a6e2feead72a3324e331e94f3e7e5350363c7fb Mon Sep 17 00:00:00 2001 From: Zheng Jie <201507802@qq.com> Date: Tue, 16 Nov 2021 21:26:47 +0800 Subject: [PATCH] close https://github.com/elunez/eladmin/issues/645 --- src/views/components/Editor.vue | 2 +- src/views/components/MarkDown.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/components/Editor.vue b/src/views/components/Editor.vue index b602d70..13a3481 100644 --- a/src/views/components/Editor.vue +++ b/src/views/components/Editor.vue @@ -41,7 +41,7 @@ export default { const _this = this var editor = new E(this.$refs.editor) // 自定义菜单配置 - editor.customConfig.zIndex = 10 + editor.customConfig.zIndex = 5 // 文件上传 editor.customConfig.customUploadImg = function(files, insert) { // files 是 input 中选中的文件列表 diff --git a/src/views/components/MarkDown.vue b/src/views/components/MarkDown.vue index 4eff05c..bb5a10e 100644 --- a/src/views/components/MarkDown.vue +++ b/src/views/components/MarkDown.vue @@ -43,4 +43,7 @@ export default {