From d30b6ed7627341a5169cced4dd3c363ce6225c75 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Wed, 11 Dec 2024 15:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UserVideo/index.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/UserVideo/index.module.scss b/src/components/UserVideo/index.module.scss index b1d7b15..c1d2f82 100644 --- a/src/components/UserVideo/index.module.scss +++ b/src/components/UserVideo/index.module.scss @@ -65,8 +65,8 @@ height: 0; .userVideoContentListItem { - height: 13%; - width: calc(100% / 3 - 8px); + height: calc(100% / 6 - 8px); + width: calc(100% / 2 - 8px); padding: 4px; .userVideoContentListItemVideo {