From 6b4d99c8fd52324d698e209acbbdb5e65fc50491 Mon Sep 17 00:00:00 2001 From: liteng <930372551@qq.com> Date: Fri, 31 Aug 2018 07:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=84=9A=E6=9C=AC=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/src/editor/sidebar/ScriptPanel.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ShadowEditor.Web/src/editor/sidebar/ScriptPanel.js b/ShadowEditor.Web/src/editor/sidebar/ScriptPanel.js index d26efc9f..233c15f7 100644 --- a/ShadowEditor.Web/src/editor/sidebar/ScriptPanel.js +++ b/ShadowEditor.Web/src/editor/sidebar/ScriptPanel.js @@ -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',