From 0cda0e78424a9b95764c9d922b8318c8fdf1809a Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Mon, 9 Sep 2024 14:02:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= 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 c08ae26..7d7f7ac 100644 --- a/src/components/UserVideo/index.module.scss +++ b/src/components/UserVideo/index.module.scss @@ -65,8 +65,8 @@ height: 0; .userVideoContentListItem { - height: 24%; - width: calc(100% / 3 - 8px); + height: 32%; + width: calc(100% / 4 - 8px); padding: 4px; .userVideoContentListItemVideo {