소스 검색

图像识别

zhujindu 1 년 전
부모
커밋
f599080c54
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/components/imageAIVerifyErr.vue

+ 4 - 1
src/components/imageAIVerifyErr.vue

@@ -326,7 +326,10 @@ export default {
 .openTips {
   z-index: 3334 !important;
 }
-.AIImageItem {
+.van-overlay {
   z-index: 3334 !important;
 }
+.van-image-preview {
+  z-index: 3335 !important;
+}
 </style>