浏览代码

图片背景色修改

jwyu 3 年之前
父节点
当前提交
7814429732
共有 2 个文件被更改,包括 11 次插入0 次删除
  1. 6 0
      src/views/hzyb/activity/reportDetail.vue
  2. 5 0
      src/views/hzyb/activity/reportWeekDetail.vue

+ 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;