我无法正确地并排设置两件事。请帮帮我
答案 0 :(得分:1)
{
xtype: 'panel',
layout: {
type: 'hbox',
align: 'stretch'
},
items: [{
xtype: 'panel',
html: 'left',
width: 100
},{
xtype: 'sliderfield',
name: 'myslider',
flex: 1
}]
}
希望有所帮助