实时视频流首页vxg视频蓝框去除

merge-requests/1/head
张鑫 5 years ago
parent 7538484c6c
commit 094a1d70c1

@ -217,12 +217,17 @@ export default {
height: 100%;
z-index: 10;
}
/*.video{*/
/* border: solid 1px #000000;*/
/* background: #001529;*/
/* width: 400px;*/
/* height: 225px;*/
/*}*/
.vxgplayer {
border: none;
margin: 0;
}
}
}
}

@ -514,13 +514,20 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
img {
width: 42px;
}
}
}
img {
cursor: pointer;
}
.vxgplayer {
border: none;
margin: 0;
}
}
</style>

Loading…
Cancel
Save