mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(数据大屏): 修复数据大屏使用图层组合后,全屏预览后回到编辑状态缩到一起问题 #14998
This commit is contained in:
@@ -53,7 +53,7 @@ function changeComponentsSizeWithScaleCircle(componentDataCopy, scale) {
|
||||
})
|
||||
|
||||
if (['Group'].includes(component.component)) {
|
||||
changeComponentsSizeWithScaleCircle(component.propValue, scale)
|
||||
groupSizeStyleAdaptor(component)
|
||||
} else if (['DeTabs'].includes(component.component)) {
|
||||
component.propValue.forEach(tabItem => {
|
||||
changeComponentsSizeWithScaleCircle(tabItem.componentData, scale)
|
||||
|
||||
Reference in New Issue
Block a user