From f9ceda58e030dcf31cbbc8605d283e6dadc03c98 Mon Sep 17 00:00:00 2001 From: "zude.hzd" Date: Sun, 30 Aug 2020 22:55:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/demo/src/editor/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/demo/src/editor/config.js b/packages/demo/src/editor/config.js index f7350a0ec..88d9b7248 100644 --- a/packages/demo/src/editor/config.js +++ b/packages/demo/src/editor/config.js @@ -84,15 +84,15 @@ export default { props: { align: 'top', icon: 'wenjian', - description: '资源面板', + description: 'JS面板', panelProps: { floatable: true, height: 300, help: undefined, - hideTitleBar: true, + hideTitleBar: false, maxHeight: 800, maxWidth: 1200, - title: '动作面板', + title: 'JS面板', width: 600, }, },