This commit is contained in:
parent
a7c41c970b
commit
6a3a6eec50
|
|
@ -174,7 +174,7 @@
|
||||||
|
|
||||||
// 演讲者模式
|
// 演讲者模式
|
||||||
.meetingContentBodyLeftSpeakerMode {
|
.meetingContentBodyLeftSpeakerMode {
|
||||||
width: 25%;
|
width: 18%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
|
@ -230,7 +230,7 @@
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: calc(100% - 260px) !important;
|
height: calc(100% - 160px) !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -240,11 +240,11 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
width: calc(100% - 25%) !important;
|
width: calc(100% - 18%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meetingContentSwiperCard {
|
.meetingContentSwiperCard {
|
||||||
height: 260px;
|
height: 180px;
|
||||||
width: calc(100% / 4);
|
width: calc(100% / 4);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue