如何让RadioButtonList横向各子项间距变大
如题,我的RepeatDirection="Horizontal",RepeatLayout="Flow",即使用RepeatLayout="Table",margin和padding还是无法调整间距。有谁知道的?
<asp:RadioButtonList RepeatDirection="Horizontal" runat="server" ID="rdl1" CellPadding="10" CellSpacing="10">
因为这里没有RepeatLayout="Flow",所以可以更改间距,而且改变Width也可以更改间距。但是这样的话就会换行,以前用RepeatLayout="Flow"时不会换行
你看下他生成的html代码的格式
然后 外面套个div 直接用样式影响内部 radio和文字的距离