Selaa lähdekoodia

fix: 修复背景色问题

zhangyuhan 1 vuosi sitten
vanhempi
commit
f22d4dd069
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      apps/mobile/src/components/ad/pop-screen/index.vue

+ 2 - 2
apps/mobile/src/components/ad/pop-screen/index.vue

@@ -163,7 +163,6 @@ export default {
 }
 </script>
 
-
 <style lang="scss">
 .tabbar-home-pop-screen {
   background: rgba(0, 0, 0, 0.5);
@@ -180,8 +179,9 @@ export default {
 }
 
 .tabbar-home-dialog {
-  z-index: 3002!important;
+  z-index: 3002 !important;
   overflow: unset;
+  background: transparent;
 }
 .container {
   position: relative;