将容器的布局设置为form可以解决这个问题。
下面是部分代码:
region:"center",
width:0,
layout:"form",
labelWidth : 35,
style : 'padding:15px 10px 10px 10px',
items : [ {
// width:"70%",
xtype : "combo",
// name : "study",
store : [ "1", "2", "3" ],
emptyText : '请选择...',
fieldLabel : "类型",
anchor : "100%"
}, {
xtype : "combo",
// name : "study",
store : [ "1", "2", "3" ],
emptyText : "请选择...",
fieldLabel : "编号",
anchor : "100%"
}]