样式调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 23s
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 16:58:51 +08:00
parent a8da1c6a70
commit 5cac4d6dde
3 changed files with 29 additions and 15 deletions

View File

@@ -93,17 +93,6 @@
text-overflow: ellipsis;
}
/* 针对第一列“名称”分配更多空间,其余平分 */
.rich-html-content th:first-child,
.rich-html-content td:first-child {
width: 30%;
}
.rich-html-content th:not(:first-child),
.rich-html-content td:not(:first-child) {
width: 20%;
}
.rich-html-content th {
background: var(--van-gray-1);
color: var(--van-text-color);