From 989c66c542cd03f8233e73e289af6148176b2d31 Mon Sep 17 00:00:00 2001 From: handongxun Date: Mon, 6 Dec 2021 17:09:11 +0800 Subject: [PATCH] =?UTF-8?q?map:=20=E4=BF=AE=E6=AD=A3=20nvue=20label?= =?UTF-8?q?=E7=9A=84=20x=20y=20=E4=B8=BA=20anchorX=20anchorY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 4422510da..d65714a57 100644 --- a/docs/component/map.md +++ b/docs/component/map.md @@ -102,10 +102,10 @@ |content|文本|String|| |color|文本颜色|String|App-nvue 2.1.5+、微信小程序、H5、百度小程序| |fontSize|文字大小|Number|App-nvue 2.1.5+、微信小程序、H5、百度小程序| -|x|label的坐标,原点是 marker 对应的经纬度|Number|App-nvue 2.1.5+、H5、百度小程序| -|y|label的坐标,原点是 marker 对应的经纬度|Number|App-nvue 2.1.5+、H5、百度小程序| -|anchorX|label的坐标,原点是 marker 对应的经纬度|Number|微信小程序| -|anchorY|label的坐标,原点是 marker 对应的经纬度|Number|微信小程序| +|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