forked from github/dataease
feat(数据大屏): 数据大屏支持Tab组件#9449
This commit is contained in:
parent
0b5c026a07
commit
fe09bdaee8
@ -463,11 +463,9 @@ onMounted(() => {
|
||||
eventBus.on('onTabSortChange-' + element.value.id, reShow)
|
||||
currentInstance = getCurrentInstance()
|
||||
initCarousel()
|
||||
if (isDashboard()) {
|
||||
nextTick(() => {
|
||||
groupSizeStyleAdaptor(element.value)
|
||||
})
|
||||
}
|
||||
nextTick(() => {
|
||||
groupSizeStyleAdaptor(element.value)
|
||||
})
|
||||
})
|
||||
|
||||
onBeforeMount(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user