From 791978f6a37b0ddb57ce7a01cf6b1b76faee1888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=94=BF=E6=9D=83?= <1978141412@qq.com> Date: Tue, 29 Oct 2024 13:44:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?style:=20=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../html/quill-editor-preview/quill-editor-preview.scss | 9 +++++++++ src/editor/html/quill-editor/quill-editor.scss | 8 -------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/editor/html/quill-editor-preview/quill-editor-preview.scss b/src/editor/html/quill-editor-preview/quill-editor-preview.scss index 874fed9bcf..6c4ba5ec1f 100644 --- a/src/editor/html/quill-editor-preview/quill-editor-preview.scss +++ b/src/editor/html/quill-editor-preview/quill-editor-preview.scss @@ -24,4 +24,13 @@ background-color: transparent; overflow: visible; } + + .ql-editor.ql-blank { + padding: 0; + &::before { + font-style: normal; + color: getCssVar('form-item', 'placeholder-color'); + left: 0; + } + } } \ No newline at end of file diff --git a/src/editor/html/quill-editor/quill-editor.scss b/src/editor/html/quill-editor/quill-editor.scss index c4f7b7496d..c4b71840bd 100644 --- a/src/editor/html/quill-editor/quill-editor.scss +++ b/src/editor/html/quill-editor/quill-editor.scss @@ -37,14 +37,6 @@ height: 0; } } - .ql-editor.ql-blank { - padding: 0; - &::before { - font-style: normal; - color: getCssVar('form-item', 'placeholder-color'); - left: 0; - } - } // quill多语言特殊处理,后续补充多语言 @include m(zh-cn) { .ql-snow { -- Gitee From 0b399c38b460c004cfc5f10d893b50095e95bc05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=94=BF=E6=9D=83?= <1978141412@qq.com> Date: Tue, 29 Oct 2024 13:45:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc0dbcfb1..1630108908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - 添加移动端安全距离 - 表单分组样式调整 style2添加padding阴影 - 多数据视图引擎支持单选配置 +- 富文本提示信息样式调整 ### Added -- Gitee