var qingjia_panel = new Ext.panel.Panel({ id : panelId, layout : { type : ‘vbox‘, align : ‘center‘ }, items : [{ // 请假标题 border : false, layout : { align : ‘middle‘, pack : ‘center‘, type : ‘hbox‘, width : 850 }, items : { style : ‘padding:10 0 10 0;‘, border : false, html : ‘<p style="text-align: center;font-size:20px;line-height:40px">员工请假申请</p>‘ } }]})
效果:
原文地址:http://pjwqh.blog.51cto.com/632548/1653562