Ver código fonte

feat: 修复点击无效问题

rindy 5 meses atrás
pai
commit
690af6f17b

+ 2 - 0
packages/qjkankan-view/src/components/UIGather/mobile/index.vue

@@ -160,6 +160,8 @@ useApp().then((app) => {
     bottom: -40px;
     top: 0;
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
+    z-index: 0;
+    pointer-events: none;
   }
 
   .menu-icon {