【backup】feat: Add a new node empty-node as a placeholder node#6203
Closed
wangliang181230 wants to merge 1 commit into
Closed
【backup】feat: Add a new node empty-node as a placeholder node#6203wangliang181230 wants to merge 1 commit into
empty-node as a placeholder node#6203wangliang181230 wants to merge 1 commit into
Conversation
309caf8 to
a3dfd40
Compare
empty-nodeempty-node as a placeholder node
a3dfd40 to
901ec8d
Compare
901ec8d to
49448e3
Compare
wangliang181230
commented
Jun 11, 2026
| @keydown.stop | ||
| @click.stop | ||
| style="min-width: 85px; text-align: right" | ||
| > |
Contributor
Author
There was a problem hiding this comment.
顺便优化:移除节点左侧标题的宽度 width: 69%,固定右侧按钮的宽度(注:使用min-width更保险)使左侧标题能够显示出更多字来。
Member
|
暂无此计划 |
empty-node as a placeholder nodeempty-node as a placeholder node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it?
feat: Add a new node
empty-nodeas a placeholder node新增一个新节点
空节点作为占位节点Summary of your change
空节点不做任何操作,仅用于流程占位节点,常用于判断器的ELSE中占位使用。
工作流工具中,经常会碰到这种情况。
Please indicate you've done the following: