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
commit 55ce50d945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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