瀏覽代碼

Merge branch 'develop' of gitadmin/tuoheng_lc_web into release

tags/v1.1.0^2
zhangtao 1 年之前
父節點
當前提交
e7e1c9fdc8
共有 2 個檔案被更改,包括 9 行新增3 行删除
  1. +4
    -1
      src/views/dashboard/components/AirInfo.vue
  2. +5
    -2
      src/views/dashboard/components/OneMap.vue

+ 4
- 1
src/views/dashboard/components/AirInfo.vue 查看文件

@@ -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>


+ 5
- 2
src/views/dashboard/components/OneMap.vue 查看文件

@@ -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);
}

Loading…
取消
儲存