.table {display: block;height:300px;overflow-y:auto;}
在bootstrap的Modal中使用此设置,可能会父容器溢出,但不会显示出来,会在页面侧边有个滚动条。
解决方法是给Modal设置 overflow:hidden。