VUE高德地图API 鼠标点击/触发显示信息窗

#container {

  /* width: 100%;

  height: 100%; */

  position: relative;

  /* left: 50%;

  top: 50%; */

  /* transform: translate3d(-50%, -50%, 0); */

}

.search-box {

    position: relative;

    width: 100%;

  }

  .intro {

    width: 40%;

    max-height: 260px;

    position: absolute;

    right: 13%;

    top: 30px;


    background-color: rgba(255, 255, 255, 0.8);

  }

.prompt {

    padding: 1rem;

    background: white;

    width: auto;

    height: auto;

    text-align: left;

}

你可能感兴趣的:(VUE高德地图API 鼠标点击/触发显示信息窗)