Commit 26079fe130bb9eb9ccebf02d1b89c1b4e5aaa2c1

Authored by xp.Huang
2 parents 0ec49a0a a70f77b1

Merge branch 'fix/DEFECT-2062' into 'main_dev'

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

See merge request yunteng/thingskit-front!1312
@@ -73,6 +73,7 @@ @@ -73,6 +73,7 @@
73 <main class="w-full h-full flex flex-col justify-center items-center p-2"> 73 <main class="w-full h-full flex flex-col justify-center items-center p-2">
74 <Spin :spinning="loading" wrapper-class-name="video-spin"> 74 <Spin :spinning="loading" wrapper-class-name="video-spin">
75 <XGPlayer 75 <XGPlayer
  76 + class="no-drag"
76 :url="playUrl" 77 :url="playUrl"
77 :stream-type="playType" 78 :stream-type="playType"
78 :config="{ width: '100%', height: '100%' }" 79 :config="{ width: '100%', height: '100%' }"