67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
.salary-calc-oc {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background: #f6f6f6;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.compare-header {
|
|
padding-left: 16px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.left-search {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.weapp-salary-btn-flex {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
cursor: auto;
|
|
|
|
& > button {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.wea-input-focus {
|
|
background: #f6f6f6;
|
|
margin-top: -4px;
|
|
|
|
.ant-input {
|
|
background: #f6f6f6;
|
|
}
|
|
}
|
|
}
|
|
|
|
.header {
|
|
height: 48px;
|
|
padding: 0 16px;
|
|
font-size: 12px;
|
|
color: #111;
|
|
}
|
|
}
|
|
|
|
.header-border-bottom {
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.salary-calc-oc-body {
|
|
flex: 1;
|
|
padding: 16px;
|
|
overflow-y: hidden;
|
|
|
|
.wea-new-table {
|
|
height: calc(100% - 44px);
|
|
|
|
.ant-spin-nested-loading, .ant-spin-container {
|
|
height: 100% !important;
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|