Commit 198abd75 by pangchong

feat: 修复

parent 426baedd
......@@ -24,15 +24,15 @@
<span class="text-xs ml-1 text-theme-text1">主持人</span>
</div>
</div>
</template>
<div class="absolute w-full h-full flex-center" v-else>
<div v-if="userDataForThis.calling" class="absolute top-0 left-0 right-0 bottom-0 flex-center flex-col">
<div class="text-base text-theme-text1">呼叫中...</div>
<a-button shape="circle" status="danger" type="primary" @click.stop="cancelCallExact">
<global-icon :size="20" color="var(--color-bg-white)" icon="phone-hangup"></global-icon>
</a-button>
</div>
</template>
<div class="absolute w-full h-full flex-center" v-else>
<video-loader></video-loader>
<video-loader v-else></video-loader>
</div>
</div>
</template>
......@@ -97,8 +97,12 @@ onUpdated(function () {
})
onUnmounted(() => {
observer.disconnect() // 停止监听
observer = null;
observer = null
})
</script>
<style lang="less" scoped>
:deep([data-self='vc'] video),
:deep(.agora_video_player) {
transform: none !important;
}
</style>
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