|
|
@@ -11,7 +11,7 @@ Ext.define('saas.view.core.form.SettingWin', {
|
|
|
cls: 'x-window-dbfind x-setting-win',
|
|
|
modal: true,
|
|
|
height: 400,
|
|
|
- width: 600,
|
|
|
+ width: 714,
|
|
|
title: '界面设置',
|
|
|
scrollable: true,
|
|
|
bodyPadding: 10,
|
|
|
@@ -125,9 +125,6 @@ Ext.define('saas.view.core.form.SettingWin', {
|
|
|
xtype: 'numberfield',
|
|
|
decimalPrecision: 0
|
|
|
}
|
|
|
- }, {
|
|
|
- dataIndex: '',
|
|
|
- flex: 1
|
|
|
}],
|
|
|
},
|
|
|
|
|
|
@@ -183,7 +180,7 @@ Ext.define('saas.view.core.form.SettingWin', {
|
|
|
bbar: [{
|
|
|
xtype: 'tbtext',
|
|
|
style: {
|
|
|
- color: 'red'
|
|
|
+ color: '#4A4A4A'
|
|
|
},
|
|
|
text: '* 拖动行以调整字段顺序',
|
|
|
}, '->', {
|