我在 asp.net 中将此代码用于 gridview 格式:
<FooterStyle BackColor="Tan" />
<HeaderStyle BackColor="Tan" Font-Bold="False" Font-Size="11px" />
<PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue"
HorizontalAlign="Center" />
<SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" />
<SortedAscendingCellStyle BackColor="#FAFAE7" />
<SortedAscendingHeaderStyle BackColor="#DAC09E" />
<SortedDescendingCellStyle BackColor="#E1DB9C" />
<SortedDescendingHeaderStyle BackColor="#C2A47B" />
我想要 HeaderStyle 的 Font-Bold = false:
<HeaderStyle BackColor="Tan" Font-Bold="False" Font-Size="11px" />
但它在浏览器中不是假的,并且 HeaderStyle 中的显示字体是粗体,