Merge pull request #7892 from dataease/pr@dev@fix_component-move

fix(仪表板): 修复部分组件悬浮模式和矩阵模式初始移入大小不同问题
This commit is contained in:
王嘉豪
2024-01-29 20:55:08 +08:00
committed by GitHub

View File

@@ -383,8 +383,8 @@ const list = [
mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: {
width: 200,
height: 200,
width: 400,
height: 400,
borderStyle: 'solid',
borderWidth: 0,
borderColor: '#000000',