|
@@ -60,6 +60,9 @@ onMounted(() => {
|
|
|
ImagePreview({
|
|
|
images: imgArray,
|
|
|
startPosition: imgArray.indexOf(curImageSrc)||0,
|
|
|
+ overlayStyle:{
|
|
|
+ background: 'rgba(0, 0, 0, 0.9)'
|
|
|
+ }
|
|
|
});
|
|
|
}
|
|
|
})
|
|
@@ -158,9 +161,9 @@ onBeforeRouteUpdate(to => {
|
|
|
</template>
|
|
|
|
|
|
<style>
|
|
|
-.van-image-preview__overlay{
|
|
|
- background: rgba(0, 0, 0, 0.9);
|
|
|
-}
|
|
|
+/* .van-image-preview__overlay{
|
|
|
+ background: rgba(230, 33, 33, 0.9);
|
|
|
+} */
|
|
|
</style>
|
|
|
<style lang="scss" scoped>
|
|
|
.flex {
|