首先到 MDN 上查找 align-items 的默认属性是什么:https://developer.mozilla.org... 得知是 normal,在你的场景下等效于 stretch 了解stretch 的意思是按照容器的宽高缩放,所以滚动是正常 再看center/flex-start/flex-end 的意思,只规定了起止位置,没有限制尺寸,所以撑开也是正常的 容器默认都是 overflow: visi...
例如有这么一段代码,其中的listeners在这里是什么意思,如何使用items:[app.loginForm=new Ext.form.FormPanel({labelAlign:'left',buttonAlign:'center',bodyStyle:'padding:5px',frame:true,labelWidth:80,items:[{xtype:'textfield',name:'txt1',fieldLabel:'用户名称',allowBlank :false,anchor:'90%',...