From f74731373aa12d468609da8b60d6e503b77ba349 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期五, 02 四月 2021 11:39:35 +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 bb980a5..1459bb9 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