Newer
Older
/*!
* 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;
}
.breadcrumbs{
padding: 10px 0;
}
.search-form{
padding: 15px 0;
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
80
81
82
83
.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;
.layout .ant-menu, .layout .ant-menu-submenu > .ant-menu{
background-color: #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{
}
.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{
}
.margin-right-5{
margin-right: 5px;
}
.margin-right-10{
}
.margin-left-5{
margin-left: 5px;
}
.margin-left-10{
margin-left: 10px;
}
.spanBorder span{
border: 1px solid #666;
border-radius: 4px;
padding: 2px 5px;
cursor: pointer;