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)} > -