mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
fix: 修改插件面板配置
This commit is contained in:
parent
bd2c6ad341
commit
f9ceda58e0
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user