mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 20:42:55 +08:00
Merge pull request #2693 from dataease/pr@dev@fix_panel-view-enlarge
fix(视图): 修复预览仪表板时未点击视图未显示放大按钮
This commit is contained in:
commit
e473f0d631
@ -150,7 +150,7 @@ export default {
|
|||||||
return style
|
return style
|
||||||
},
|
},
|
||||||
componentActiveFlag() {
|
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() {
|
curGap() {
|
||||||
return (this.canvasStyleData.panel.gap === 'yes' && this.config.auxiliaryMatrix) ? this.componentGap : 0
|
return (this.canvasStyleData.panel.gap === 'yes' && this.config.auxiliaryMatrix) ? this.componentGap : 0
|
||||||
|
Loading…
Reference in New Issue
Block a user