From e22513e69859e0562d216622985b063c09aa5826 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期一, 01 七月 2024 16:08:29 +0800 Subject: [PATCH] chore:更换ueditor --- public/static/UEditorPlus/themes/iframe.css | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/public/static/UEditorPlus/themes/iframe.css b/public/static/UEditorPlus/themes/iframe.css index c5e8b2e..ec817b1 100644 --- a/public/static/UEditorPlus/themes/iframe.css +++ b/public/static/UEditorPlus/themes/iframe.css @@ -1 +1,3 @@ -.gapfilling-span{color:red;padding:0 30px;margin:0 5px;border-bottom:3px double red} +/*! 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 -- Gitblit v1.8.0