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
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:
@@ -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%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 业务特定样式:收入、支出、高亮 */
|
/* 业务特定样式:收入、支出、高亮 */
|
||||||
|
|||||||
Reference in New Issue
Block a user