1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 21s
Docker Build & Deploy / Deploy to Production (push) Successful in 11s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s

This commit is contained in:
孙诚
2026-01-15 18:39:04 +08:00
parent ea11d72c00
commit c80e5daf7d
3 changed files with 4 additions and 5 deletions

View File

@@ -261,7 +261,7 @@ onMounted(() => {
padding: 12px;
color: var(--van-text-color);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
margin: 10px;
margin: 0 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border: 1px solid var(--van-border-color);
}

View File

@@ -13,6 +13,8 @@
<ContributionHeatmap ref="heatmapRef" />
<!-- 底部安全距离 -->
<div style="height: calc(60px + env(safe-area-inset-bottom, 0px))"></div>
<!-- 日期交易列表弹出层 -->
<PopupContainer
@@ -304,8 +306,6 @@ onBeforeUnmount(() => {
.calendar-container {
/* 使用准确的视口高度减去 TabBar 高度50px和安全区域 */
height: calc(var(--vh, 100vh) - 50px - env(safe-area-inset-bottom, 0px));
max-height: calc(var(--vh, 100vh) - 50px - env(safe-area-inset-bottom, 0px));
display: flex;
flex-direction: column;
overflow: hidden;
@@ -338,7 +338,6 @@ onBeforeUnmount(() => {
/* Add margin to bottom of heatmap to separate from tabbar */
:deep(.heatmap-card) {
margin-bottom: 20px;
flex-shrink: 0; /* Prevent heatmap from shrinking */
}

View File

@@ -59,7 +59,7 @@
</div>
<!-- 底部安全距离 -->
<div style="height: calc(80px + env(safe-area-inset-bottom, 0px))"></div>
<div style="height: calc(55px + env(safe-area-inset-bottom, 0px))"></div>
<div class="bottom-button">
<!-- 新增分类按钮 -->