From 2998f413a5e196e99df887787aa4b250cd9f3b78 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 24 十二月 2024 14:56:23 +0800 Subject: [PATCH] Merge branch 'positec' into dms --- src/tabviews/custom/components/editor/braft-editor/index.scss | 23 +++++++++++++++++++++++ 1 files changed, 23 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 e9e62b4..ea58f85 100644 --- a/src/tabviews/custom/components/editor/braft-editor/index.scss +++ b/src/tabviews/custom/components/editor/braft-editor/index.scss @@ -49,6 +49,24 @@ } } } +.custom-braft-editor-box.bold-border { + .braft-content { + table { + td, th { + border-width: 2px!important; + } + } + } +} +.custom-braft-editor-box.deep-border { + .braft-content { + table { + td, th { + border-color: rgba(0, 0, 0, 0.85)!important; + } + } + } +} .custom-braft-editor-box.tb-flex { .braft-content { table { @@ -56,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