缩放的话,高度会变高,能不能让他不缩放,浏览器自身拉动滚动条
<table cellspacing="0" style="width:100%" cellpadding="0">
<tr>
<th>
<label>姓名</label>
</th>
<td><input id="Name" class="easyui-textbox" style="width:120px"></td>
外面套一个div,设置下宽度像素。
如果定义width一个值,那么不会变形,浏览器缩放的话,就缩小了,但是下面不出滚动条
table 上面包含一个div div的样式设置为 width:100%;overflowauto; table的宽度设为width:auto; 让table的单元格内容不换行:word-break:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;