调试
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
孙诚
2025-12-25 16:50:34 +08:00
parent 0b7c91828f
commit 299068f14b
2 changed files with 8 additions and 49 deletions

View File

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