谢杰标 3 лет назад
Родитель
Сommit
96fbf42e9d

+ 4 - 5
src/pages/course-detail/index copy.vue

@@ -4314,7 +4314,7 @@ export default {
       this.getUserMedia({
         video: {
           width: 400,
-          height: 300,
+          height: 400,
         },
       });
     },
@@ -5423,13 +5423,12 @@ export default {
           window.navigator.webkitGetUserMedia ||
           window.navigator.mozGetUserMedia
         ) {
-          console.log(this.getUserMedia, "getUserMedia");
           // 调用用户媒体设备, 访问摄像头
           this.getUserMedia(
             {
               video: {
                 width: 400,
-                height: 300,
+                height: 400,
               },
             },
             this.photographSuccess,
@@ -7244,7 +7243,7 @@ export default {
     }
 
     &__body {
-      height: 400px;
+      // height: 400px;
       padding: 40px 24px;
       .left-box {
         width: 336px;
@@ -7271,7 +7270,7 @@ export default {
       .right-box {
         float: right;
         width: 400px;
-        height: 300px;
+        height: 400px;
 
         video {
           width: 100%;

+ 4 - 5
src/pages/course-detail/index.vue

@@ -4896,7 +4896,7 @@ export default {
       this.getUserMedia({
         video: {
           width: 400,
-          height: 300,
+          height: 400,
         },
       });
     },
@@ -6170,13 +6170,12 @@ export default {
           window.navigator.webkitGetUserMedia ||
           window.navigator.mozGetUserMedia
         ) {
-          console.log(this.getUserMedia, "getUserMedia");
           // 调用用户媒体设备, 访问摄像头
           this.getUserMedia(
             {
               video: {
                 width: 400,
-                height: 300,
+                height: 400,
               },
             },
             this.photographSuccess,
@@ -8263,7 +8262,7 @@ export default {
     }
 
     &__body {
-      height: 400px;
+      // height: 400px;
       padding: 40px 24px;
       .left-box {
         width: 336px;
@@ -8290,7 +8289,7 @@ export default {
       .right-box {
         float: right;
         width: 400px;
-        height: 300px;
+        height: 400px;
 
         video {
           width: 100%;

+ 4 - 4
src/pages/course-exam/index.vue

@@ -1436,7 +1436,7 @@ export default {
             {
               video: {
                 width: 400,
-                height: 300,
+                height: 400,
               },
             },
             this.photographSuccess,
@@ -1608,7 +1608,7 @@ export default {
       this.getUserMedia({
         video: {
           width: 400,
-          height: 300,
+          height: 400,
         },
       });
     },
@@ -2998,7 +2998,7 @@ export default {
     }
 
     &__body {
-      height: 400px;
+      // height: 400px;
       padding: 40px 24px;
       .left-box {
         width: 336px;
@@ -3025,7 +3025,7 @@ export default {
       .right-box {
         float: right;
         width: 400px;
-        height: 300px;
+        height: 400px;
         position: relative;
         overflow: hidden;
         video {

+ 4 - 5
src/pages/live-detail/index.vue

@@ -4400,7 +4400,7 @@ export default {
       this.getUserMedia({
         video: {
           width: 400,
-          height: 300,
+          height: 400,
         },
       });
     },
@@ -5581,13 +5581,12 @@ export default {
           window.navigator.webkitGetUserMedia ||
           window.navigator.mozGetUserMedia
         ) {
-          console.log(this.getUserMedia, "getUserMedia");
           // 调用用户媒体设备, 访问摄像头
           this.getUserMedia(
             {
               video: {
                 width: 400,
-                height: 300,
+                height: 400,
               },
             },
             this.photographSuccess,
@@ -7427,7 +7426,7 @@ export default {
     }
 
     &__body {
-      height: 400px;
+      // height: 400px;
       padding: 40px 24px;
       .left-box {
         width: 336px;
@@ -7454,7 +7453,7 @@ export default {
       .right-box {
         float: right;
         width: 400px;
-        height: 300px;
+        height: 400px;
 
         video {
           width: 100%;