FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

本论坛已关闭(禁止注册、发帖和回复)
请移步 三石和他的朋友们

FineUI首页 WebForms - MVC & Core - JavaScript 常见问题 - QQ群 - 十周年征文活动

FineUI(开源版) 下载源代码 - 下载空项目 - 获取ExtJS - 文档 在线示例 - 版本更新 - 捐赠作者 - 教程

升级到 ASP.NET Core 3.1,快、快、快! 全新ASP.NET Core,比WebForms还简单! 欢迎加入【三石和他的朋友们】(基础版下载)

搜索
查看: 1785|回复: 0
打印 上一主题 下一主题

如何让Region,AccordionPane的title居中

[复制链接]
跳转到指定楼层
楼主
发表于 2013-11-27 10:51:10 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
想让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>

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|FineUI 官方论坛 ( 皖ICP备2021006167号-1 )

GMT+8, 2024-11-27 15:28 , Processed in 0.044039 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表