salary-management-front/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/index.less

93 lines
1.5 KiB
Plaintext

.specialAddWrapper {
height: 100%;
.wea-new-top-wapper {
.specialAddContent {
height: 100%;
display: flex;
flex-direction: column;
.wea-tab-search-ad-quick {
.wea-tab-left {
display: flex;
align-items: center;
}
.wea-tab-right {
margin-top: 0;
}
.wea-search-container-search-ad-quick {
top: 47px !important;
}
}
}
}
.linkWapper {
a {
color: #4d7ad8;
margin-right: 8px;
}
i {
cursor: pointer;
}
a:hover {
text-decoration: none;
}
}
}
.moreIconWrapper {
.ant-popover-inner {
min-width: 106px
}
.ant-popover-inner-content {
padding: 0;
.ant-menu {
.ant-menu-item {
border-right: none;
height: 30px;
line-height: 30px;
text-align: center;
padding: 0;
}
}
}
}
.specialAddSlideWrapper {
.wea-slide-modal-title {
height: initial;
line-height: initial;
text-align: left;
}
.rodal-close {
z-index: 99;
top: 10px !important;
}
}
@media (min-width: 1260px) {
.specialAddSlideWrapper {
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
max-width: 100% !important;
}
}
}
@media screen and (min-width: 1060px) and (max-width: 1260px) {
.specialAddSlideWrapper {
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
max-width: calc(100% - 96px) !important;
}
}
}