mirror of
https://github.com/dataease/dataease.git
synced 2026-06-11 07:17:01 +08:00
refactor(仪表板): 移动端图表可以选中时不显示选中框 (#18104)
This commit is contained in:
@@ -405,7 +405,8 @@ const initOpenHandler = newWindow => {
|
||||
}
|
||||
}
|
||||
const deepScale = computed(() => scale.value / 100)
|
||||
const showActive = computed(() => props.popActive || (dvMainStore.mobileInPc && props.active))
|
||||
//const showActive = computed(() => props.popActive || (dvMainStore.mobileInPc && props.active))
|
||||
const showActive = false
|
||||
|
||||
const freezeFlag = computed(() => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user