feat(数据大屏): 数据大屏支持Tab组件#9449

This commit is contained in:
wangjiahao 2024-08-16 14:26:38 +08:00
parent 0b5c026a07
commit fe09bdaee8

View File

@ -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(() => {