私は煎茶タッチ技術の初心者です。今、私は簡単な質問を受けました。フィールドセットの幅を調整して中央のみに揃えるにはどうすればよいですか? フルスクリーンのみに設定されているフィールドセットのみを取得します。解決策を教えてください。
ここに私のjavascript
items:[{
xtype:'fieldset',
title :'Please enter your password key',
centered: true,
width: 30,
items:[{
xtype: 'passwordfield',
name : 'password',
label: 'password',
width : 400,
}]
}],