feat(数据大屏、仪表板): 增加分页组件 (#16640)

This commit is contained in:
王嘉豪
2025-08-08 12:40:51 +08:00
committed by GitHub
parent 4ba6e53fed
commit f95dfab481

View File

@@ -264,8 +264,8 @@ function dataVTabSizeStyleAdaptor(tabComponent) {
parentStyleAdaptor.height = parentStyleAdaptor.height - offset
}
tabComponent.propValue.forEach(tabItem => {
tabItem.componentData.forEach(tabComponent => {
tabComponent.propValue?.forEach(tabItem => {
tabItem.componentData?.forEach(tabComponent => {
groupItemStyleAdaptor(tabComponent, parentStyleAdaptor)
if (['Group'].includes(tabComponent.component)) {
groupSizeStyleAdaptor(tabComponent)