|
@@ -60,6 +60,10 @@ onMounted(() => {
|
|
|
ImagePreview({
|
|
|
images: imgArray,
|
|
|
startPosition: imgArray.indexOf(curImageSrc)||0,
|
|
|
+ overlayStyle:{
|
|
|
+ background: 'rgba(0, 0, 0, 0.9)'
|
|
|
+ },
|
|
|
+ teleport:'.report-detail'
|
|
|
});
|
|
|
}
|
|
|
})
|
|
@@ -157,6 +161,14 @@ onBeforeRouteUpdate(to => {
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
+<style lang="scss">
|
|
|
+.report-detail{
|
|
|
+ .van-popup{
|
|
|
+ background: rgba(0, 0, 0, 0.9) !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|
|
|
+
|
|
|
<style lang="scss" scoped>
|
|
|
.flex {
|
|
|
display: flex;
|