checkbox太宽了,不换成input类型的情况下,如何更改?
- HTML code
<td nowrap="nowrap"><asp:CheckBox ID="CheckBoxHead" runat="server" Checked="false" AutoPostBack="True" OnCheckedChanged="HeaderCheckedChanged"/></td>
------解决方案--------------------------------------------------------
- C# code
<asp:CheckBox ID="CheckBoxHead" runat="server" Checked="false" Width="100px" AutoPostBack="True" OnCheckedChanged="HeaderCheckedChanged"/>
------解决方案--------------------------------------------------------
CSS 来控制 页面的样式