Browse Source

图像识别

zhujindu 1 năm trước cách đây
mục cha
commit
6b5d4a002c

+ 4 - 0
src/components/imageAIVerifyErr.vue

@@ -185,6 +185,7 @@ export default {
     previewsImg(url) {
     previewsImg(url) {
       ImagePreview({
       ImagePreview({
         images: [url],
         images: [url],
+        className: 'AIImageItem',
       });
       });
     },
     },
   },
   },
@@ -312,4 +313,7 @@ export default {
 .openTips {
 .openTips {
   z-index: 3334 !important;
   z-index: 3334 !important;
 }
 }
+.AIImageItem .van-image-preview {
+  z-index: 3334;
+}
 </style>
 </style>