salary-management-front/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.less

88 lines
1.4 KiB
Plaintext

.socialFormWrapper {
.wea-search-group {
padding: 0 16px;
.wea-form-cell-wrapper {
border: 1px solid #e5e5e5;
border-bottom: none;
border-right: none;
margin: 0 16px;
.wea-form-cell {
padding: 4px 16px;
border-bottom: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
.wea-form-item {
padding: 0;
}
}
}
}
.welfareBaseWrapper {
.title {
margin-right: 10px;
}
}
}
.mySalaryBenefitsWrapper {
.tdEllipsis {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.optWrapper {
display: flex;
align-items: center;
i {
cursor: pointer;
}
}
}
//提示语
.helpWrapper {
display: flex;
flex-direction: column;
.pl10 {
padding-left: 10px;
}
}
.slideOuterWrapper {
.wea-slide-modal-title {
height: initial;
line-height: initial;
text-align: left;
}
.rodal-close {
z-index: 99;
top: 10px !important;
}
}
@media (min-width: 1260px) {
.slideOuterWrapper {
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
max-width: 100% !important;
}
}
}
@media screen and (min-width: 1060px) and (max-width: 1260px) {
.slideOuterWrapper {
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
max-width: calc(100% - 96px) !important;
}
}
}