From e11c1e4fc4187862307879642d2887316ba4755e Mon Sep 17 00:00:00 2001 From: suncheng Date: Mon, 12 Jan 2026 18:12:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Web/src/styles/rich-conten?= =?UTF-8?q?t.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/styles/rich-content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/src/styles/rich-content.css b/Web/src/styles/rich-content.css index 2887c6f..275c34b 100644 --- a/Web/src/styles/rich-content.css +++ b/Web/src/styles/rich-content.css @@ -56,7 +56,7 @@ /* 表格样式优化 - 确保表格独立滚动且列对齐 */ .rich-html-content table { display: block; - width: 100%; + min-width: 100%; border-collapse: collapse; margin: 8px 0; background: var(--van-background-2);