|
|
@@ -2,7 +2,6 @@
|
|
2
|
2
|
<div class="page">
|
|
3
|
3
|
<div class="iconImg" v-if="!modileFlag && rightType && rightTypeall" @click="checkList(1)">
|
|
4
|
4
|
<i class="el-icon-d-arrow-left" style="font-size: 30px;color: aqua;"></i>
|
|
5
|
|
- <!-- <i class="el-icon-d-arrow-right"></i> -->
|
|
6
|
5
|
</div>
|
|
7
|
6
|
<div class="roompage" @mouseover="mouseHover" v-if="modileFlag">
|
|
8
|
7
|
<div class="txtContent">
|
|
|
@@ -27,7 +26,7 @@
|
|
27
|
26
|
</roomFooter>
|
|
28
|
27
|
</div>
|
|
29
|
28
|
</div>
|
|
30
|
|
- <div class="roomPhone">
|
|
|
29
|
+ <div class="roomPhone" v-if="!modileFlag">
|
|
31
|
30
|
<div class="videoPage">
|
|
32
|
31
|
<div :class="sharingType" id="screenShare">
|
|
33
|
32
|
</div>
|
|
|
@@ -40,8 +39,6 @@
|
|
40
|
39
|
</div>
|
|
41
|
40
|
<i class="el-icon-d-arrow-right" style="font-size: 30px;color: aqua;" @click="checkList(2)"
|
|
42
|
41
|
v-if="!rightType && rightTypeall"></i>
|
|
43
|
|
- <!-- <i class="el-icon-d-arrow-left" style="font-size: 30px;color: aqua;" @click="checkList(2)"
|
|
44
|
|
- v-if="!rightType && !rightTypeall"></i> -->
|
|
45
|
42
|
</div>
|
|
46
|
43
|
<div class="footerPhone">
|
|
47
|
44
|
<roomFooterPhone @exitRoom="exitRoom" @micClickOn="micClickOn" @micClickOff="micClickOff"
|
|
|
@@ -50,17 +47,6 @@
|
|
50
|
47
|
:videoFlag="videoFlag" :sharFlag="sharFlag"></roomFooterPhone>
|
|
51
|
48
|
</div>
|
|
52
|
49
|
</div>
|
|
53
|
|
- <!-- <div class="header">
|
|
54
|
|
- <roomFooterPhone @exitRoom="exitRoom"></roomFooterPhone>
|
|
55
|
|
- </div>
|
|
56
|
|
- <div class="bodyVideo">
|
|
57
|
|
- <div :class="userClassPhone" id="localStream">
|
|
58
|
|
- <div class="userNamePhone">{{ userId }}</div>
|
|
59
|
|
- </div>
|
|
60
|
|
- <div :class="userClassPhone" v-for="(item, index) in userList" :key="index" :id="item">
|
|
61
|
|
- <div class="userNamePhone">{{ item }}</div>
|
|
62
|
|
- </div>
|
|
63
|
|
- </div> -->
|
|
64
|
50
|
</div>
|
|
65
|
51
|
<!-- 语音转文字弹窗 -->
|
|
66
|
52
|
<el-drawer title="会议内容" :visible.sync="textVisible" :modal="false">
|
|
|
@@ -935,14 +921,6 @@ export default {
|
|
935
|
921
|
color: #ffffff;
|
|
936
|
922
|
}
|
|
937
|
923
|
|
|
938
|
|
-/* .header {
|
|
939
|
|
- width: 100%;
|
|
940
|
|
- height: 8%;
|
|
941
|
|
- background-color: #716c6c;
|
|
942
|
|
- display: flex;
|
|
943
|
|
- flex-direction: row-reverse;
|
|
944
|
|
- align-items: center;
|
|
945
|
|
-} */
|
|
946
|
924
|
/* 移动端样式 */
|
|
947
|
925
|
.roomPhone {
|
|
948
|
926
|
width: 100%;
|
|
|
@@ -1033,10 +1011,6 @@ export default {
|
|
1033
|
1011
|
bottom: 8px;
|
|
1034
|
1012
|
}
|
|
1035
|
1013
|
|
|
1036
|
|
-.fileList {
|
|
1037
|
|
- /* max-height: 300px; */
|
|
1038
|
|
- /* overflow-y: scroll; */
|
|
1039
|
|
-}
|
|
1040
|
1014
|
|
|
1041
|
1015
|
.list {
|
|
1042
|
1016
|
display: flex;
|