更新 Web/src/styles/rich-content.css
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 17s
Docker Build & Deploy / Deploy to Production (push) Successful in 10s
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:12:47 +08:00
parent 83dfa66d85
commit e11c1e4fc4

View File

@@ -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);