<template> <div class="app-container home"> <div style="width: 100%;height: 555px;border: 1px solid #dbdada;float: left;"> <!-- <div id="map"></div> --> <img src="../../assets/images/centermap.jpg" alt="" style="width: 100%;height: 100%;"> </div> </div> </template> <script> </script> <style scoped lang="scss"> .home{ padding: 20px 0px 0px 0px; } </style>