From 63746e402a4d1769da45b1c8010e9bae51f04e01 Mon Sep 17 00:00:00 2001 From: Aira Sakuranomiya Date: Thu, 11 Jan 2024 21:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B0=B4=E5=B9=B3=E5=9E=82?= =?UTF-8?q?=E7=9B=B4=E7=BF=BB=E8=BD=AC=E5=90=8C=E6=97=B6=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Player/PlayerVideo/PlayerVideo.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/Player/PlayerVideo/PlayerVideo.vue b/components/Player/PlayerVideo/PlayerVideo.vue index fad52eec..e36993d1 100755 --- a/components/Player/PlayerVideo/PlayerVideo.vue +++ b/components/Player/PlayerVideo/PlayerVideo.vue @@ -402,6 +402,10 @@ &.vertical-flip { transform: scaleY(-100%); } + + &.horizontal-flip.vertical-flip { + transform: scale(-100%); + } } &:not(.fullscreen) {