zhujindu hace 1 año
padre
commit
f599080c54
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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>