From ac1b5b70ce2779b56f8982019f52bfb842a00597 Mon Sep 17 00:00:00 2001 From: chutingting Date: Sat, 13 Jan 2024 23:54:35 +0800 Subject: [PATCH] img --- src/components/ueditor/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ueditor/index.vue b/src/components/ueditor/index.vue index 242aa91..893106a 100644 --- a/src/components/ueditor/index.vue +++ b/src/components/ueditor/index.vue @@ -163,9 +163,9 @@ export default { if (this.isDisabled) this.editor.options.readonly = true }, saveImg() { - let imageHtml = '

' + let imageHtml = '

' if (this.imgWidth > 800) { - imageHtml = '

' + imageHtml = '

' } this.editor.execCommand('inserthtml', imageHtml) this.uploadDiolagVisible = false