chenlei 8 miesięcy temu
rodzic
commit
3c7eea871d

+ 4 - 0
scene/src/views/gui/components/guide.vue

@@ -341,6 +341,10 @@ export default {
         padding-bottom: 13px;
         font-size: 14px;
         color: #fff;
+
+        span {
+          text-align: center;
+        }
       }
       // &.active {
       //   .sl-item {

+ 3 - 2
scene/src/views/gui/menu.vue

@@ -544,7 +544,8 @@ export default {
           let n = player.director.describe();
           this.setData({ guideIsPlay: n.tourIsPlaying });
 
-          if (n.tourIsPlaying) {
+          console.log(n.tourIsPlaying, '==')
+          if (n.tourIsPlaying && this.openType !== 'immersive') {
             this.hanlderButtons(this.leftButtons[5],'immersive')
           }
           if (null !== n.currentItem) {
@@ -1112,7 +1113,7 @@ export default {
     &.pause {
       background-image: url('../../assets/image/icon/new-icon/icon_play.png');
       background-repeat: no-repeat;
-      background-size: cover;
+      background-size: auto 44px;
       animation: mobile-play 2s steps(48) infinite;
 
       img {