From 1c259429208a695d956a9130e89336f1451c597f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Sun, 27 Oct 2024 12:43:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E4=BF=AE=E5=A4=8D=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=B0=81=E9=9D=A2=E4=BD=8D=E7=BD=AE=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/post/tp-vod.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/post/tp-vod.vue b/src/components/post/tp-vod.vue index af5962f8..62136836 100644 --- a/src/components/post/tp-vod.vue +++ b/src/components/post/tp-vod.vue @@ -175,6 +175,7 @@ function getVodTime(): string { } .tp-vod-cover { + position: absolute; max-width: 100%; object-fit: cover; }