feat: [BPM 工作流] Simple 模型 - 包容节点

This commit is contained in:
jason
2025-05-31 08:33:34 +08:00
parent a2832f1546
commit 1c2b247cf4
4 changed files with 313 additions and 4 deletions

View File

@@ -334,12 +334,14 @@
margin-top: 4px;
line-height: 32px;
color: #111f2c;
background: rgb(0 0 0 / 3%);
border-radius: 4px;
.branch-node-text {
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2; /* 这将限制文本显示为行 */
-webkit-line-clamp: 1; /* 这将限制文本显示为行 */
font-size: 12px;
line-height: 24px;
word-break: break-all;
@@ -486,6 +488,8 @@
border-radius: 18px;
transform: translateX(-50%);
transform-origin: center center;
display: flex;
align-items: center;
}
.branch-node-readonly {