188 lines
3.3 KiB
Plaintext
188 lines
3.3 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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|