样式调整
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
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:
@@ -1048,7 +1048,7 @@ onUnmounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.burndown-chart {
|
.burndown-chart {
|
||||||
height: 230px;
|
height: 190px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gauge-footer {
|
.gauge-footer {
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user