|
@@ -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%;
|