EasyUI Forum

General Category => EasyUI for Angular => Topic started by: softboy99 on January 22, 2018, 09:09:51 AM



Title: How to make LayoutPanelComponent's title align center?
Post by: softboy99 on January 22, 2018, 09:09:51 AM
How to make LayoutPanelComponent's title align center?


Title: Re: How to make LayoutPanelComponent's title align center?
Post by: jarry on January 23, 2018, 02:19:42 AM
You can custom any panel headers with <eui-panel-header> tag.
Code:
<eui-layout-panel region="east" style="width:220px;">
<eui-panel-header>
<div class="panel-title" style="text-align:center">east</div>
</eui-panel-header>
</eui-layout-panel>