shuisheng 2 жил өмнө
parent
commit
5506479238

+ 1 - 1
src/components/VideoControls/index.vue

@@ -81,7 +81,7 @@ function changeLiveLine(item) {
   position: absolute;
   bottom: 0;
   left: 0;
-  z-index: 10;
+  z-index: 20;
   display: flex;
   align-items: center;
   justify-content: space-between;

+ 1 - 1
src/views/h5/room/index.vue

@@ -316,7 +316,7 @@ onMounted(() => {
       position: absolute;
       top: 50%;
       left: 50%;
-      z-index: 1;
+      z-index: 20;
       align-items: center;
       padding: 10px 20px;
       border: 2px solid rgba($color: papayawhip, $alpha: 0.5);

+ 4 - 0
src/views/pull/index.vue

@@ -374,6 +374,10 @@ watch(
 
           inset: 0;
         }
+        .videoControls {
+          position: relative;
+          z-index: 20;
+        }
         .media-list {
           position: relative;
           :deep(video) {