From 03115a04ec4d681cd7d1f258eb109ef68d63abcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Mon, 12 Jan 2026 19:21:36 +0800 Subject: [PATCH] fix --- 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 423b7e1..ffae849 100644 --- a/Web/src/styles/rich-content.css +++ b/Web/src/styles/rich-content.css @@ -71,7 +71,7 @@ .rich-html-content thead, .rich-html-content tbody { display: table; - width: 100%; + min-width: 100%; table-layout: fixed; /* 核心:强制列宽分配逻辑一致 */ }