mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 10:15:43 +08:00
因不明原因,全屏时上一集按钮被遮盖而无法点取.简单粗暴的解决方法:把所有按钮向右移动一下.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user