我在 td 中有动态内容 - 如果副本太长,则单元格会忽略设置的高度并拉伸。这只发生在ie9中。
这是我的CSS
table tr {
min-height: 58px;
height: 58px; overflow:hidden!important;
}
table td {
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 0 15px 0 15px; overflow:hidden!important; height: 58px; white-space:wrap;
}
不太确定如何解决?