因不明原因,全屏时上一集按钮被遮盖而无法点取.简单粗暴的解决方法:把所有按钮向右移动一下.

This commit is contained in:
haiyangcui
2021-04-21 18:42:26 +02:00
parent 39a6491403
commit 06403ece3f

View File

@@ -1666,6 +1666,9 @@ export default {
cursor: pointer;
margin-left: 3px;
}
.xgplayer-skin-default .xg-btn-playPrev {
margin-left: 50px;
}
.xgplayer-skin-default .xg-btn-quitMiniMode {
display: none;
}