提示词优化
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 24s
Docker Build & Deploy / Deploy to Production (push) Successful in 11s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s

This commit is contained in:
孙诚
2026-01-12 16:20:06 +08:00
parent 8c7dbd24ad
commit a8da1c6a70
2 changed files with 16 additions and 3 deletions

View File

@@ -71,7 +71,7 @@
.rich-html-content thead,
.rich-html-content tbody {
display: table;
width: 130%;
width: 100%;
min-width: 400px; /* 确保窄屏下有足够宽度触发滚动 */
table-layout: fixed; /* 核心:强制列宽分配逻辑一致 */
}