From d7b2cae0729c3d0b0548404a6b1a560543f5fca1 Mon Sep 17 00:00:00 2001 From: yms Date: Tue, 21 Jan 2025 18:42:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Polyline/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyline/index.tsx b/Polyline/index.tsx index f6fe1f3..b969d20 100644 --- a/Polyline/index.tsx +++ b/Polyline/index.tsx @@ -26,7 +26,7 @@ const Polyline: React.FC = (props) => { return { x: item[0], y: item[1], - z: 0, + z: 10, }; }); let curMaterial = lineColor; -- GitLab