From d29f3c707df8381683586b92dfdc55745d527731 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Wed, 15 Oct 2025 13:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/index.module.scss | 1 - src/page/Meeting/index.tsx | 10 ++++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/page/Meeting/index.module.scss b/src/page/Meeting/index.module.scss index 09d362b..3d38cc8 100644 --- a/src/page/Meeting/index.module.scss +++ b/src/page/Meeting/index.module.scss @@ -109,7 +109,6 @@ position: absolute; z-index: 1; width: 100%; - height: 100%; left: 0; top: 0; diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 0373b7c..c6d7129 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -2730,7 +2730,13 @@ const Meeting: React.FC = () => { }}> {isScreenCapture ?
{currentSpeakUser.length ? '正在说话:' + currentSpeakUser.join(';') : '正在说话:'}
-
item.isRoom).length > 4 && isExpand ? 'auto' : 'hidden' }}> +
item.isRoom).length > 4 && isExpand ? 'auto' : 'hidden', + height: isExpand ? `calc((4 * 160px) + 15px)` : '100%' + }}> {roomUserList .filter((item: any) => item.isRoom && item.isAdmin) .map((item: any) => ( @@ -2748,7 +2754,7 @@ const Meeting: React.FC = () => {
{ setIsExpand(!isExpand) window.electron.setChildWindow({ - height: !isExpand ? 4 * 160 + 15 : 160, + height: !isExpand ? 4 * 160 + (15 + 20) : 160, key: 'main' }) }}>{isExpand ? '收起' : '查看参会者'}