salary-management-front/pc4mobx/hrmSalary/pages/ledgerPage/index.less

47 lines
720 B
Plaintext

.ledgerWrapper {
height: 100%;
.tdEllipsis {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.ledgerSearch-Wrapper {
min-width: 350px;
margin-top: 5px;
margin-right: 70px;
position: relative;
& > button {
position: absolute;
right: -70px;
top: 0;
}
.wea-search-group, .wea-content {
padding: 0;
}
.wea-form-cell-wrapper {
& > div.wea-form-cell {
padding: 0;
.wea-form-item {
padding: 0;
.ant-select-selection-selected-value {
width: 150px !important;
}
}
}
& > div.wea-form-cell:first-child {
padding-right: 10px;
}
}
}