Commit a70f77b1f5d01d01aa9aa0e92053850a98ce871e

Authored by loveumiko
1 parent 0ec49a0a

fix: 修复看板视频组件声音控制组件跟随移动

... ... @@ -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%' }"
... ...