mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix(数据大屏): 修复tab内组合中的组件,跳转外部tab时没有跟随大小改变问题及全屏预览突出出现大小变化问题#15380
This commit is contained in:
committed by
fit2cloud-chenyw
parent
36b732282b
commit
c7f23da13f
@@ -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)
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user