UNPKG
@jecloud/plugin
Version:
latest (1.0.1)
1.0.1
JECloud 插件库
@jecloud/plugin
/
es
/
workflow
/
workflow-operation
/
style
/
task-change.less
13 lines
•
241 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
.je-workflow-task-change
{
.task-item
{
height
:
32px
;
line-height
:
32px
;
padding
:
0
10px
;
cursor
: pointer;
&
.is--active
,
&
:hover
{
background-color
:
darken
(
@primary-1
,
2%
);
color
:
@primary-color
; } } }