FineUI 官方论坛
标题:
如何让Region,AccordionPane的title居中
[打印本页]
作者:
明明
时间:
2013-11-27 10:51
标题:
如何让Region,AccordionPane的title居中
想让Region,AccordionPane的title居中,同时让Form里面的列文字靠左。发一段form的代码。目前的效果是这样的
<x:AccordionPane ID="AccordionPane4" runat="server" Title="统计报表" IconUrl="~/images/16/1.png"
Layout="Fit" ShowBorder="false">
<Items>
<x:Form ID="Form5" ShowBorder="false" ShowHeader="false" runat="server" BodyPadding="0"
LabelWidth="70px" EnableBackgroundColor="true" Title="SimpleForm">
<Rows>
<x:FormRow>
<Items>
<x:HyperLink ID="HyperLink1" runat="server" NavigateUrl="rpt/DayReportNew.aspx" Text="日考核报表(三班制)"
Target="_blank">
</x:HyperLink>
</Items>
</x:FormRow>
<x:FormRow>
<Items>
<x:HyperLink ID="HyperLink2" runat="server" NavigateUrl="rpt/MonthReportNew.aspx"
Text="月考核报表(三班制)" Target="_blank">
</x:HyperLink>
</Items>
</x:FormRow>
<x:FormRow>
<Items>
<x:HyperLink ID="HyperLink5" runat="server" NavigateUrl="rpt/YearReportNew.aspx"
Text="年考核报表(三班制)" Target="_blank">
</x:HyperLink>
</Items>
</x:FormRow>
<x:FormRow>
<Items>
<x:HyperLink ID="HyperLink3" runat="server" NavigateUrl="rpt/DayReport.aspx" Text="日考核报表"
Target="_blank">
</x:HyperLink>
</Items>
</x:FormRow>
<x:FormRow>
<Items>
<x:HyperLink ID="HyperLink4" runat="server" NavigateUrl="rpt/MonthReport.aspx" Text="月考核报表"
Target="_blank">
</x:HyperLink>
</Items>
</x:FormRow>
<x:FormRow>
<Items>
<x:HyperLink ID="HyperLink7" runat="server" NavigateUrl="rpt/YearReport.aspx" Text="年考核报表"
Target="_blank">
</x:HyperLink>
</Items>
</x:FormRow>
<x:FormRow>
<Items>
<x:HyperLink ID="HyperLink8" runat="server" NavigateUrl="rpt/OtherReport.aspx" Text="分段考核报表"
Target="_blank">
</x:HyperLink>
</Items>
</x:FormRow>
</Rows>
</x:Form>
</Items>
</x:AccordionPane>
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4