浏览代码

修改遮罩背景色

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

+ 1 - 1
src/views/hzyb/activity/reportDetail.vue

@@ -178,7 +178,7 @@ const goDetail=(e)=>{
 <style lang="scss">
 .report-detail{
     .van-popup{
-        background: rgba(0, 0, 0, 0.3) !important;
+        background: rgba(0, 0, 0, 0.7) !important;
     }
 }
 </style>

+ 1 - 1
src/views/hzyb/activity/reportWeekDetail.vue

@@ -174,7 +174,7 @@ onBeforeRouteUpdate(to => {
 <style lang="scss">
 .report-detail{
     .van-popup{
-        background: rgba(0, 0, 0, 0.3) !important;
+        background: rgba(0, 0, 0, 0.7) !important;
     }
 }
 </style>