fix(视图): 符号地图查看数据明细样式错位

This commit is contained in:
fit2cloud-chenyw 2022-07-01 16:41:54 +08:00
parent b5e7e27275
commit 19804617ea

View File

@ -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'