Merge pull request #3845 from dataease/pr@dev@refactor_panel-copy

refactor(仪表板): 复用视图悬浮模式默认大小修改
This commit is contained in:
fit2cloud-chenyw 2022-11-24 12:12:14 +08:00 committed by GitHub
commit a0c8b5cf17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ export default {
copyData: null, // 复制粘贴剪切
isCut: false,
baseStyle: {
width: 300,
height: 200,
width: 533,
height: 300,
top: 0,
left: 0
},