Skip to content

Commit

Permalink
Merge pull request #136 from bhabgs/master
Browse files Browse the repository at this point in the history
孟子文 flow auto
  • Loading branch information
mengziwen authored Sep 13, 2021
2 parents 94f6993 + ab5e382 commit e78fd0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/vitevui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitevui",
"version": "1.0.0-beta.63",
"version": "1.0.0-beta.64",
"description": "vue3.0 ui",
"main": "lib/index.js",
"homepage": "https://bhabgs.github.io/vite-vui-docs/",
Expand Down
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
6 changes: 5 additions & 1 deletion package/vitevui/src/flowRes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,11 @@ const viFlowRes = defineComponent({
return (
<div class='vuiFlow'>
<div class='flex drag'>
<div class='graph' id={`graph${this.domNum}`}></div>
<div
class='graph'
id={`graph${this.domNum}`}
style={{ flex: 1 }}
></div>
</div>
</div>
);
Expand Down

0 comments on commit e78fd0b

Please sign in to comment.