forked from github/dataease
fix(仪表板): 修复编辑状态预览可能出现编辑框未隐藏问题
This commit is contained in:
parent
87abc9261d
commit
156920f4f4
@ -429,12 +429,15 @@ eventBus.on('handleNew', handleNew)
|
||||
>
|
||||
<canvas-attr></canvas-attr>
|
||||
</dv-sidebar>
|
||||
<div v-show="viewsPropertiesShow" style="height: 100%">
|
||||
<div
|
||||
v-show="viewsPropertiesShow"
|
||||
style="height: 100%"
|
||||
:class="{ 'preview-aside': editMode === 'preview' }"
|
||||
>
|
||||
<editor
|
||||
:view="canvasViewInfo[curComponent ? curComponent.id : 'default']"
|
||||
themes="dark"
|
||||
:dataset-tree="state.datasetTree"
|
||||
:class="{ 'preview-aside': editMode === 'preview' }"
|
||||
></editor>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user