zhb 1 개월 전
부모
커밋
c5bc7fef3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>