tremble 3 years ago
parent
commit
811671a8ec
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/RTC/PageRtcLive.vue
  2. 1 1
      src/components/shared/Guide.vue

+ 1 - 1
src/components/RTC/PageRtcLive.vue

@@ -1208,7 +1208,7 @@ onUnmounted(async () => {
     position: absolute;
     position: absolute;
     right: 16%;
     right: 16%;
     top: 0;
     top: 0;
-    max-width: 40vw;
+    max-width: 70vw;
   }
   }
 }
 }
 </style>
 </style>

+ 1 - 1
src/components/shared/Guide.vue

@@ -40,7 +40,7 @@ useApp().then((app) => {
   top: 0;
   top: 0;
   width: 100%;
   width: 100%;
   height: 100%;
   height: 100%;
-  z-index: 10999999999;
+  z-index: 1099999;
   background-color: rgba(0, 0, 0, 0.7);
   background-color: rgba(0, 0, 0, 0.7);
 }
 }
 .user-guide {
 .user-guide {