diff --git a/src/components/countDown.vue b/src/components/countDown.vue
new file mode 100644
index 0000000..acc62ef
--- /dev/null
+++ b/src/components/countDown.vue
@@ -0,0 +1,59 @@
+
+
+
会议倒计时
+
{{ remainTime }}
+
+
+
+
+
diff --git a/src/store/index.js b/src/store/index.js
index 18c1b60..a60272e 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -85,6 +85,7 @@ const store = createStore({
meetingSchedule: (state) => state.meeting.meetingSchedule, // 会议日程
expertInfo: (state) => state.meeting.expertInfo, // 专家介绍
meetingNumber: (state) => state.meeting.meetingNumber, // 姓名
+ startTime: (state) => state.meeting.startTime, // 姓名
templateId: (state) => state.meeting.templateId,
meetingId: (state) => state.meeting.id,
textLabelList: (state) => state.meeting.textLabelList,
diff --git a/src/views/appointment.vue b/src/views/appointment.vue
index a1baec0..3a0d600 100644
--- a/src/views/appointment.vue
+++ b/src/views/appointment.vue
@@ -222,7 +222,9 @@
color: #333;
"
>
- 同意
+
+
+ 同意
楚桓会议系统用户信息协议
diff --git a/src/views/meeting.vue b/src/views/meeting.vue
index 593e8ef..4464565 100644
--- a/src/views/meeting.vue
+++ b/src/views/meeting.vue
@@ -18,6 +18,7 @@
:class="`layout-template-${templateId}`"
ref="videoElementRef"
>
+
.zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
+ > div[class*="inSharing"]
+ + div) {
+ display: none;
+ width: $meetingComponentWitdh;
+ height: $meetingComponentWitdh * 9 / 16;
+ position: relative;
+ }
+ :deep(#suspension-view-tabpanel-ribbon
+ > .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root),
+ :deep(#suspension-view-tabpanel-speaker
+ > .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root) {
+ flex-direction: row-reverse;
+ }
+}
+
:deep(.zmwebsdk-MuiToolbar-root.zmwebsdk-MuiToolbar-regular) {
display: none; // 隐藏顶部 toolbar
}
@@ -1195,6 +1216,16 @@ $meetingBackgroundHeight: 80vw * 9 / 16;
height: $meetingComponentWitdh * 0.15 * 9 / 16;
}
}
+ .layout-template-5 {
+ :deep(div[id*="suspension-view-tabpanel"]
+ > .zmwebsdk-MuiBox-root.zmwebsdk-MuiBox-root
+ > div[class*="inSharing"]
+ + div) {
+ display: none;
+ width: $meetingComponentWitdh;
+ height: $meetingComponentWitdh * 9 / 16;
+ }
+ }
:deep(#video-element
> div
diff --git a/src/views/panelist-verify.vue b/src/views/panelist-verify.vue
index 0a45098..409a83d 100644
--- a/src/views/panelist-verify.vue
+++ b/src/views/panelist-verify.vue
@@ -41,8 +41,9 @@
"
>
- 同意
+
+ 同意
+
楚桓会议系统用户信息协议
diff --git a/src/views/verify.vue b/src/views/verify.vue
index cc8305d..271324f 100644
--- a/src/views/verify.vue
+++ b/src/views/verify.vue
@@ -370,7 +370,9 @@
color: #333;
"
>
- 同意
+
+
+ 同意
楚桓会议系统用户信息协议