From ca399ffc19c9173cf0948025aa2f2fbdb698e7e5 Mon Sep 17 00:00:00 2001 From: kron Date: Mon, 29 Sep 2025 11:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/point-book.vue | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/pages/point-book.vue b/src/pages/point-book.vue index e83b825..11cf2f1 100644 --- a/src/pages/point-book.vue +++ b/src/pages/point-book.vue @@ -87,7 +87,7 @@ const loadData = async () => { range: [0, 1], // 适配0-1坐标范围 gridSize: 150, // 更高的网格密度,减少锯齿 bandwidth: 0.15, // 稍小的带宽,让热力图更细腻 - showPoints: true, // 显示白色原始数据点 + showPoints: false, // 显示白色原始数据点 } ); heatMapImageSrc.value = imagePath; // 存储生成的图片地址 @@ -263,7 +263,7 @@ onShareTimeline(() => { width: 100%; height: 100%; position: absolute; - top: 0; + top: -1000px; left: 0; z-index: 2; " @@ -409,15 +409,6 @@ onShareTimeline(() => { top: 0; left: 0; } - -.heat-map > canvas { - position: absolute; - top: -1000px; - left: 0px; - width: 100%; - height: 100%; - z-index: 2; -} .reward { width: 100%; display: flex;