From 8ea8c68f4045d5b03d851ff9445a982f7fe96664 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 6 Nov 2024 16:32:16 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E5=9B=BE=E4=BE=8B=E5=9B=BE=E5=BD=A2=E6=98=AF=E4=B8=89=E8=A7=92?= =?UTF-8?q?=E5=BD=A2=E6=97=B6=EF=BC=8C=E5=8F=96=E6=B6=88=E8=BE=B9=E6=A1=86?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 85626605e1..b67ec32794 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 @@ -330,7 +330,7 @@ export class Map extends L7PlotChartView { ...LEGEND_SHAPE_STYLE_MAP[legend.icon], width: '9px', height: '9px', - border: '0.01px solid #f4f4f4' + ...(legend.icon === 'triangle' ? {} : { border: '0.01px solid #f4f4f4' }) } } }