Code Review
/
usecase-ui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b95d55e0ba198eb37a10589e4000a47ee9b67700
[usecase-ui.git]
/
1
nz-select {
2
width: 200px;
3
}
4
.task_status{
5
margin-bottom: 20px;
6
span{
7
margin-right: 5%;
8
}
9
}
10
i.anticon {
11
cursor: pointer;
12
font-size: 18px;
13
padding: 2px;
14
&:hover{
15
color: #147dc2;
16
}
17
}
18
.cannotclick {
19
pointer-events: none;
20
color: #aaa;
21
opacity: 0.6;
22
}