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

58 lines
924 B
Plaintext

.customSalaryItemSlide {
padding: 20px;
.formItem {
margin-bottom: 20px;
}
}
.formula-wrapper {
.ant-modal-body {
min-height: 200px;
max-height: 85vh;
overflow: auto;
padding: 16px 20px !important;
}
.headerSearchWrapper {
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
}
}
.dataList-wrapper {
.wea-form-item-wrapper {
display: flex !important;
align-items: center;
.wea-select {
width: 100%;
margin-right: 8px;
.ant-select {
width: 100%;
.ant-select-selection {
border-radius: 0;
height: 30px;
}
}
}
}
}
//系统薪资项添加modal
.sys-salary-wrapper {
.wea-dialog-body{
height: 50vh;
overflow: hidden auto;
.headerSearchWrapper{
display: flex;
justify-content: flex-end;
align-items: center;
padding: 16px 20px;
}
}
}