Skip to content

Commit

Permalink
flow auto
Browse files Browse the repository at this point in the history
  • Loading branch information
孟子文 committed Sep 13, 2021
1 parent 12ed533 commit 3b325a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package/vitevui/src/flow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,11 @@ const viFlow = defineComponent({
<div class='vuiFlow'>
<div class='flex drag'>
<div class='module' id={`module${this.domNum}`}></div>
<div class='graph' id={`graph${this.domNum}`}></div>
<div
class='graph'
id={`graph${this.domNum}`}
style={{ flex: 1 }}
></div>
</div>

{this.renderDia()}
Expand Down

0 comments on commit 3b325a8

Please sign in to comment.