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;