From 30d1c646b63604b59ce9d665054bd748e56e171c Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 14 八月 2024 18:27:20 +0800 Subject: [PATCH] 新增水力模拟界面 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/map/gaode/html/ViewProjectList.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/map/gaode/html/ViewProjectList.html b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/map/gaode/html/ViewProjectList.html index 2124582..7d2dd47 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/map/gaode/html/ViewProjectList.html +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/map/gaode/html/ViewProjectList.html @@ -141,10 +141,9 @@ setCancelSelectProjectStyle(); let info = []; info.push("<div className='input-card'>"); - info.push("<label style=\"color: blue\">椤圭洰</label>"); - info.push("<p class='input-item'>鍚嶇О锛�"); + info.push("<label style=\"color: blue\">"); info.push(overlay.objInfo.Name); - info.push("</p>"); + info.push("</label>"); info.push("<p class='input-item'>缂栧彿锛�"); info.push(overlay.objInfo.NO); info.push("</p>"); @@ -160,6 +159,7 @@ infoWindow.open(_map, overlay.getPosition()); _selectedProjectOverlay = overlay; + _map.setFitView(overlay); } //璁剧疆鍙栨秷閫夋嫨鏍峰紡 -- Gitblit v1.9.3