55 lines
865 B
Plaintext
55 lines
865 B
Plaintext
.mySalaryBenefitsWrapper {
|
|
.monthPickerWrapper {
|
|
display: inline-block;
|
|
width: 100px;
|
|
}
|
|
|
|
.betweenLable {
|
|
margin-left: 10px;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.wea-new-top-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
|
|
.tableWrapper {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|
|
|
|
.weapp-salary-my-salary-view-payroll {
|
|
padding: 32px 0;
|
|
height: 100vh;
|
|
overflow-y: auto;
|
|
background: #f6f6f6;
|
|
|
|
.salary-preview-container {
|
|
max-width: 1000px;
|
|
margin: 0 auto;
|
|
border: 1px solid rgba(229,229,229,1);
|
|
padding-top: 32px;
|
|
background: #F3F9FF;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.space {
|
|
width: 100%;
|
|
max-width: 1000px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
margin-bottom: 16px;
|
|
|
|
.ant-btn {
|
|
margin-right: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.page {
|
|
}
|