{xtype: panel,layout: 'form',columnWidth: 0.3,items: [{xtype: 'combo',fieldLabel: 'Sample'}]}。
随着 grow 配置选项,你可以让字段增长到内容的大小(可选择最大宽度)。https:/docs.sencha.comextjs5.0.1apiExt.form.field.ComboBox.html#cfg-grow。
grow
使用 箱子 为你的面板布局,并为你提供flex属性.或者vbox,如果你想让其余的字段更低。
摆弄