34 lines
488 B
Plaintext
34 lines
488 B
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%;
|
|
}
|
|
}
|
|
}
|