From 06d7d264eea51f4a89452c73656f69f6e07ad990 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 十二月 2024 10:43:46 +0800 Subject: [PATCH] Merge branch 'develop' --- 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