更新 Web/src/styles/rich-content.css
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 18s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
2026-01-12 18:15:09 +08:00
parent e11c1e4fc4
commit 02fcf07235

View File

@@ -71,7 +71,7 @@
.rich-html-content thead, .rich-html-content thead,
.rich-html-content tbody { .rich-html-content tbody {
display: table; display: table;
width: 100%; min-width: 100%;
table-layout: fixed; /* 核心:强制列宽分配逻辑一致 */ table-layout: fixed; /* 核心:强制列宽分配逻辑一致 */
} }
@@ -101,7 +101,7 @@
/* 通用列宽规则:第一列占 40%,其他列自动平分剩余 60% */ /* 通用列宽规则:第一列占 40%,其他列自动平分剩余 60% */
.rich-html-content th:first-child, .rich-html-content th:first-child,
.rich-html-content td:first-child { .rich-html-content td:first-child {
width: 30%; max-width: 30%;
} }
/* 业务特定样式:收入、支出、高亮 */ /* 业务特定样式:收入、支出、高亮 */