Bootstrap中模态框多层嵌套时上下滚动条问题

<button type="button" class="btn btn-white" id="closeTree">关闭</button>
 
<script type="text/javascript">
$(function(){
$("#closeTree").click(function(){
$("#areaTreeModal2").modal("hide");
$("body").addClass("modal-open");
});
 
});
</script>
posted @ 2018-04-25 11:37  HwChinchilla  阅读(547)  评论(0编辑  收藏  举报