57 lines
967 B
Plaintext
57 lines
967 B
Plaintext
.salary-edit-calc-content {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.salary-flex-between {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.weapp-salary-tb-tip {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
height: 46px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.formula-detail-area {
|
|
background: #fff;
|
|
height: 46px;
|
|
|
|
.formula-detail {
|
|
padding-left: 8px;
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
min-height: 46px;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
|
|
.editCalcTable-layout {
|
|
flex: 1;
|
|
|
|
.ant-spin-nested-loading, .ant-spin-container {
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|