From 31c4ef3c0c727f756efa2c6c6e7cef9feaf37eaf Mon Sep 17 00:00:00 2001 From: wanggeng888 <450292408@qq.com> Date: Thu, 17 Jun 2021 18:15:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/route/userpoints/map_user.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/route/userpoints/map_user.html b/src/main/resources/static/route/userpoints/map_user.html index be81589..5dfef75 100755 --- a/src/main/resources/static/route/userpoints/map_user.html +++ b/src/main/resources/static/route/userpoints/map_user.html @@ -68,7 +68,7 @@ -
+
@@ -164,7 +164,8 @@ // 重置页面大小 function resizePage() { $('#areaConfigBox').css({ - height: ($win.height() - 94) +'px' + height: ($win.height() - 31) +'px', + overflow: 'auto' }); $('#areaMapBox').css({ height: ($win.height() - 51) +'px'