From 50779dffffc659bd28406bb539a2399e9c570b25 Mon Sep 17 00:00:00 2001 From: openclaw Date: Sat, 25 Jul 2026 01:48:13 +0800 Subject: [PATCH] fix: place top pull hint below month bar --- apps/web/src/views/LedgerView.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/apps/web/src/views/LedgerView.vue b/apps/web/src/views/LedgerView.vue index a5d039d..c610a65 100644 --- a/apps/web/src/views/LedgerView.vue +++ b/apps/web/src/views/LedgerView.vue @@ -469,15 +469,6 @@ async function shareLedger() { @touchend="finishLedgerPull" @touchcancel="cancelLedgerPull" > -
- - {{ pullLoading ? "正在加载" : pullLabel }} -
{{ pendingEntryCount }} 条账目未同步云端 @@ -516,6 +507,16 @@ async function shareLedger() {
+
+ + {{ pullLoading ? "正在加载" : pullLabel }} +
+

{{ dateHeading(group.date) }}