salary-management-front/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.less

52 lines
834 B
Plaintext

.standingbookWrapper {
.wea-new-top-content {
display: flex;
flex-direction: column;
overflow: hidden;
.tableWrapper {
flex: 1;
overflow: hidden;
}
.wea-new-table {
.ant-table-row:hover {
.more {
display: inline-block;
}
}
.linkTo {
text-decoration: none;
color: #4d7ad8;
}
.more {
margin-left: 8px;
cursor: pointer;
color: #4d7ad8;
// display: none;
}
.tdEllipsis {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.billDateWrapper {
display: flex;
align-items: center;
height: 46px;
padding: 0 16px;
.to {
padding: 0 8px;
}
}
}