salary-management-front/pc4mobx/hrmSalary/components/UnifiedTable/index.less

25 lines
340 B
Plaintext

.unifiedTable {
.ellipsis {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.linkWapper {
//a {
// color: #4d7ad8;
// margin-right: 8px;
//}
i {
cursor: pointer;
}
//a:hover {
// text-decoration: none;
//}
}
}