refactor(仪表板): 复用视图悬浮模式默认大小修改

This commit is contained in:
wangjiahao 2022-11-24 11:51:25 +08:00
parent b87630e364
commit cce1c7f579

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