style(仪表板): 调整模板图表在移动端的配置显示

This commit is contained in:
wangjiahao
2025-02-25 16:03:44 +08:00
committed by 王嘉豪
parent dc25f8c26d
commit 189dceb179

View File

@@ -175,7 +175,7 @@ const toolTip = computed(() => {
})
const templateStatusShow = computed(() => {
return view.value['dataFrom'] === 'template'
return view.value['dataFrom'] === 'template' && !mobileInPc.value
})
const { view } = toRefs(props)