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

25 lines
340 B
Plaintext
Raw Normal View History

2023-02-17 17:21:05 +08:00
.unifiedTable {
.ellipsis {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.linkWapper {
2023-07-03 15:42:11 +08:00
//a {
// color: #4d7ad8;
// margin-right: 8px;
//}
2023-02-17 17:21:05 +08:00
i {
cursor: pointer;
}
2023-07-03 15:42:11 +08:00
//a:hover {
// text-decoration: none;
//}
2023-02-17 17:21:05 +08:00
}
}