Merge pull request #697 from laozhoubuluo/PR_Fix_Web_FullScreen

This commit is contained in:
DIYgod 2020-05-23 10:48:33 +08:00 committed by GitHub
commit 2ed6ef8912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@
z-index: 100000;
left: 0;
top: 0;
width: 100%;
height: 100%;
width: 100% !important;
height: 100% !important;
}
&.dplayer-mobile {
.dplayer-controller .dplayer-icons {