浏览代码

feat: 修复点击无效问题

rindy 5 月之前
父节点
当前提交
690af6f17b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/qjkankan-view/src/components/UIGather/mobile/index.vue

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