|
|
@@ -2,6 +2,7 @@
|
|
|
<div style="position: relative">
|
|
|
<div id="bmap"></div>
|
|
|
<NumberVue style="position: absolute; top: 0; left: 0"></NumberVue>
|
|
|
+ <SafetyCard style="position: absolute; top: 24px; right: 34px"></SafetyCard>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -21,7 +22,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
onMounted(() => {
|
|
|
- initMap();
|
|
|
+ // initMap();
|
|
|
});
|
|
|
return {
|
|
|
initMap,
|
|
|
@@ -35,5 +36,7 @@ export default {
|
|
|
width: 100%;
|
|
|
height: calc(100vh - 60px);
|
|
|
box-sizing: border-box;
|
|
|
+ background: #1d2c43;
|
|
|
+ border-top: 1px solid grey;
|
|
|
}
|
|
|
</style>
|