Ver código fonte

图片背景色修改

jwyu 3 anos atrás
pai
commit
7814429732

+ 6 - 0
src/views/hzyb/activity/reportDetail.vue

@@ -161,7 +161,13 @@ const goDetail=(e)=>{
     </div>
 </template>
 
+<style>
+.van-image-preview__overlay{
+    background: rgba(0, 0, 0, 0.9);
+}
+</style>
 <style lang="scss" scoped>
+
 .flex{
     display: flex;
 }

+ 5 - 0
src/views/hzyb/activity/reportWeekDetail.vue

@@ -157,6 +157,11 @@ onBeforeRouteUpdate(to => {
     </div>
 </template>
 
+<style>
+.van-image-preview__overlay{
+    background: rgba(0, 0, 0, 0.9);
+}
+</style>
 <style lang="scss" scoped>
 .flex {
     display: flex;