| | |
| | | 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; |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | .custom-braft-editor-box.no-border { |
| | | .braft-content { |
| | | table:not(.border) { |
| | | table:not(.border):not(.deep-border) { |
| | | td, th { |
| | | border: none!important; |
| | | } |
| | |
| | | } |
| | | .custom-braft-editor-box.word-break { |
| | | .braft-content { |
| | | table { |
| | | table:not(.no-break) { |
| | | td, th { |
| | | word-break: break-all!important; |
| | | } |
| | |
| | | } |
| | | .custom-braft-editor-box.tb-flex { |
| | | .braft-content { |
| | | table { |
| | | table:not(.no-flex) { |
| | | table-layout: fixed; |
| | | } |
| | | } |