Commit 26079fe130bb9eb9ccebf02d1b89c1b4e5aaa2c1
Merge branch 'fix/DEFECT-2062' into 'main_dev'
fix: 修复看板视频组件声音控制组件跟随移动 See merge request yunteng/thingskit-front!1312
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%' }" | ... | ... |