增加rtmp播放
This commit is contained in:
@ -141,7 +141,7 @@ export default {
|
||||
break
|
||||
}*/
|
||||
let menusHeight = this.menuList.length * 65 + "px";
|
||||
let height = this.menuList.length * 65 + 30 + "px";
|
||||
let height = this.menuList.length * 65 + 40 + "px";
|
||||
$(".leftBox")[0].style.height = height;
|
||||
$(".left .menus")[0].style.height = menusHeight;
|
||||
|
||||
@ -268,7 +268,7 @@ export default {
|
||||
/* bottom: 10vh;
|
||||
padding: 35px 10px 15px 0;*/
|
||||
height: 350px;
|
||||
margin-top: 20px;
|
||||
margin-top: 25px;
|
||||
//align-self: center;
|
||||
padding: 0 8px 0 5px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user