Commit ab35d7ee by qlintonger xeno

强制反转+2

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