我有格内响应表显示为表
示例代码:
<div class="mytable">
<div class="mycolumn">
<div class="table-responsive">
<table class="table table-bordered">
.....
</table>
</div>
</div>
</div>
<style>
.mytable{
display: table;
width: 90%;
border: 1px solid red;
}
.mycolumn{
display: table-cell;
}
</style>
http://jsfiddle.net/6L6owp7x/
问题是,该响应表不敏感,当“表” DIV中的。 我怎样才能得到它的响应?