mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
Merge pull request #2550 from dataease/pr@dev@fix_symoel_map_table_detail
fix(视图): 符号地图查看数据明细样式错位
This commit is contained in:
commit
ca52139c3c
@ -68,7 +68,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
isAbsoluteContainer() {
|
||||
return this.chart.type === 'symbol-map'
|
||||
return this.showChartCanvas && this.chart.type === 'symbol-map'
|
||||
},
|
||||
showChartCanvas() {
|
||||
return this.openType === 'enlarge'
|
||||
|
Loading…
Reference in New Issue
Block a user