我只是煎茶触控技术的初学者。现在我有一个简单的问题。如何调整字段集宽度并仅对齐到中心?我只得到仅设置为全屏的字段集。请指导我一个解决方案。
这是我的javascript
items:[{
xtype:'fieldset',
title :'Please enter your password key',
centered: true,
width: 30,
items:[{
xtype: 'passwordfield',
name : 'password',
label: 'password',
width : 400,
}]
}],