浏览代码

修改样式

李雪梅 2 年之前
父节点
当前提交
9d171fff44
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);