Authored by dongjunjie

店铺装修弹框自适应高度bug

... ... @@ -1013,7 +1013,7 @@ function untilEditorEvent(id){
});
$("#"+id+" nav").hide();
$(".modal-dialog").css("width","900px");
$(".modal-dialog .modal-body .editor-dialog").css("max-height","650px");
$(".modal-dialog .modal-body .editor-dialog").css("max-height",($(window).height()-300) + "px");
$(".modal-dialog .modal-body .editor-dialog").css("overflow-y","auto");
$(".modal-dialog .modal-body .editor-dialog").css("overflow-x","hidden");
}
... ...