debugger
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 23s
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
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 23s
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:
@@ -72,7 +72,6 @@
|
||||
.rich-html-content tbody {
|
||||
display: table;
|
||||
width: 100%;
|
||||
min-width: 400px; /* 确保窄屏下有足够宽度触发滚动 */
|
||||
table-layout: fixed; /* 核心:强制列宽分配逻辑一致 */
|
||||
}
|
||||
|
||||
@@ -99,6 +98,20 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.rich-html-content th:nth-child(1),
|
||||
.rich-html-content td:nth-child(1) {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.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%;
|
||||
}
|
||||
|
||||
/* 业务特定样式:收入、支出、高亮 */
|
||||
.rich-html-content .income-value {
|
||||
color: #07c160 !important;
|
||||
|
||||
Reference in New Issue
Block a user