Skip to content

Commit

Permalink
chore: 优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySoft committed Sep 3, 2024
1 parent 6c4c6b0 commit d1b8736
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/editor/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function App() {
colorLink: '#7D33FF',
colorInfo: '#7D33FF',
},
hashed: false,
}}
>
<AntdApp>
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/components/FlowNode/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
height: calc(100vh - 65px);
margin: -24px;
background-color: #f0f2f3;
cursor: grab;
&.dot {
/* 设置背景图像为重复的径向渐变,每个渐变代表一个点 */
background-image: radial-gradient(circle, rgba(185, 185, 185, 0.5) 1px, transparent 1px),
Expand Down Expand Up @@ -279,7 +280,6 @@
.arrow-line {
flex: 1;
}

}
}
}
Expand Down

0 comments on commit d1b8736

Please sign in to comment.