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

12 lines
176 B
Plaintext
Raw Normal View History

2022-12-12 11:38:43 +08:00
.ledgerWrapper {
height: 100%;
.tdEllipsis {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}