From c1899601a720ee2ff2a3a6ce7f8ae39127e302a1 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 11 Jun 2026 17:42:56 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=A8=A1=E5=85=B7=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6-=E7=AD=9B=E9=80=89=E6=A1=86=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages_function/pages/moldLedger/index.vue | 75 +++++-------------- 1 file changed, 19 insertions(+), 56 deletions(-) diff --git a/src/pages_function/pages/moldLedger/index.vue b/src/pages_function/pages/moldLedger/index.vue index 078e280..04740c5 100644 --- a/src/pages_function/pages/moldLedger/index.vue +++ b/src/pages_function/pages/moldLedger/index.vue @@ -10,7 +10,9 @@ type="text" :placeholder="t('moldLedger.searchPlaceholder')" placeholder-class="placeholder" + :focus="keywordFocus" confirm-type="search" + @blur="keywordFocus = false" @confirm="handleSearch" /> @@ -19,9 +21,6 @@ {{ t('common.reset') }} - - -