From 346f499267f917c4069aba86be1d5d7dcb895ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 17 Sep 2024 12:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=88=86=E4=BA=AB=E6=88=AA=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/post/tp-vod.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/post/tp-vod.vue b/src/components/post/tp-vod.vue index 567c79ff..af5962f8 100644 --- a/src/components/post/tp-vod.vue +++ b/src/components/post/tp-vod.vue @@ -175,10 +175,7 @@ function getVodTime(): string { } .tp-vod-cover { - position: absolute; - top: 0; - left: 0; - width: 100%; + max-width: 100%; object-fit: cover; }