salary-management-front/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/index.less

155 lines
2.7 KiB
Plaintext
Raw Normal View History

.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%;
}
}
}
.salary-calculate-esf-layout {
.titleDialog {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 46px 0 16px;
.titleCol {
flex: 1;
display: flex;
align-items: center;
}
.titleLeftBox {
.titleIcon {
color: #fff;
margin: 0;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
background: #F14A2D;
border-radius: 50%;
}
.title {
font-size: 14px;
color: #333;
padding-left: 6px;
}
}
.titleRightBox {
justify-content: flex-end;
}
}
.wea-slide-modal-title {
border-bottom: 1px solid #e5e5e5 !important;
}
.wea-slide-modal-content {
height: 100%;
.salary-calculate-esf-area {
background: #f6f6f6;
height: 100%;
overflow-y: auto;
padding: 16px;
.esf-base-info-form, .wea-title, .wea-content {
padding: 0;
}
.esf-form-content {
background: #fff;
border: 1px solid #e5e5e5;
border-top: none;
border-bottom: none;
.esf-form-item {
border-bottom: 1px solid #e5e5e5;
}
.esf-form-last-item {
border-right: none !important;
}
.esf-form-odd-item {
border-right: 1px solid #e5e5e5;
}
.label {
color: #666;
}
.label, .value {
display: inline-block;
line-height: 24px;
padding: 8px 16px;
}
}
.wea-new-table {
background: #FFF;
}
.wea-search-group {
padding: 0;
}
}
}
}