From 5639db443380ea345f870ae8ddb39a2a27648ee0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 21 二月 2025 21:25:24 +0800 Subject: [PATCH] 2025-02-21 --- src/tabviews/custom/components/editor/braft-editor/index.scss | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/tabviews/custom/components/editor/braft-editor/index.scss b/src/tabviews/custom/components/editor/braft-editor/index.scss index b55bc6c..89c786e 100644 --- a/src/tabviews/custom/components/editor/braft-editor/index.scss +++ b/src/tabviews/custom/components/editor/braft-editor/index.scss @@ -26,14 +26,26 @@ background: #ffffff; } } - .braft-content table.no-border { - td, th { - border: none; + .braft-content { + table.no-border { + td, th { + border: none; + } } - } - .braft-content table.align-center { - td, th { - text-align: center; + table.align-center { + td, th { + text-align: center; + } + } + table.deep-border { + td, th { + border-color: rgba(0, 0, 0, 0.85); + } + } + table.word-break { + td, th { + word-break: break-all; + } } } } @@ -49,7 +61,7 @@ } .custom-braft-editor-box.no-border { .braft-content { - table:not(.border) { + table:not(.border):not(.deep-border) { td, th { border: none!important; } -- Gitblit v1.8.0