From 65c9d768ad5bbb8d01babc4435801b0cb39c9b06 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 十二月 2024 10:44:11 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/custom/components/editor/braft-editor/index.scss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/editor/braft-editor/index.scss b/src/tabviews/custom/components/editor/braft-editor/index.scss index 37fd26d..ea58f85 100644 --- a/src/tabviews/custom/components/editor/braft-editor/index.scss +++ b/src/tabviews/custom/components/editor/braft-editor/index.scss @@ -74,6 +74,11 @@ } } } +.custom-braft-editor-box.deep-split { + .braft-content hr { + border-color: rgba(0, 0, 0, 0.85)!important; + } +} .custom-braft-editor-box::after { content: ' '; -- Gitblit v1.8.0