mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
feat(数据大屏、仪表板): 增加分页组件 (#16640)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user