hookehuyr

fix

<!--
* @Date: 2023-05-19 14:54:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-09-12 10:30:25
* @LastEditTime: 2024-09-12 10:46:54
* @FilePath: /map-demo/src/views/index.vue
* @Description: 公众地图主体页面
-->
......@@ -446,7 +446,7 @@ export default {
// angle: 10, //点标记的旋转角度
style: {
//设置文本样式,Object 同 css 样式表
"padding": ".5rem .3rem .5rem .2rem",
"padding": ".5rem .2rem .5rem .2rem",
// "margin-bottom": "1rem",
// "border-radius": ".25rem",
"background-color": "#965f13",
......@@ -460,7 +460,7 @@ export default {
"text-orientation": "mixed",
"display": "flex",
"justify-content": "center",
"align-items": "end",
"align-items": "center",
},
position: entity_info[i].position, //点标记在地图上显示的位置
});
......