@jecloud/plugin
Version:
JECloud 插件库
49 lines (48 loc) • 1.09 kB
text/less
.je-workflow-user-adjustment{
.je-workflow-task-change-user{
.je-workflow-operation-user .task-user-selector{
height: 400px;
}
&-div{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.task-user-type{
&-label{
padding:10px 0;
}
&-items{
border-width: 1px 1px 0 0;
height: 40px;
border-color: @border-color-split;
border-style: solid;
.ant-tabs-nav{
margin:0;
.ant-tabs-tab{
margin-top:-1px;
border-radius: 0;
padding:7px 15px;
& + .ant-tabs-tab{
margin-left:-1px;
}
&.ant-tabs-tab-active{
background-color: @primary-2;
border-bottom-color: @border-color-split;
}
}
}
&.fork-nodes{
.ant-tabs-nav .ant-tabs-tab{
padding:7px 40px;
}
}
}
&.condition{
.task-user-type-items-item{
padding:0 15px;
}
}
}
}
}