fix(数据大屏): 修复tab内组合中的组件,跳转外部tab时没有跟随大小改变问题及全屏预览突出出现大小变化问题#15380

This commit is contained in:
wangjiahao
2025-04-11 15:40:56 +08:00
committed by fit2cloud-chenyw
parent 36b732282b
commit c7f23da13f

View File

@@ -267,6 +267,9 @@ function dataVTabSizeStyleAdaptor(tabComponent) {
tabComponent.propValue.forEach(tabItem => {
tabItem.componentData.forEach(tabComponent => {
groupItemStyleAdaptor(tabComponent, parentStyleAdaptor)
if (['Group'].includes(tabComponent.component)) {
groupSizeStyleAdaptor(tabComponent)
}
})
})
}