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

@@ -19,6 +19,7 @@
</div>
<div

v-show="problemPopupShow"
id="problemOverlay"
class="problem-overlay"
>
@@ -741,12 +742,14 @@ export default {
.container{
width:100vw;
height:100vh;
position:relative;

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

}

.layer-management {

Loading…
Cancel
Save