From c375390d5291d688776ede820d3954f870e78f54 Mon Sep 17 00:00:00 2001 From: puz <13060209078@163.com> Date: Tue, 14 Jul 2026 16:49:16 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9AH5md=E6=B8=B2=E6=9F=93=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- imeeting-h5/src/components/preview/MeetingPreviewView.css | 7 +++++-- imeeting-h5/src/styles/global.css | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/imeeting-h5/src/components/preview/MeetingPreviewView.css b/imeeting-h5/src/components/preview/MeetingPreviewView.css index e162db2..152dbd2 100644 --- a/imeeting-h5/src/components/preview/MeetingPreviewView.css +++ b/imeeting-h5/src/components/preview/MeetingPreviewView.css @@ -459,11 +459,12 @@ } .meeting-preview-markdown table { - width: max-content; - min-width: 100%; + width: 100%; + max-width: 100%; margin: 12px 0 16px; border-collapse: collapse; border-spacing: 0; + table-layout: fixed; font-size: 14px; line-height: 1.6; } @@ -475,6 +476,8 @@ text-align: left; vertical-align: top; overflow-wrap: anywhere; + word-break: break-word; + white-space: normal; } .meeting-preview-markdown th { diff --git a/imeeting-h5/src/styles/global.css b/imeeting-h5/src/styles/global.css index 4273c42..41bd7c8 100644 --- a/imeeting-h5/src/styles/global.css +++ b/imeeting-h5/src/styles/global.css @@ -398,11 +398,12 @@ button { } .markdown-body table { - width: max-content; - min-width: 100%; + width: 100%; + max-width: 100%; margin: 12px 0 16px; border-collapse: collapse; border-spacing: 0; + table-layout: fixed; font-size: 14px; line-height: 1.6; } @@ -414,6 +415,8 @@ button { text-align: left; vertical-align: top; overflow-wrap: anywhere; + word-break: break-word; + white-space: normal; } .markdown-body th {