zengyicheng 2 years ago
parent
commit
77229e03ce

+ 8 - 0
src/components/easy2/studyStudent.vue

@@ -47,6 +47,7 @@
         style="
           left: 0;
           background-image: linear-gradient(90deg, #477cd7, #65b9fc);
+          top: 140px;
         "
         v-if="mlDialog == false"
         @click="setContent2(true)"
@@ -156,6 +157,13 @@
             <div class="returnBtn commentIcon" @click="setPz" v-if="tType == 1">
               评论
             </div>
+            <div
+              class="returnBtn vedioIcon"
+              @click="startRecording"
+              v-if="!videoStart && (tType == 1 || tType == 4)"
+            >
+              录制
+            </div>
             <!-- <div class="returnBtn" @click="allScrell">全屏</div> -->
             <!-- <div class="returnBtn" @click="startRecording" v-if="!videoStart && (tType == 1 || tType == 4)">
               开始录制

+ 8 - 0
src/components/easy3/studyStudent.vue

@@ -47,6 +47,7 @@
         style="
           left: 0;
           background-image: linear-gradient(90deg, #477cd7, #65b9fc);
+          top: 140px;
         "
         v-if="mlDialog == false"
         @click="setContent2(true)"
@@ -156,6 +157,13 @@
             <div class="returnBtn commentIcon" @click="setPz" v-if="tType == 1">
               评论
             </div>
+            <div
+              class="returnBtn vedioIcon"
+              @click="startRecording"
+              v-if="!videoStart && (tType == 1 || tType == 4)"
+            >
+              录制
+            </div>
             <!-- <div class="returnBtn" @click="allScrell">全屏</div> -->
             <!-- <div class="returnBtn" @click="startRecording" v-if="!videoStart && (tType == 1 || tType == 4)">
               开始录制

+ 1 - 0
src/components/studyStudent.vue

@@ -15,6 +15,7 @@
         style="
           left: 0;
           background-image: linear-gradient(90deg, #477cd7, #65b9fc);
+          top: 140px;
         "
         v-if="mlDialog == false && !(IsFollow && tType == 2)"
         @click="setContent2(true)"