This commit is contained in:
parent
a7c41c970b
commit
6a3a6eec50
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue