From 2b187dbcd4a7a13e19ab9723a2f73addfbbde0ac Mon Sep 17 00:00:00 2001 From: shihui Date: Tue, 4 Jan 2022 11:27:03 +0800 Subject: [PATCH] style: lint style --- docs/api/base.zh.md | 2 +- docs/api/point_layer/wave.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/base.zh.md b/docs/api/base.zh.md index 5b34c2e0cd..cb7baadb25 100644 --- a/docs/api/base.zh.md +++ b/docs/api/base.zh.md @@ -26,4 +26,4 @@ const layer = new BaseLayer(option) // option - 传入构造函数的参数对 scene.addLayer(layer); ``` -`markdown:docs/common/layer/base.md` \ No newline at end of file +`markdown:docs/common/layer/base.md` diff --git a/docs/api/point_layer/wave.zh.md b/docs/api/point_layer/wave.zh.md index 7672afe088..8fd59f1aba 100644 --- a/docs/api/point_layer/wave.zh.md +++ b/docs/api/point_layer/wave.zh.md @@ -28,8 +28,8 @@ order: 3 ``` ### size -在水波点图层中,由于边缘透明的原因,点的大小看上去要比相同 size 的非水波点要小一些。 +在水波点图层中,由于边缘透明的原因,点的大小看上去要比相同 size 的非水波点要小一些。 [在线案例](../../../examples/point/scatter#animatePoint)