考勤系統(tǒng)主頁的布局用的是easyui的Layout控件
Layout:布局容器有5個區(qū)域:北、南、東、西和中間。中間區(qū)域面板是必須的,邊緣的面板都是可選的。每個邊緣區(qū)域面板都可以通過拖拽其邊框改變大小,也可以點擊折疊按鈕將面板折疊起來。布局可以進行嵌套,用戶可以通過組合布局構建復雜的布局結構。
<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>
延伸閱讀
學習是年輕人改變自己的最好方式