Compare commits
No commits in common. "a1cba0a7fd8086b9f3f448af5e8743365e6894e9" and "084826e14401bc4e8407e9adb9dfdd2502b31d24" have entirely different histories.
a1cba0a7fd
...
084826e144
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<live-pusher id='livePusher' ref="livePusher" class="livePusher" :url="url"
|
||||
mode="FHD" :muted="false" :enable-camera="true" :auto-focus="true" :beauty="meiyan + 1" whiteness="0"
|
||||
mode="SD" :muted="false" :enable-camera="true" :auto-focus="true" :beauty="meiyan + 1" whiteness="2"
|
||||
aspect="9:16" @statechange="statechange" @netstatus="netstatus" @error = "error"
|
||||
:style="{'height':height + 'px'}"
|
||||
></live-pusher>
|
||||
@ -231,8 +231,6 @@
|
||||
overflow: hidden;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 750rpx;
|
||||
height: 335rpx;
|
||||
}
|
||||
.menutitle{
|
||||
font-size: 30rpx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user