106 lines
1.7 KiB
Plaintext
106 lines
1.7 KiB
Plaintext
.payrollDetail {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
background: #f6f6f6;
|
|
|
|
.wea-tab .wea-tab-right, .wea-input-focus {
|
|
background: #f6f6f6;
|
|
}
|
|
|
|
.titleBar {
|
|
height: 47px;
|
|
line-height: 47px;
|
|
padding: 0 16px;
|
|
|
|
.titleBarLeft {
|
|
float: left;
|
|
}
|
|
|
|
.titleBarRight {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
.tableWrapper {
|
|
flex: 1;
|
|
padding: 0 16px;
|
|
|
|
.ant-spin-nested-loading, .ant-spin-container {
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
//查看工资单详情-重构
|
|
.salary-payroll-details-layout {
|
|
.ant-spin-nested-loading, .ant-spin-container {
|
|
height: 100%;
|
|
}
|
|
|
|
.salary-payroll-details {
|
|
padding: 0 16px 16px;
|
|
|
|
.salary-tb-tip {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 40px;
|
|
}
|
|
|
|
.salary-payroll-template-name {
|
|
vertical-align: middle;
|
|
margin-left: 40px;
|
|
}
|
|
|
|
.label {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
}
|
|
|
|
.searchAdvanced-condition-hide {
|
|
display: none;
|
|
}
|
|
|
|
.searchAdvanced-condition-container {
|
|
background: #FFF;
|
|
margin-bottom: 10px;
|
|
border: 1px solid #e5e5e5;
|
|
|
|
.wea-search-buttons {
|
|
border-top: 1px solid #dadada;
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.wea-advanced-searchsAd {
|
|
height: 246px;
|
|
overflow: hidden auto;
|
|
|
|
.formItem-delete {
|
|
position: absolute;
|
|
top: 0;
|
|
right: -40px;
|
|
}
|
|
|
|
.searchAdvanced-commonSelect {
|
|
border-top: 1px solid #ebebeb;
|
|
margin: 0 25px;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.custom-advance-largeSpacing {
|
|
padding-left: 26px;
|
|
|
|
.link {
|
|
border: none;
|
|
border-radius: 0;
|
|
padding: 12px 10px 12px 26px;
|
|
color: #2db7f5
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|