Commit 9acd5063 by pangchong

feat: 多人视频

parent 5430a2d7
...@@ -16,18 +16,7 @@ ...@@ -16,18 +16,7 @@
</a-space> </a-space>
</div> </div>
<!-- 其余的视频窗口 --> <!-- 其余的视频窗口 -->
<video-slider <video-slider class="mb-3 px-4" @handle-click="idChangedHere" :id-set="userVideoContainerSet.onTopUserSet"></video-slider>
class="mb-3 px-4"
@handle-click="idChangedHere"
:id-set="[
...userVideoContainerSet.onTopUserSet,
...userVideoContainerSet.onTopUserSet,
...userVideoContainerSet.onTopUserSet,
...userVideoContainerSet.onTopUserSet,
...userVideoContainerSet.onTopUserSet,
...userVideoContainerSet.onTopUserSet
]"
></video-slider>
<!-- 放大的窗口 --> <!-- 放大的窗口 -->
<video-tools :id="userVideoContainerSet.inCenter" class="px-4 flex flex-col flex-auto"></video-tools> <video-tools :id="userVideoContainerSet.inCenter" class="px-4 flex flex-col flex-auto"></video-tools>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment