duheng
2024-08-14 71ff3ccde064c104db61fa28300b039456c0ba06
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);
        }
        //设置取消选择样式