فهرست منبع

修改遮罩背景色

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>