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: { props: {
align: 'top', align: 'top',
icon: 'wenjian', icon: 'wenjian',
description: '资源面板', description: 'JS面板',
panelProps: { panelProps: {
floatable: true, floatable: true,
height: 300, height: 300,
help: undefined, help: undefined,
hideTitleBar: true, hideTitleBar: false,
maxHeight: 800, maxHeight: 800,
maxWidth: 1200, maxWidth: 1200,
title: '动作面板', title: 'JS面板',
width: 600, width: 600,
}, },
}, },