更新预算归档功能,添加归档总结和更新归档总结接口,优化预算统计逻辑,调整相关样式
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 34s
Docker Build & Deploy / Deploy to Production (push) Successful in 9s
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 22:29:39 +08:00
parent 03115a04ec
commit 556fc5af20
14 changed files with 337 additions and 408 deletions

View File

@@ -71,8 +71,9 @@
.rich-html-content thead,
.rich-html-content tbody {
display: table;
min-width: 100%;
width: 100%;
table-layout: fixed; /* 核心:强制列宽分配逻辑一致 */
border-collapse: collapse;
}
.rich-html-content tr {
@@ -86,10 +87,11 @@
text-align: left;
border: none;
border-bottom: 1px solid var(--van-border-color-light);
font-size: 12px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box;
}
.rich-html-content th {