indexCenter.vue 430 Bytes
Newer Older
耿迪迪's avatar
耿迪迪 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<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>