NEZ-1298 fix: Project topo module 未正常渲染

This commit is contained in:
zhangyu
2021-11-19 15:26:39 +08:00
parent ff4cabf023
commit 06c908211a
3 changed files with 6 additions and 3 deletions

View File

@@ -132,7 +132,7 @@
<popDataInfo :moduleId="moduleId" :projectId="projectInfo.id"></popDataInfo>
</div>
</div>
<div :class="['page',fromOverView?'overview-page':'']">
<div :class="['page topo-page',fromOverView?'overview-page':'']">
<!--画布部分-->
<div :id="'topology-canvas' + topologyIndexF" :ref="'topology-canvas'+ topologyIndexF" class="full" @contextmenu="onContextMenu($event)"></div>
<!--设置属性-->