【发布时间】:2017-03-27 04:04:55
【问题描述】:
在表格字段中,我将输入作为文件。
<table>
<tr>
<th>
<input type="file" name="icon" id="icon" />
</th>
</tr>
</table>
它的宽度为 242-246px。
我声明:
<th width="50px"><input type="file" name="icon" id="icon" /></th>
但是大小没有发生变化。有什么想法吗?
【问题讨论】: