样式调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 24s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
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-25 13:27:55 +08:00
parent 47e1ed3891
commit bade93ad57
2 changed files with 1 additions and 2 deletions

View File

@@ -1048,7 +1048,7 @@ onUnmounted(() => {
} }
.burndown-chart { .burndown-chart {
height: 230px; height: 190px;
} }
.gauge-footer { .gauge-footer {

View File

@@ -84,7 +84,6 @@ const fetchDailyStatistics = async (year, month) => {
// 将数组转换为对象key为日期 // 将数组转换为对象key为日期
const statsMap = {} const statsMap = {}
response.data.forEach((item) => { response.data.forEach((item) => {
console.warn(item)
statsMap[item.date] = { statsMap[item.date] = {
count: item.count, count: item.count,
amount: (item.income - item.expense).toFixed(1) amount: (item.income - item.expense).toFixed(1)