给td 指定宽度,指定的是内容宽度,以下例子input 宽度为256px;<td style="width: 256px;"><input dbfield="true" disabled id="op_remark➩' + i + '" type="text" class="txt" /></td>
给td 指定宽度,同时给内容控件指定宽度,则是绝对宽度。
给td 指定宽度,指定的是内容宽度,以下例子input 宽度为256px;<td style="width: 256px;"><input dbfield="true" disabled id="op_remark➩' + i + '" type="text" class="txt" /></td>
给td 指定宽度,同时给内容控件指定宽度,则是绝对宽度。