|
|
@ -10,7 +10,7 @@ |
|
|
|
dialogData.parseOtherConfig.ptzCtrl |
|
|
|
) |
|
|
|
" src="@screen/images/camera-control-icon.svg" width="18px" height="18px" |
|
|
|
style="cursor: pointer;background-color: #0d5f79;" /> |
|
|
|
style="cursor: pointer;background-color: #0d5f79;margin-top: 3px" /> |
|
|
|
</div> |
|
|
|
|
|
|
|
<Transition name="fade" mode="out-in"> |
|
|
@ -136,16 +136,20 @@ export default { |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang='scss' scoped> |
|
|
|
|
|
|
|
.video-pic .video-container:nth-child(2){ |
|
|
|
margin-right: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
.video-container { |
|
|
|
position: relative; |
|
|
|
background-color: #000; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
margin-right: 15px; |
|
|
|
overflow: hidden; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: center; |
|
|
|
flex-direction:column; |
|
|
|
.fade-enter-active, |
|
|
|
.fade-leave-active { |
|
|
|
transition: opacity 0.24s ease; |
|
|
@ -161,6 +165,7 @@ export default { |
|
|
|
z-index: 999; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
background-color: #145775; |
|
|
|
.radio { |
|
|
|
background: #265A70; |
|
|
|
border-radius: 41px 41px 41px 41px; |
|
|
@ -213,8 +218,10 @@ export default { |
|
|
|
.video-stream, |
|
|
|
img { |
|
|
|
height: 100%; |
|
|
|
max-height: 100%; |
|
|
|
max-height: 93%; |
|
|
|
max-width: 100%; |
|
|
|
object-fit: fill; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
|
|
|
|
.video-stream { |
|
|
|