Bläddra i källkod

修改遮罩背景色

jwyu 3 år sedan
förälder
incheckning
958d1fbe63

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