From 6ae2f34ea466d19a0361eb7e192dc13f8d828a90 Mon Sep 17 00:00:00 2001 From: liangjiami <2249412933@qq.com> Date: Thu, 17 Jul 2025 09:45:07 +0800 Subject: [PATCH] .ql-editor>* --- public/static/index/mobile/css/public.css | 5 ++++- public/static/index/pc/css/public.css | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/static/index/mobile/css/public.css b/public/static/index/mobile/css/public.css index 484a068d..ca68f6db 100755 --- a/public/static/index/mobile/css/public.css +++ b/public/static/index/mobile/css/public.css @@ -163,7 +163,10 @@ body { } .ql-editor>* { - cursor: text + cursor: text; + word-break: normal; + overflow-wrap: normal; + white-space: normal; } .ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6 { diff --git a/public/static/index/pc/css/public.css b/public/static/index/pc/css/public.css index c5709b9f..f846f997 100755 --- a/public/static/index/pc/css/public.css +++ b/public/static/index/pc/css/public.css @@ -262,7 +262,7 @@ div{ } .ql-editor>* { - cursor: text + cursor: text; } .ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6 {