This commit is contained in:
@@ -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 中选中的文件列表
|
||||||
|
|||||||
@@ -43,4 +43,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.v-note-wrapper.shadow {
|
||||||
|
z-index: 5;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user