|
@@ -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);
|