css 调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 16s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
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 18:00:08 +08:00
parent c07c9dd07d
commit 83dfa66d85

View File

@@ -98,18 +98,10 @@
font-weight: 600; font-weight: 600;
} }
.rich-html-content th:nth-child(1), /* 通用列宽规则:第一列占 40%,其他列自动平分剩余 60% */
.rich-html-content td:nth-child(1) { .rich-html-content th:first-child,
width: 40%; .rich-html-content td:first-child {
} width: 30%;
.rich-html-content th:nth-child(2),
.rich-html-content td:nth-child(2),
.rich-html-content th:nth-child(3),
.rich-html-content td:nth-child(3),
.rich-html-content th:nth-child(4),
.rich-html-content td:nth-child(4) {
width: 20%;
} }
/* 业务特定样式:收入、支出、高亮 */ /* 业务特定样式:收入、支出、高亮 */