65 lines
1.1 KiB
CSS
65 lines
1.1 KiB
CSS
.hrm-import-wrap{
|
|
width: 90%;
|
|
height: 100%;
|
|
margin-left: 5%;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.hrm-import-table-th .ant-table-tbody>tr>td, .ant-table-thead>tr>th{
|
|
padding: 8px 8px;
|
|
color: #666;
|
|
}
|
|
|
|
.hrm-import-table-th .ant-table-thead>tr>th{
|
|
background-color: #F0F6F6;
|
|
}
|
|
|
|
.hrm-import-table-th .ant-table{
|
|
border-radius: 0;
|
|
}
|
|
|
|
.hrm-import-table-th .ant-table table{
|
|
border-radius: 0;
|
|
}
|
|
|
|
.hrm-import-loading .ant-spin.ant-spin-show-text .ant-spin-text{
|
|
float: right;
|
|
margin-left: 20px;
|
|
padding-top: 2px
|
|
}
|
|
|
|
.hrm-import-error-tip{
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 25px;
|
|
padding: 6px;
|
|
margin-left: 230px;
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
background-color: rgb(255, 0, 0);
|
|
}
|
|
|
|
.hrm-import-ant-table .ant-table-tbody>tr>td, .ant-table-thead>tr>th{
|
|
padding: 8px 8px;
|
|
}
|
|
|
|
.hrm-import-link{
|
|
color: #B4B4B4;
|
|
}
|
|
|
|
.hrm-import-link:hover{
|
|
color: #FFF;
|
|
}
|
|
|
|
.hrm-import-circle{
|
|
width: 20px;
|
|
height: 20px;
|
|
padding-left: 6px;
|
|
background-color: #D8D8D8;
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
-ms-border-radius: 10px;
|
|
-o-border-radius: 10px;
|
|
border-radius: 10px;
|
|
}
|