问题描述
解决方案
http://docs.sencha.com/extjs/5.1/5.1.0-apidocs/#!/api/Ext.form.field.Text-cfg-margin
{
xtype: 'textfield',
name: 'name',
margin: '0 5 0 5',
allowBlank: false // requires a non-empty value
}
时间: 2024-10-01 05:51:29