From 21167ece56edd628e6f6546d1d642947cc3a048f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 12 八月 2024 22:17:33 +0800 Subject: [PATCH] 2024-08-12 --- src/tabviews/custom/components/editor/braft-editor/index.scss | 23 +++++++++++++++++++++-- 1 files changed, 21 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 1829c88..e9e62b4 100644 --- a/src/tabviews/custom/components/editor/braft-editor/index.scss +++ b/src/tabviews/custom/components/editor/braft-editor/index.scss @@ -28,15 +28,34 @@ } } -.custom-braft-editor-box.light { +.custom-braft-editor-box.th-light { .braft-content { table { tr:first-child { - background-color:#ffffff; + background-color: transparent; } } } } +.custom-braft-editor-box.no-border { + .braft-content { + table { + td, th { + border: none!important; + } + tr td:first-child { + padding-left: 0px; + } + } + } +} +.custom-braft-editor-box.tb-flex { + .braft-content { + table { + table-layout: fixed; + } + } +} .custom-braft-editor-box::after { content: ' '; -- Gitblit v1.8.0