Browse Source

Merge branch 'main' into feature/v1.0.36

lianbingjie 1 năm trước cách đây
mục cha
commit
50fd57d7d0

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

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