Showing
1 changed file
with
1 additions
and
0 deletions
| ... | ... | @@ -73,6 +73,7 @@ |
| 73 | 73 | <main class="w-full h-full flex flex-col justify-center items-center p-2"> |
| 74 | 74 | <Spin :spinning="loading" wrapper-class-name="video-spin"> |
| 75 | 75 | <XGPlayer |
| 76 | + class="no-drag" | |
| 76 | 77 | :url="playUrl" |
| 77 | 78 | :stream-type="playType" |
| 78 | 79 | :config="{ width: '100%', height: '100%' }" | ... | ... |