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

@@ -151,7 +151,7 @@
<popDataInfo :moduleId="moduleId" :projectId="projectInfo.id"></popDataInfo>
</div>
</div>
<div :class="['page',fromOverView?'overview-page':'']" :style="{
<div :class="['page topo-page',fromOverView?'overview-page':'']" :style="{
border: fromOverView ? 'none' :`1px solid ${theme.rightBoxBorderColor}`
}">
<!--画布部分-->