仿钉钉流程设计器-抄送节点改造.

This commit is contained in:
jason
2024-04-27 22:17:04 +08:00
parent 676ed6bd44
commit ee895d0752
10 changed files with 500 additions and 37 deletions

View File

@@ -108,6 +108,13 @@
.node-title-icon {
display: flex;
align-items: center;
&.user-task {
color: #ff943e;
}
&.copy-task {
color: #3296fa;
}
}
.node-title {
@@ -118,7 +125,7 @@
overflow: hidden;
text-overflow: ellipsis;
color: #1f1f1f;
// vertical-align: middle;
line-height: 18px;
}
}
@@ -458,7 +465,7 @@
text-align: center;
&:hover {
background: #3296fa;
background: #e2e2e2;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@@ -466,11 +473,14 @@
font-size: 35px;
line-height: 80px;
}
}
}
.approve {
color: #ff943e;
}
}
.copy {
color: #3296fa;
}
.handler-item-text {
margin-top: 4px;