fix(视图): 修复预览仪表板时未点击视图未显示放大按钮

This commit is contained in:
wangjiahao 2022-07-26 10:08:28 +08:00
parent 0de2cadbff
commit 7b1203c5e6

View File

@ -150,7 +150,7 @@ export default {
return style
},
componentActiveFlag() {
return (this.curComponent && this.config === this.curComponent && !this.previewVisible && this.showPosition.includes('multiplexing') && !this.showPosition.includes('email-task')) || this.showPosition.includes('multiplexing')
return (this.curComponent && this.config === this.curComponent && !this.previewVisible && !this.showPosition.includes('email-task')) || this.showPosition.includes('multiplexing')
},
curGap() {
return (this.canvasStyleData.panel.gap === 'yes' && this.config.auxiliaryMatrix) ? this.componentGap : 0