From 7b2f20f1299306f087d89aa202b52708df7ec4e6 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期三, 07 四月 2021 09:14:44 +0800 Subject: [PATCH] 统一样式修改部分完成。 --- src/components/LayerController/logic/SolidWaste.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LayerController/logic/SolidWaste.js b/src/components/LayerController/logic/SolidWaste.js index 04f0efc..3ea18d7 100644 --- a/src/components/LayerController/logic/SolidWaste.js +++ b/src/components/LayerController/logic/SolidWaste.js @@ -43,12 +43,12 @@ iconAnchor: [25, 25] }) }) - marker.bindTooltip(getSolidWasteData[i].Name, { + /* marker.bindTooltip(getSolidWasteData[i].Name, { permanent: true, offset: [0, 14], direction: 'bottom', className: 'company-bindTooltip' - }) + }) */ layer.addLayer(marker) } } -- Gitblit v1.8.0