效果:

EasyUI - Layout  布局控件

 

Html代码:

<div id="cc" class="easyui-layout" style="width: 600px; height: 400px;">
    <div data-options="region:'north',title:'North Title',split:true" style="height: 100px;"></div>
    <div data-options="region:'south',title:'South Title',split:true" style="height: 100px;"></div>
    <div data-options="region:'east',iconCls:'icon-reload',title:'East',split:true" style="width: 100px;"></div>
    <div data-options="region:'west',title:'West',split:true" style="width: 100px;"></div>
    <div data-options="region:'center',title:'center title'" style="padding: 5px; background: #eee;"></div>
</div>

 

相关文章:

  • 2022-12-23
  • 2021-10-30
  • 2021-12-28
猜你喜欢
  • 2021-09-09
  • 2022-12-23
  • 2021-04-29
  • 2021-11-26
  • 2022-12-23
  • 2021-10-02
  • 2022-01-14
相关资源
相似解决方案