new Ext.Panel( { id : ‘center_c‘, region : ‘center‘, split : false, collapsible : false, titlebar : true, Floatable : false, border : false, layout : ‘form‘, // width // : 70, // height // :80, bodyStyle : "background:rgb(223,232,246); ",//加背景色 items : [ { xtype : ‘button‘, id : ‘btn_add_center‘, style : ‘margin-left:13px; margin-top:10px;margin-bottom:20px;‘, text : ‘添加>‘, handler : addMember }, { xtype : ‘button‘, text : ‘<删除‘, style : ‘margin-left:13px; margin-top:10px;margin-bottom:20px;‘, handler : removeMember } ] // }),
时间: 2024-11-01 09:58:44