Commit c0f4940 1 parent db1b812 commit c0f4940 Copy full SHA for c0f4940
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -552,12 +552,10 @@ export default {
552
552
this .name = channel .name
553
553
this .xg .src = channel .url
554
554
this .xg .play ()
555
- if (! this .miniMode ) document .querySelector (' xg-btn-quitMiniMode' ).style .display = ' none'
556
555
document .querySelector (' xg-btn-showhistory' ).style .display = ' none'
557
556
document .querySelector (' .xgplayer-playbackrate' ).style .display = ' none'
558
557
},
559
558
playVideo (index = 0 , time = 0 ) {
560
- if (! this .miniMode ) document .querySelector (' xg-btn-quitMiniMode' ).style .display = ' none'
561
559
document .querySelector (' xg-btn-showhistory' ).style .display = ' block'
562
560
document .querySelector (' .xgplayer-playbackrate' ).style .display = ' inline-block'
563
561
this .fetchM3u8List ().then (m3u8Arr => {
@@ -1512,6 +1510,9 @@ export default {
1512
1510
cursor : pointer ;
1513
1511
margin-left : 3px ;
1514
1512
}
1513
+ .xgplayer-skin-default .xg-btn-quitMiniMode {
1514
+ display : none ;
1515
+ }
1515
1516
.xgplayer-skin-default .xg-btn-playPrev :hover ,
1516
1517
.xgplayer-skin-default .xg-btn-playNextOne :hover ,
1517
1518
.xgplayer-skin-default .xg-btn-showList :hover ,
You can’t perform that action at this time.
0 commit comments