1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 32s
Docker Build & Deploy / Deploy to Production (push) Successful in 13s
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-16 17:52:40 +08:00
parent 0c95b6aa6e
commit 14bbd62262
2 changed files with 777 additions and 72 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1141,7 +1141,7 @@ onBeforeUnmount(() => {
/* 环形图 */ /* 环形图 */
.chart-container { .chart-container {
padding: 12px 0; padding: 0;
} }
.ring-chart { .ring-chart {
@@ -1255,7 +1255,7 @@ onBeforeUnmount(() => {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding-top: 10px; padding-top: 0;
color: var(--van-text-color-3); color: var(--van-text-color-3);
font-size: 20px; font-size: 20px;
cursor: pointer; cursor: pointer;