2022-03-17 17:18:42 +08:00
|
|
|
.changeSalaryModal {
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
.itemWrapper {
|
|
|
|
|
line-height: 47px;
|
|
|
|
|
}
|
|
|
|
|
.contentWrapper {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
.contentTitleWrapper {
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
.rightIconWrapper {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.tableWrapper {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-03-17 18:40:47 +08:00
|
|
|
}
|
|
|
|
|
|
2022-03-17 18:57:56 +08:00
|
|
|
.salaryFileSlide {
|
2022-03-17 18:40:47 +08:00
|
|
|
padding: 10px 20px;
|
|
|
|
|
.searchBar {
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
.tableWrapper {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
2022-04-06 15:36:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.salaryFileViewSlide {
|
|
|
|
|
.slideItemWrapper {
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
}
|
2022-04-12 18:29:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.salaryFileTabWrapper {
|
|
|
|
|
.searchPanel {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 200px;
|
|
|
|
|
bottom: -10px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
}
|
|
|
|
|
}
|