<template>
  <div id="vue-admin-beautiful">
    <router-view />
  </div>
</template>

<script>
export default {
  name: "App",
}
</script>
<style>
.BMap_cpyCtrl {
  display: none;
}
.container {
  padding: 15px;
}

#vue-admin-beautiful {
  height: 100vh;
  overflow: auto;
  margin-right: calc(100% - 100vw);
}
</style>