From 8f310c3a7cf41f1a84f98a07a0be0ff17e717cb0 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 05 Sep 2018 10:39:17 +0800 Subject: [PATCH] 方案助手更新 --- src/main/webapp/page/scheme-helper.html | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/page/scheme-helper.html b/src/main/webapp/page/scheme-helper.html index 2730d73..85a8627 100644 --- a/src/main/webapp/page/scheme-helper.html +++ b/src/main/webapp/page/scheme-helper.html @@ -42,7 +42,7 @@ .set-city-box { display: inline-block; position: relative; - bottom: -4px; + bottom: -2px; } .anchorBL { display: none; @@ -74,9 +74,9 @@ <td colspan="5" class="click-handle-title"> ��������������� <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> + <div class="set-city-box"><input class="city-box" type="input" /> <a id="setCityBtn" style=" text-decoration:underline; color:#00F;cursor:pointer;">������</a></div> </td> </tr> <tr> @@ -180,6 +180,7 @@ } //������������������ $('#city-name').html(regionName); + $('.city-box').val(''); map.setCurrentCity(regionName); // ��������������������������� ������������������������ // var pointArray = []; var polygonArray = []; -- Gitblit v1.8.0