zengyicheng
3 年之前
|
@@ -14,16 +14,16 @@
|
|
|
<video
|
|
|
ref="video"
|
|
|
id="video_cam"
|
|
|
- width="265"
|
|
|
- height="212"
|
|
|
+ width="195"
|
|
|
+ height="156"
|
|
|
class="face"
|
|
|
autoplay
|
|
|
v-show="isCamera"
|
|
|
></video>
|
|
|
<canvas
|
|
|
ref="canvasDOM"
|
|
|
- width="265"
|
|
|
- height="212"
|
|
|
+ width="195"
|
|
|
+ height="156"
|
|
|
class="kuang"
|
|
|
v-show="isCamera"
|
|
|
></canvas>
|
|
@@ -350,8 +350,8 @@
|
|
|
|
|
|
.face {
|
|
|
position: absolute;
|
|
|
- z-index: 1;
|
|
|
- padding: 26.5px 0;
|
|
|
+ z-index: 1;
|
|
|
+ padding: 5px 0px;
|
|
|
}
|
|
|
|
|
|
.kuang {
|