fix: 修改插件面板配置

This commit is contained in:
zude.hzd 2020-08-30 22:55:55 +08:00
parent bd2c6ad341
commit f9ceda58e0

View File

@ -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,
},
},