现象:百度地图 label 宽度为0,文字在标签边框外。

原因:样式冲突,在css中添加下列代码即可:

 .BMapLabel{ max-width:none; }
05-11 22:19