From 54b26419a713500f4fe911041f8062d2a70d6549 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 12 Mar 2025 17:27:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E4=BD=93=EF=BC=8C=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/UEditorPlus/themes/iframe.css | 8 +++++++- src/components/ueditor.vue | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/public/static/UEditorPlus/themes/iframe.css b/public/static/UEditorPlus/themes/iframe.css index ec817b1..e808a00 100644 --- a/public/static/UEditorPlus/themes/iframe.css +++ b/public/static/UEditorPlus/themes/iframe.css @@ -1,3 +1,9 @@ /*! UEditorPlus v2.0.0*/ -body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{color:#09f;text-decoration:none}a:hover,a:focus{color:#09f;text-decoration:none}blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #EEE}img+br{display:block;padding:4px 0;content:' '}body p{margin-bottom:1em}iframe{border:0}img{max-width:100%}img[data-word-image]{cursor:pointer}pre{margin:.5em 0;padding:.4em .6em;border-radius:8px;background:#f8f8f8;line-height:1.5}img{cursor:pointer}.edui-quick-operate-active{background:#E6ECFF} \ No newline at end of file +body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-size:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{color:#09f;text-decoration:none}a:hover,a:focus{color:#09f;text-decoration:none}blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #EEE}img+br{display:block;padding:4px 0;content:' '}body p{margin-bottom:1em}iframe{border:0}img{max-width:100%}img[data-word-image]{cursor:pointer}pre{margin:.5em 0;padding:.4em .6em;border-radius:8px;background:#f8f8f8;line-height:1.5}img{cursor:pointer}.edui-quick-operate-active{background:#E6ECFF} +.uep-loading{ + width: 100% !important; + max-width: 600px; + height:auto!important; + max-height:100%!important; +} \ No newline at end of file diff --git a/src/components/ueditor.vue b/src/components/ueditor.vue index 47527d5..104c424 100644 --- a/src/components/ueditor.vue +++ b/src/components/ueditor.vue @@ -61,6 +61,7 @@ initialFrameHeight: 400, // 高度 initialFrameWidth: '100%', autoHeightEnabled: false, + catchRemoteImageEnable:false, toolbars:[ [ //"fullscreen", // 全屏