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

260 lines
4.4 KiB
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;
.abnormal-text {
color: #ef9502;
cursor: pointer;
}
}
.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%;
& > span:first-child {
display: inline-block;
min-width: 44px;
}
& > span:last-child {
flex: 1;
}
}
}
.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: 320px;
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
}
}
}
}
.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;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.wea-new-table {
background: #FFF;
}
.wea-search-group {
padding: 0;
}
}
}
}
.calc-update-dialog-layout {
background: #f6f6f6;
.wea-search-group {
padding: 16px;
}
.wea-content {
padding: 0;
.wea-form-cell-wrapper {
background: #FFF;
border: 1px solid #e5e5e5;
border-bottom: none;
.wea-form-cell {
border-bottom: 1px solid #e5e5e5;
}
}
}
}
.infoConfirmDialog {
.confirm-content {
width: 100%;
height: 100%;
padding: 16px;
overflow: auto;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
.contract {
text-align: center;
flex-grow: 1;
flex-shrink: 1;
}
.confirm-container {
flex-grow: 0;
flex-shrink: 0;
margin-top: 8px;
width: 100%;
}
}
}
.loadingLayout {
width: 100%;
height: 100%;
text-align: center;
border-radius: 4px;
padding: 30px 50px;
margin: 20px 0;
}