<tr>
<td class="auto-style3" >
<asp:Label ID="Label17" runat="server" CssClass="txtbox" Text="VarCharMax" ></asp:Label></td>
<td class="auto-style4">
<asp:TextBox ID="TextBox3" runat="server" Text='<%#Eval("VarCharMax") %>' autocomplete="off" Width="209px" TextMode="MultiLine" BorderColor="#7A7F81" CssClass="txtbox" >
</asp:TextBox>
</td>
</tr>发布于 2020-02-06 14:05:55
只需像这样修改现有的类:
.txtbox { border-radius: 4px; }https://stackoverflow.com/questions/60069130
复制相似问题