Kaynağa Gözat

移动端小米10全屏问题修复

shaogen1995 3 yıl önce
ebeveyn
işleme
c964e4dde5

+ 4 - 3
web/public/static/js/main_2020_show.js

@@ -8854,9 +8854,10 @@ window.Modernizr = function(n, e, t) {
         }
         function a() {
             // 周恩光 在自动导览时拖动导览片段触发,会暂停自动导览
-            // C.tourInProgress && (C.stopTour(),
-            // C.endTourProgress(),
-            // E.classList.remove("playing"))
+            C.tourInProgress && (
+                // C.stopTour(),
+            C.endTourProgress(),
+            E.classList.remove("playing"))
         }
         function s() {
             T.is(":visible") ? r() : o()

+ 2 - 0
webM/src/views/gui/component/antique.vue

@@ -231,6 +231,7 @@ export default {
         height: 100%;
       }
       .fullM {
+        z-index: 999;
         width: 30px;
         height: 30px;
         cursor: pointer;
@@ -244,6 +245,7 @@ export default {
         }
       }
       .fullX {
+        position: fixed;
         left: 50%;
         transform: translateX(-50%);
       }