From b7c3dedf9e2c8955ef763a1346d07febc9afe42f Mon Sep 17 00:00:00 2001 From: wisonic Date: Tue, 5 Nov 2024 15:21:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=B8=89=E8=A7=92=E5=BD=A2=E5=9B=BE=E4=BE=8B?= =?UTF-8?q?=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/charts/map/map.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts index 6c5acadf66..90f75a93fc 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts @@ -278,6 +278,7 @@ export class Map extends L7PlotChartView { }, square: {}, triangle: { + border: 'unset', borderLeft: '5px solid transparent', borderRight: '5px solid transparent', borderBottom: '10px solid var(--bgColor)',