李雪梅 il y a 2 ans
Parent
commit
9d171fff44
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      nngkxxdp/src/main/resources/static/district/js/sy_mobile.js

+ 1 - 1
nngkxxdp/src/main/resources/static/district/js/sy_mobile.js

@@ -13,7 +13,7 @@ layui.use('element', function () {
 
 $(function () {
     // 获取高度
-    var hlHeight = window.outerHeight - $('.head').outerHeight() - $('.bttom-tab').outerHeight() + 157;
+    var hlHeight = window.outerHeight - $('.head').outerHeight() - $('.bttom-tab').outerHeight() + 85;
     $('.right-map').css('height',hlHeight);
     var msHeight = $('.right-map').outerHeight() - $('.right-search').outerHeight()/1.3;
     $('.right-search').css('top',msHeight);