From 5ab1935162707072b40d05065615d7685902d742 Mon Sep 17 00:00:00 2001 From: caicai8 <1149225589@qq.com> Date: Thu, 19 Dec 2019 20:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E7=82=B9=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- map.html | 1 + 1 file changed, 1 insertion(+) diff --git a/map.html b/map.html index ff33288..6e5098d 100755 --- a/map.html +++ b/map.html @@ -135,6 +135,7 @@ if(event.keyCode==13 && $(".search-input-item.prov").is(":focus")) { var name = $(".search-input-item.prov").val(); + $(".fixed-left").addClass("collpased").css({left:"0px"}); init(name); } });