|
|
@@ -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>
|