This commit is contained in:
Zheng Jie
2021-11-16 21:26:47 +08:00
parent a044049c07
commit 2a6e2feead
2 changed files with 4 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ export default {
const _this = this const _this = this
var editor = new E(this.$refs.editor) var editor = new E(this.$refs.editor)
// 自定义菜单配置 // 自定义菜单配置
editor.customConfig.zIndex = 10 editor.customConfig.zIndex = 5
// 文件上传 // 文件上传
editor.customConfig.customUploadImg = function(files, insert) { editor.customConfig.customUploadImg = function(files, insert) {
// files 是 input 中选中的文件列表 // files 是 input 中选中的文件列表

View File

@@ -43,4 +43,7 @@ export default {
</script> </script>
<style scoped> <style scoped>
.v-note-wrapper.shadow {
z-index: 5;
}
</style> </style>