Browse Source

Merge branch 'lixin' of gitadmin/tuoheng_lc_web into develop

pull/212/head
lixin 1 year ago
parent
commit
76ce3bfc6c
2 changed files with 7 additions and 0 deletions
  1. +3
    -0
      src/views/task-manage/all-task/components/DemandDrawer.vue
  2. +4
    -0
      src/views/task-manage/all-task/components/LiveDrawer.vue

+ 3
- 0
src/views/task-manage/all-task/components/DemandDrawer.vue View File

@@ -308,6 +308,9 @@ export default defineComponent({
#history-map {
width: 100%;
height: 100%;
:deep(.ol-viewport){
position: absolute !important;
}
}
/* 视频 */
.videobox {

+ 4
- 0
src/views/task-manage/all-task/components/LiveDrawer.vue View File

@@ -401,10 +401,14 @@ export default defineComponent({
height: 100%;
position: relative;
overflow: hidden;

}
#live-map {
width: 100%;
height: 100%;
:deep(.ol-viewport){
position: absolute !important;
}
}
/* 视频 */
.videobox {

Loading…
Cancel
Save