Commit 2a6e2fee by Zheng Jie
parent a044049c
......@@ -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 中选中的文件列表
......
......@@ -43,4 +43,7 @@ export default {
</script>
<style scoped>
.v-note-wrapper.shadow {
z-index: 5;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment