修改脚本面板。

This commit is contained in:
liteng 2018-08-31 07:20:56 +08:00
parent df8eec3d71
commit 6b4d99c8fd

View File

@ -23,16 +23,6 @@ ScriptPanel.prototype.render = function () {
parent: this.parent,
cls: 'Panel scriptPanel',
children: [{
xtype: 'row',
children: [{
xtype: 'label',
style: {
color: '#555',
fontWeight: 'bold'
},
text: '常用脚本'
}]
}, {
xtype: 'row',
style: {
paddingTop: '5px',
@ -43,7 +33,7 @@ ScriptPanel.prototype.render = function () {
color: '#555',
fontWeight: 'bold'
},
text: '自定义脚本'
text: '脚本列表'
}]
}, {
xtype: 'row',