资源面板配置修改

This commit is contained in:
zude.hzd 2020-05-24 11:14:08 +08:00
parent 7a77c55167
commit 245e352ce3

View File

@ -68,10 +68,15 @@ export default {
description: '资源面板', description: '资源面板',
panelProps: { panelProps: {
floatable: true, floatable: true,
defaultWidth: 500, height: 300,
help: undefined,
hideTitleBar: true,
maxHeight: 800,
maxWidth: 1200,
title: "动作面板",
width: 600
}, },
}, }
pluginProps: {},
}, },
{ {
pluginKey: 'zhEn', pluginKey: 'zhEn',
@ -82,7 +87,6 @@ export default {
pluginProps: {}, pluginProps: {},
}, },
], ],
/*
centerArea: [ centerArea: [
{ {
pluginKey: 'eventBindDialog', pluginKey: 'eventBindDialog',
@ -90,7 +94,7 @@ export default {
{ {
pluginKey: 'variableBindDialog', pluginKey: 'variableBindDialog',
}, },
],*/ ]
}, },
shortCuts: [], shortCuts: [],
lifeCycles: { lifeCycles: {