不是如何我可以在標籤panel..My網格的中心增加電網採取的利潤率,甚至style:{margintop:'10px'}
高度和寬度:如何添加網格標籤面板
這裏是我的網格: -
{
title: 'Credit Card',
id:'credit_tab',
html:'html',
items:[{
xtype:'grid',
title: 'Simpsons',
resizable: true,
// margins:'20 20 20 20',
style:{marginLeft:'200px',marginTop:'30px'},
//store: Ext.data.StoreManager.lookup('simpsonsStore'),
columns: [
{ header: 'Name', dataIndex: 'name' },
{ header: 'Email', dataIndex: 'email', flex: 1 },
{ header: 'Phone', dataIndex: 'phone' }
],
// height: 100,
width: 100,
// renderTo:Ext.getBody()
}]
}
使用['center'(https://docs.sencha.com/extjs/6.0/6.0.0-classic/#!/api/Ext.layout.container.Center)佈局,看我的答案。 – Greendrake