From 33c968cdb5f8433363e4a92b257a696c3a7e4dea Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 8 Aug 2024 17:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/index.module.scss | 15 +++++++++++++-- src/page/Meeting/index.tsx | 6 ++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/page/Meeting/index.module.scss b/src/page/Meeting/index.module.scss index a3cdaf5..50f1197 100644 --- a/src/page/Meeting/index.module.scss +++ b/src/page/Meeting/index.module.scss @@ -106,14 +106,25 @@ .meetingGrayButton { cursor: pointer; background-color: #31353A; - color: #EEEEEE; width: 140px; height: 36px; line-height: 36px; text-align: center; border-radius: 5px; margin-right: 20px; - font-size: 16px; + display: flex; + align-items: center; + justify-content: center; + + >span { + font-size: 16px; + color: #EEEEEE; + } + + >img { + width: 16px; + margin-right: 10px; + } &:hover { background-color: lighten(#31353A, 4%); diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index e7a78c5..31f5f0a 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -762,9 +762,11 @@ const Meeting: React.FC = () => { open={modeOpen} onOpenChange={() => setModeOpen(true)} > -
{getMeetingContentBodyLeftModeText()}
+
+ {meetingMode === 'StandardMode' ? : } + {getMeetingContentBodyLeftModeText()} +
- {/*
{getMeetingContentBodyLeftModeText()}
*/}