zhb 1 month ago
parent
commit
c5bc7fef3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/AddBankDialog.vue

+ 1 - 1
components/AddBankDialog.vue

@@ -1,5 +1,5 @@
 <template>
-  <uni-popup ref="popupRef" type="center" background-color="#fff">
+  <uni-popup ref="popupRef" type="center" background-color="#fff" style="z-index: 9999;">
     <view class="dialog-container">
       <view class="dialog-header">
         <text class="dialog-title" v-t="typeMap[form.type]"></text>