Table水平滚动条时间:2022-02-11 23:14:46<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>无标题页</title> <mce:style type="text/css"><!-- table th { white-space: nowrap; } table td { white-space: nowrap; } --></mce:style><style type="text/css" mce_bogus="1"> table th { white-space: nowrap; } table td { white-space: nowrap; } </style></head><body> <div style="overflow: auto; width: 100px;"> <table style="border: solid 1px red;" mce_style="border: solid 1px red;"> <tr> <th> 标题 </th> <th> 标题 </th> <th> 标题 </th> <th> 标题 </th> <th> 标题 </th> <th> 标题 </th> <th> 标题 </th> </tr> <tr> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> </tr> <tr> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> </tr> <tr> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> <td> 标题 </td> </tr> </table> </div></body></html>