From c2d90c9b8375cf334c5372631f6ef23f7786490e Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Sat, 28 Jan 2023 16:40:45 +0800 Subject: [PATCH] Update map.md --- docs/component/map.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/component/map.md b/docs/component/map.md index 8c4de1a94..116a8c20d 100644 --- a/docs/component/map.md +++ b/docs/component/map.md @@ -1,4 +1,4 @@ -#### map +### map 地图组件。 @@ -107,6 +107,8 @@ |padding|文本边缘留白|Number|App-nvue 2.1.5+、微信小程序、H5、百度小程序、京东小程序| |display|'BYCLICK':点击显示; 'ALWAYS':常显|String|App-nvue 2.1.5+、微信小程序、H5、百度小程序、京东小程序| |textAlign|文本对齐方式。有效值: left, right, center|String|App-nvue 2.1.5+、微信小程序、百度小程序、京东小程序| +|anchorX |横向偏移量,向右为正数|Number|微信小程序2.11.0| +|anchorY |纵向偏移量,向下为正数|Number|微信小程序2.11.0| **marker 上的标签 label** @@ -125,7 +127,6 @@ |bgColor|背景色|String|App-nvue 2.1.5+、微信小程序、百度小程序、支付宝小程序| |padding|文本边缘留白|Number|App-nvue 2.1.5+、微信小程序、百度小程序、支付宝小程序| |textAlign|文本对齐方式。有效值: left, right, center|String|App-nvue 2.1.5+、微信小程序、百度小程序| -|customCallout|自定义气泡窗口|Object|App暂时不支持、微信小程序| |aria-label|无障碍访问,(属性)元素的额外描述|String|App-nvue 3.1.0+、微信小程序| ### 点聚合 -- GitLab