|
@@ -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;
|