Browse Source

Merge branch 'wangmq' of gitadmin/tuoheng_lc_web into develop

tags/v1.1.0^2
wangmengqi 1 year ago
parent
commit
d5e73593bc
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/views/dashboard/components/OneMap.vue

+ 4
- 1
src/views/dashboard/components/OneMap.vue View File

</div> </div>
<div <div


v-show="problemPopupShow"
id="problemOverlay" id="problemOverlay"
class="problem-overlay" class="problem-overlay"
> >
.container{ .container{
width:100vw; width:100vw;
height:100vh; height:100vh;
position:relative;

position:relative;
overflow:hidden; overflow:hidden;
} }
.map-container { .map-container {
width:100vw; width:100vw;
height:100vh; height:100vh;

} }


.layer-management { .layer-management {

Loading…
Cancel
Save