From eb72c063742b61acf7f2ae33120a873b680ea9da Mon Sep 17 00:00:00 2001 From: wangsongc Date: Thu, 26 Aug 2021 11:46:01 +0800 Subject: [PATCH] fix: fix some bugs --- src/components/md-toolbar-left.vue | 26 +- src/mavon-editor.vue | 1614 +++++++++++++++------------- 2 files changed, 910 insertions(+), 730 deletions(-) diff --git a/src/components/md-toolbar-left.vue b/src/components/md-toolbar-left.vue index 0a7e95b4d..d6934d6ab 100644 --- a/src/components/md-toolbar-left.vue +++ b/src/components/md-toolbar-left.vue @@ -242,23 +242,27 @@ />{{ d_words.tl_upload }} - -
- -
+ + @@ -562,9 +566,9 @@ export default { handleClose(e) { this.s_img_dropdown_open = false; } - }, + }, - watch:{ + watch:{ s_img_link_open(newVlaue) { // fix issue #644 this.$parent.$el.style.zIndex = newVlaue ? 1501 : 1500; @@ -687,7 +691,7 @@ export default { z-index 3 background #fff border-radius 2px - + i font-size 24px position absolute diff --git a/src/mavon-editor.vue b/src/mavon-editor.vue index 90f697053..845a3469d 100644 --- a/src/mavon-editor.vue +++ b/src/mavon-editor.vue @@ -1,759 +1,935 @@