Преглед на файлове

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 {