@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user