empower.less
881 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
54
55
56
57
58
59
60
61
62
63
64
@whiteBg:#fff;
@pd30: 30px;
@pd20: 20px;
.contentBg{
.whiteBg{
background: @whiteBg;
}
.searchForm{
padding: 30px 26px;
margin: 10px 0;
}
.orghover {
cursor: pointer;
line-height: 28px;
font-size: 24px;
position: relative;
top: 43px;
}
.operate{
margin-left: 26px;
button {
margin-right: 10px;
}
}
.contentTable{
margin: 10px 26px;
min-height: 500px;
}
.pRight{
padding-right:22px;
}
.ant-table-thead > tr > th{
font-weight: bold;
}
}
.borderTable{
border:1px solid #e8e8e8
}
.clientForm{
padding-left: 40px;
.ant-checkbox-wrapper{
width: 30%;
line-height: 42px;
color:#000
}
}
.vvModal{
.ant-modal-footer{
border-top:none;
padding-bottom:40px;
}
}
.textDefault{
color:#00BB29
}
.textDanger{
color:#f00
}
.textWarn{
color:orange
}