From 65e22a66c2faf30806e4bdabfb49245411eca73a Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 2 Sep 2022 16:20:27 +0800 Subject: [PATCH] chore: map.md --- docs/component/map.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/component/map.md b/docs/component/map.md index 15e2a60df..6ac2a78b8 100644 --- a/docs/component/map.md +++ b/docs/component/map.md @@ -114,10 +114,10 @@ |content|文本|String|| |color|文本颜色|String|App-nvue 2.1.5+、微信小程序、H5、百度小程序、支付宝小程序| |fontSize|文字大小|Number|App-nvue 2.1.5+、微信小程序、H5、百度小程序、支付宝小程序| -|x|label的坐标,原点是 marker 对应的经纬度|Number|H5、百度小程序| -|y|label的坐标,原点是 marker 对应的经纬度|Number|H5、百度小程序| -|anchorX|label的坐标,原点是 marker 对应的经纬度|Number|App-nvue 2.1.5+、微信小程序| -|anchorY|label的坐标,原点是 marker 对应的经纬度|Number|App-nvue 2.1.5+、微信小程序| +|x |label的坐标,原点是 marker 对应的经纬度|Number|H5、百度小程序| +|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+、微信小程序、百度小程序、支付宝小程序| -- GitLab