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

35 lines
615 B
Plaintext

.waterMarkWrapper {
.wea-form-cell-wrapper {
border: 1px solid #e5e5e5;
border-bottom: none;
}
.wea-form-item {
padding: 5px 16px;
border-bottom: 1px solid #e5e5e5;
.waterMarkTitle {
margin-left: 10px;
cursor: pointer;
color: #2db7f5;
position: absolute;
display: inline-block;
width: 48px;
top: 50%;
margin-top: -10px;
}
}
.agingBox {
display: flex;
align-items: center;
padding: 5px 16px;
border-bottom: 1px solid #e5e5e5;
.wea-input-number {
width: 80px !important;
margin: 0 10px;
}
}
}