From ded4298bdfa836d9ed2081348a42351486e7a166 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 05 Sep 2018 10:34:13 +0800
Subject: [PATCH] 方案助手更新

---
 src/main/webapp/page/scheme-helper.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/page/scheme-helper.html b/src/main/webapp/page/scheme-helper.html
index 2730d73..719d940 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">
-                        ������
+                        &nbsp;
                     </span>
-                    <div class="set-city-box"><input class="city-box" type="input" value="������"/>&nbsp;<a id="setCityBtn" style=" text-decoration:underline; color:#00F;cursor:pointer;">������</a></div>
+                    <div class="set-city-box"><input class="city-box" type="input" />&nbsp;<a id="setCityBtn" style=" text-decoration:underline; color:#00F;cursor:pointer;">������</a></div>
                 </td>
             </tr>
             <tr>

--
Gitblit v1.8.0