From 40ed21141404ea96af41bac752b22c0f9a838168 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 10 十一月 2025 14:55:20 +0800
Subject: [PATCH] fix: bug

---
 apps/bMiniApp/src/subpackages/payrollManage/payrollManage/InnerPage.vue |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/apps/bMiniApp/src/subpackages/payrollManage/payrollManage/InnerPage.vue b/apps/bMiniApp/src/subpackages/payrollManage/payrollManage/InnerPage.vue
index 317f62a..43de466 100644
--- a/apps/bMiniApp/src/subpackages/payrollManage/payrollManage/InnerPage.vue
+++ b/apps/bMiniApp/src/subpackages/payrollManage/payrollManage/InnerPage.vue
@@ -22,7 +22,7 @@
     ></ProTabPane>
   </ProTabs>
   <InfiniteLoading
-    scrollViewClassName="common-infinite-scroll-list"
+    scrollViewClassName="common-infinite-scroll-list payroll-manage-list"
     v-bind="infiniteLoadingProps"
     :key="queryState.paymentStatus"
   >
@@ -40,6 +40,7 @@
     v-model="form.password"
     v-model:visible="form.passwordVisible"
     @focus="form.showKeyboard = true"
+    @close="form.showKeyboard = false"
     tips="璇疯緭鍏�6浣嶆搷浣滃瘑鐮�"
     desc="鏄庣粏闇�杈撳叆鎿嶄綔瀵嗙爜鎵嶈兘鏌ョ湅"
     :length="6"
@@ -50,6 +51,7 @@
     v-model="form.password"
     v-model:visible="form.showKeyboard"
     @blur="form.showKeyboard = false"
+    :custom-key="['']"
   >
   </nut-number-keyboard>
 </template>
@@ -144,4 +146,17 @@
 
 <style lang="scss">
 @import '@/styles/common.scss';
+
+.payrollManage-page-wrapper {
+  .payroll-manage-list {
+    .income-detail-list-item-inner {
+      display: flex;
+      flex-direction: column;
+      background: #ffffff;
+      border-radius: 12px;
+      padding: 40px;
+      margin-bottom: 24px;
+    }
+  }
+}
 </style>

--
Gitblit v1.9.1