recherche

Maison  >  Questions et réponses  >  le corps du texte

javascript怎样设置高德地图Logo的位置?

javascript怎样设置高德地图Logo的位置?
android可以设置,但是通过javascript怎么设置了?

PHP中文网PHP中文网2833 Il y a quelques jours638

répondre à tous(1)je répondrai

  • PHP中文网

    PHP中文网2017-04-10 15:31:47

    貌似没有找到设置的选项,我的解决办法是直接覆盖css

    比如设置到右下角

    css.amap-logo{
        right:0 !important;
        left:auto !important;
    }
    .amap-copyright{
        right:70px !important;
        left:auto !important;
    }
    

    répondre
    0
  • Annulerrépondre