{xtype:'panel',布局:“表单”,columnWidth:0.3,项目:[{xtype:'按钮',文字:“删除”,cls:“ flat-btn”}]}
{
xtype: 'panel',
layout: {
type: 'hbox',
align: 'stretch'
},
items: [{
xtype: 'component',
flex: 1
},{
xtype: 'button',
...
}]
}