From 988fb9c1198113a543eff661d785cec103c5ba43 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 05 Sep 2018 10:29:34 +0800
Subject: [PATCH] 方案助手更新
---
src/main/webapp/page/scheme-helper.html | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/page/scheme-helper.html b/src/main/webapp/page/scheme-helper.html
index 891e692..8fc349d 100644
--- a/src/main/webapp/page/scheme-helper.html
+++ b/src/main/webapp/page/scheme-helper.html
@@ -39,6 +39,11 @@
.city-box {
width: 80px;
}
+ .set-city-box {
+ display: inline-block;
+ position: relative;
+ bottom: -4 px;
+ }
.anchorBL {
display: none;
}
@@ -67,7 +72,11 @@
<table>
<tr>
<td colspan="5" class="click-handle-title">
- ���������������<input class="city-box" type="input" /> <a id="setCityBtn" style=" text-decoration:underline; color:#00F;cursor:pointer;">������</a>
+ ���������������
+ <span id="city-name" style="width: 60px;height:20px;border-bottom:solid #1b1b1b 1px;display:inline-block">
+ ������
+ </span>
+ <div class="set-city-box"><input class="city-box" type="input" value="������"/> <a id="setCityBtn" style=" text-decoration:underline; color:#00F;cursor:pointer;">������</a></div>
</td>
</tr>
<tr>
@@ -169,6 +178,8 @@
}
return ;
}
+ //������������������
+ $('#city-name').html(regionName);
map.setCurrentCity(regionName); // ��������������������������� ������������������������
// var pointArray = [];
var polygonArray = [];
@@ -180,6 +191,7 @@
}
// map.setViewport(pointArray); //������������
//addlabel();
+
//������������
markerManager.reloadCustomOverlays();
thatData._regionName = regionName;
--
Gitblit v1.8.0