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;
}
}
/*时间轴*/
.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;
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
}
.layout .ant-menu, .layout .ant-menu-submenu > .ant-menu{
background-color: #414852;
}
.ant-layout-sider{
background: #414852;
}
.ant-menu-inline .ant-menu-submenu-title{
color: #bcc9d8;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{
background-color: #353c45;
}
.layout .ant-menu, .layout .ant-menu-submenu > .ant-menu{
color: #bcc9d8;
}
.ant-menu-item-selected{
color: #fff;
}
.ant-layout{
background-color: #fff;
}
.ant-table-thead > tr > th{
color: #4d4d4d;
font-weight: bold;
}
.ant-table-thead > tr > th{
background-color: #F7F7F7;
}
.ant-table-tbody > tr > td{
border-bottom: 1px solid #e5e5e5;
}
.ant-btn .anticon{
color: #6097b7;
}
.breadcrumbs .ant-btn-primary{
background-color: #6097b7;
border-color: #6097b7;
}
.breadcrumbs .ant-btn .anticon{
color: #ffffff;