Skip to content

Commit

Permalink
GH-164 [Bug] 空作业流滚动问题 (#166)
Browse files Browse the repository at this point in the history
* 修复空作业流滚动问题

* 格式化代码
  • Loading branch information
ispong authored Nov 8, 2024
1 parent 6aa25c5 commit 3cc0e48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/layout/home-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
height: 50px;
line-height: 50px;
text-align: center;
background: #ffccb4;
background: #f5f3fe;
.content {
width: 130px;
Expand All @@ -224,7 +224,7 @@
.phone-text {
margin-left: 10px;
font-size: 1.25rem;
color: #e25a1b;
color: #7573d1;
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions flink-yun-frontend/src/views/workflow/workflow-page/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ function initFlowData() {
otherConfig.value = res.data
if (res.data?.webConfig) {
zqyFlowRef.value.initCellList(res.data.webConfig)
} else {
zqyFlowRef.value.initCellList([])
}
loading.value = false
resolve()
Expand Down

0 comments on commit 3cc0e48

Please sign in to comment.