feat: [BPM 工作流] Simple 模型 - 包容节点
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user