From 5fb6ab0ca6c5f4fcbef36f6aeaa024e76e70244b Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 31 Jan 2024 12:04:34 +0800 Subject: [PATCH] =?UTF-8?q?ueditor=E9=BB=91=E6=9A=97=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/ueditor/1.4/themes/iframe.css | 3 ++- .../core/src/main/resources/static/ueditor/1.4/ueditor.all.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/core/src/main/resources/static/ueditor/1.4/themes/iframe.css b/modules/core/src/main/resources/static/ueditor/1.4/themes/iframe.css index 6cb99227..8ff569bc 100644 --- a/modules/core/src/main/resources/static/ueditor/1.4/themes/iframe.css +++ b/modules/core/src/main/resources/static/ueditor/1.4/themes/iframe.css @@ -1,2 +1,3 @@ /*可以在这里添加你自己的css*/ -p{line-height:28px} \ No newline at end of file +p {line-height:28px} +.skin-dark {background: #1a1a1a;border-color:#414141;color:#ddd} diff --git a/modules/core/src/main/resources/static/ueditor/1.4/ueditor.all.js b/modules/core/src/main/resources/static/ueditor/1.4/ueditor.all.js index 0c37f25e..8783d743 100644 --- a/modules/core/src/main/resources/static/ueditor/1.4/ueditor.all.js +++ b/modules/core/src/main/resources/static/ueditor/1.4/ueditor.all.js @@ -6929,7 +6929,8 @@ var fillCharReg = new RegExp(domUtils.fillChar, 'g'); container.style.zIndex = options.zIndex; var html = ( ie && browser.version < 9 ? '' : '') + - '' + + '' + '