人生啊人生 2 ماه پیش
والد
کامیت
ec1bc71b39
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/ThreeWorldEventQingXiCheAndQv/ThreeWorldEventMainQingXiCheAndQv.vue

+ 1 - 1
src/components/ThreeWorldEventQingXiCheAndQv/ThreeWorldEventMainQingXiCheAndQv.vue

@@ -386,7 +386,7 @@ const callbackCameraVisualAngleJsonToLookEvent = (json) => {
         z-index: 1000;
         /* 注意这里必须是被允许穿透点击的,否则堆叠高于了  canvas,则会出现无法点击到canvas了。加了这个即可解决这个问题  */
         pointer-events: none;
-        opacity: 0.2;
+        opacity: 0.3;
     }
 
 }