|
@@ -62,7 +62,8 @@ onMounted(() => {
|
|
|
startPosition: imgArray.indexOf(curImageSrc)||0,
|
|
|
overlayStyle:{
|
|
|
background: 'rgba(0, 0, 0, 0.9)'
|
|
|
- }
|
|
|
+ },
|
|
|
+ teleport:'.report-detail'
|
|
|
});
|
|
|
}
|
|
|
})
|
|
@@ -160,11 +161,14 @@ onBeforeRouteUpdate(to => {
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
-<style>
|
|
|
-/* .van-image-preview__overlay{
|
|
|
- background: rgba(230, 33, 33, 0.9);
|
|
|
-} */
|
|
|
+<style lang="scss">
|
|
|
+.report-detail{
|
|
|
+ .van-popup{
|
|
|
+ background: rgba(0, 0, 0, 0.9) !important;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|
|
|
+
|
|
|
<style lang="scss" scoped>
|
|
|
.flex {
|
|
|
display: flex;
|