Ver código fonte

Merge branch 'release' of gitadmin/tuoheng_lc_web into master

master
zhangtao 1 ano atrás
pai
commit
e1ba1663ed
2 arquivos alterados com 7 adições e 0 exclusões
  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 Ver arquivo

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

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

Carregando…
Cancelar
Salvar