style.scss
905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.group__block {
.role__header {
margin-bottom: 20px;
}
.role__name,
.auth__opt {
display: inline-block;
}
.auth__opt {
margin-left: 20px;
}
.role__name__edit {
color: #666666;
}
.add__role__btn {
position: absolute;
top: 0;
right: 0;
z-index: 10;
}
.category__icon {
position: absolute;
top: 73px;
right: 12px;
cursor: pointer;
//@include font_primary();
}
.category__icon__svg {
padding: 4px;
font-size: 22px;
//@include bg_primary();
//color: $white;
border-radius: 2px;
}
.group__category {
.qgu__tree .include__child {
right: 45px;
}
}
.person__filter {
.el-form-item--small.el-form-item {
margin-bottom: 12px;
}
}
}