Newer
Older
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/*!
* Your CSS files will be generated in this directory by "gulp sass"
*/
.layout{
height: 100%;
}
.layout .ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left{
border: none;
}
.layout .ant-menu,
.layout .ant-menu-submenu > .ant-menu{
background-color: #001529;
color: #ffffff;
}
.logo{
color: #ffffff;
text-align: center;
font-size: 20px;
font-weight: 500;
padding: 20px 0;
}
.breadcrumbs{
padding: 10px 0;
}
.search-form{
padding: 15px 0;
border-top: 1px solid #dddddd;
}
.search-form .ant-input{
width: initial;
}
.releative{
position: relative;
}
.posiabsolutStr{
position: absolute;
width: 100%;
text-align: center;
bottom: 25%;
left: 0;
}
.posiabsolutStr p{
margin: 0;
}
.ant-modal-body{
max-height: 520px;
overflow-y: auto;
overflow-x: hidden;
padding: 0;
}
/*操作按钮*/
.handle span{
cursor: pointer;
}
.handle span:not(last-child){
margin-right: 10px;
}
.modal-footer-btn{
margin-top: 20px;
text-align: right;
}
.modal-footer-btn button{
margin-right: 20px;
}
.form-select nz-select{
width: 100%;
}
.tabset{
position: relative;
}
.tabset-btn{
position: absolute;
right: 0;
top: 5px;
z-index: 1;
}
.round-tag .ant-tag{
border-radius: 50%;
}
/*时间轴*/
.ant-table-tbody > tr > td.table-timeline{
border-bottom: none;
padding-top: 40px;
}
.table-timeline .ant-timeline-item-head{
right: 20px;
}
.table-timeline .ant-timeline-item-tail{
right: 24px;
left: auto;
height: 220%;
}
.ant-checkbox-group label:first-child{
margin-left: 8px;