From c89cc9b0a78726ad0e0f44d856f3d41c43aa2773 Mon Sep 17 00:00:00 2001
From: Anne_LXM <liuxiaomei@dcloud.io>
Date: Wed, 17 Jul 2024 17:02:14 +0800
Subject: [PATCH] =?UTF-8?q?map.md=E8=A1=A5=E5=85=85=E5=B9=B3=E5=8F=B0?=
 =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docs/component/map.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/component/map.md b/docs/component/map.md
index 89777f671..a622be059 100644
--- a/docs/component/map.md
+++ b/docs/component/map.md
@@ -37,6 +37,7 @@
 |circles|Array||圆||
 |controls|Array||控件||
 |include-points|Array||缩放视野以包含所有给定的坐标点|App-nvue 2.1.5+、微信小程序、H5、百度小程序、支付宝小程序、京东小程序|
+|zIndex|number|false|显示层级|微信小程序2.3.0|
 |enable-3D|Boolean|false|是否显示3D楼块|App-nvue 2.1.5+、微信小程序2.3.0|
 |show-compass|Boolean|false|是否显示指南针|App-nvue 2.1.5+、微信小程序2.3.0|
 |enable-zoom|Boolean|true|是否支持缩放|App-nvue 2.1.5+、微信小程序2.3.0|
@@ -90,7 +91,7 @@
 |alpha|标注的透明度|Number|否|默认1,无透明,范围 0 ~ 1|App-nvue 2.1.5+、微信小程序、支付宝小程序、百度小程序、京东小程序|
 |width|标注图标宽度|Number|否|默认为图片实际宽度|App-nvue 2.1.5+、微信小程序、H5、支付宝小程序、百度小程序、京东小程序|
 |height|标注图标高度|Number|否|默认为图片实际高度|App-nvue 2.1.5+、微信小程序、H5、支付宝小程序、百度小程序、京东小程序|
-|callout|自定义标记点上方的气泡窗口|Object|否|支持的属性见下表,可识别换行符。|App-nvue 2.1.5+、微信小程序、支付宝小程序、百度小程序、京东小程序|
+|callout|自定义标记点上方的气泡窗口|Object|否|支持的属性见下表,可识别换行符。|App-nvue 2.1.5+、H5、微信小程序、支付宝小程序、百度小程序、京东小程序|
 |label|为标记点旁边增加标签|Object|否|支持的属性见下表,可识别换行符。|App-nvue 2.1.5+、微信小程序、H5、App、百度小程序、支付宝小程序|
 |anchor|经纬度在标注图标的锚点,默认底边中点|Object|否|{x, y},x表示横向(0-1),y表示竖向(0-1)。{x: .5, y: 1} 表示底边中点|App-nvue 2.1.5+、微信小程序、H5、百度小程序、京东小程序|
 |clusterId|自定义点聚合簇效果时使用|Number|否||App-nvue 3.1.0+、微信小程序|
@@ -126,11 +127,11 @@
 |y |label的坐标,原点是 marker 对应的经纬度|Number|H5、百度小程序|
 |anchorX |label的坐标,原点是 marker 对应的经纬度|Number|App-nvue 2.1.5+、微信小程序|
 |anchorY |label的坐标,原点是 marker 对应的经纬度|Number|App-nvue 2.1.5+、微信小程序|
-|borderWidth|边框宽度|Number|微信小程序、百度小程序|
-|borderColor|边框颜色|String|微信小程序、百度小程序|
-|borderRadius|边框圆角|Number|App-nvue 2.1.5+、微信小程序、百度小程序、支付宝小程序|
-|bgColor|背景色|String|App-nvue 2.1.5+、微信小程序、百度小程序、支付宝小程序|
-|padding|文本边缘留白|Number|App-nvue 2.1.5+、微信小程序、百度小程序、支付宝小程序|
+|borderWidth|边框宽度|Number|H5、微信小程序、百度小程序|
+|borderColor|边框颜色|String|H5、微信小程序、百度小程序|
+|borderRadius|边框圆角|Number|App-nvue 2.1.5+、H5、微信小程序、百度小程序、支付宝小程序|
+|bgColor|背景色|String|App-nvue 2.1.5+、H5、微信小程序、百度小程序、支付宝小程序|
+|padding|文本边缘留白|Number|App-nvue 2.1.5+、H5、微信小程序、百度小程序、支付宝小程序|
 |textAlign|文本对齐方式。有效值: left, right, center|String|App-nvue 2.1.5+、微信小程序、百度小程序|
 |aria-label|无障碍访问,(属性)元素的额外描述|String|App-nvue 3.1.0+、微信小程序|
 
-- 
GitLab