소스 검색

修改遮罩背景色

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>