Przeglądaj źródła

Merge branch 'lixin' of gitadmin/tuoheng_lc_web into develop

pull/212/head
lixin 1 rok temu
rodzic
commit
76ce3bfc6c
2 zmienionych plików z 7 dodań i 0 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz