From 6a3a6eec5001098d27d5160018139309acccdb07 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Fri, 19 Jul 2024 10:28:13 +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/page/Meeting/index.module.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/page/Meeting/index.module.scss b/src/page/Meeting/index.module.scss index c4661a6..50ed2d8 100644 --- a/src/page/Meeting/index.module.scss +++ b/src/page/Meeting/index.module.scss @@ -174,7 +174,7 @@ // 演讲者模式 .meetingContentBodyLeftSpeakerMode { - width: 25%; + width: 18%; overflow-y: auto; height: 100%; @@ -230,7 +230,7 @@ position: absolute !important; bottom: 0; left: 0; - height: calc(100% - 260px) !important; + height: calc(100% - 160px) !important; width: 100% !important; } @@ -240,11 +240,11 @@ right: 0; bottom: 0; height: 100% !important; - width: calc(100% - 25%) !important; + width: calc(100% - 18%) !important; } .meetingContentSwiperCard { - height: 260px; + height: 180px; width: calc(100% / 4); border-radius: 10px; overflow: hidden;