revert 299068f14b
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 6s
Docker Build & Deploy / Deploy to Production (push) Has been skipped

revert 调试
This commit is contained in:
2025-12-25 16:53:56 +08:00
parent 299068f14b
commit 53f03613b7
2 changed files with 49 additions and 8 deletions

View File

@@ -183,10 +183,9 @@ fetchDailyStatistics(now.getFullYear(), now.getMonth() + 1)
<style scoped>
.calendar-container {
height: calc(100vh - 50px);
height: 100vh;
display: flex;
flex-direction: column;
padding-bottom: env(safe-area-inset-bottom);
}
.calendar-container :deep(.van-calendar) {