Commit ab35d7ee by qlintonger xeno

强制反转+2

parent e15692fe
......@@ -101,4 +101,8 @@ onUnmounted(() => {
})
</script>
<style lang="less" scoped>
:deep([data-self='vc'] video),
:deep(.agora_video_player) {
transform: none !important;
}
</style>
......@@ -342,4 +342,8 @@ function hangupCall() {
opacity: 1;
}
}
:deep([data-self='remote-main'] video) {
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