【发布时间】:2018-01-26 22:39:56
【问题描述】:
【问题讨论】:
标签: jquery html css html-table
【问题讨论】:
标签: jquery html css html-table
你可以自己上课:
.block {
display: block;
overflow: auto;
}
<table>
<tr>
<th>...</th>
<th>...</th>
</tr>
<tr>
<td>....</td>
<td class='block'>lot of data</td>
</tr>
</table>
【讨论】: