From e35e2d2e9956803b4ec5356395b02a6484441b4f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 20 二月 2025 16:58:41 +0800 Subject: [PATCH] 2025-02-20 --- src/tabviews/custom/components/editor/braft-editor/index.scss | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/editor/braft-editor/index.scss b/src/tabviews/custom/components/editor/braft-editor/index.scss index fcbf6a0..b55bc6c 100644 --- a/src/tabviews/custom/components/editor/braft-editor/index.scss +++ b/src/tabviews/custom/components/editor/braft-editor/index.scss @@ -79,7 +79,7 @@ } .custom-braft-editor-box.word-break { .braft-content { - table { + table:not(.no-break) { td, th { word-break: break-all!important; } @@ -88,7 +88,7 @@ } .custom-braft-editor-box.tb-flex { .braft-content { - table { + table:not(.no-flex) { table-layout: fixed; } } -- Gitblit v1.8.0