@@ -218,7 +218,7 @@ td{ | |||
justify-content: space-around; | |||
.innerMonitor { | |||
position: relative; | |||
width: 256px; | |||
width: 275px; | |||
height: 198px; | |||
.monitorName { | |||
position: absolute; | |||
@@ -238,5 +238,8 @@ td{ | |||
} | |||
} | |||
} | |||
:deep(.vjs-live-display){ | |||
display:none !important; | |||
} | |||
</style> | |||
@@ -779,6 +779,9 @@ export default { | |||
</script> | |||
<style lang="scss" scoped> | |||
*{ | |||
user-select: none; | |||
} | |||
.container { | |||
width: 100vw; | |||
height: 100vh; | |||
@@ -808,12 +811,12 @@ export default { | |||
} | |||
.airport-overlay { | |||
width: 530px; | |||
width: 570px; | |||
height: 430px; | |||
background-color: rgba(0, 0, 0, 0.5); | |||
} | |||
.problem-overlay { | |||
width: 530px; | |||
width: 560px; | |||
background-color: rgba(0, 0, 0, 0.5); | |||
} |