Browse Source

图像识别

zhujindu 1 năm trước cách đây
mục cha
commit
3495ae4317
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/components/imageAIVerifyErr.vue

+ 3 - 2
src/components/imageAIVerifyErr.vue

@@ -36,7 +36,7 @@
                 width="100px"
                 height="100px"
                 @click="previewsImg(imageAIVerifyData.storeIDCardUrl)" />
-              <span>门店身份证</span>
+              <span>门店标准店招</span>
             </div>
           </template>
           <template v-else>
@@ -199,6 +199,7 @@ export default {
       ImagePreview({
         images: [url],
         className: 'AIImageItem',
+        getContainer: 'el-dialog__wrapper',
       });
     },
   },
@@ -330,6 +331,6 @@ export default {
   /* z-index: 3334 !important; */
 }
 .van-image-preview {
-  z-index: 3335 !important;
+  /* z-index: 3335 !important; */
 }
 </style>