salary-management-front/pc4mobx/hrmSalary/pages/payrollFiles/index.less

114 lines
1.8 KiB
Plaintext

.payrollFilesWrapper {
.wea-new-top-content {
display: flex;
flex-direction: column;
overflow: hidden;
.tableWrapper {
flex: 1;
overflow: hidden;
padding: 16px 16px 0 16px;
.ant-spin-nested-loading, .ant-spin-container {
height: 100%;
}
}
}
.archiveRow {
background: #F1F3F4;
}
.tdEllipsis {
display: inline-block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.optWrapper {
display: flex;
align-items: center;
i {
cursor: pointer;
}
}
}
.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;
}
}
}
}
//提示语
.helpWrapper {
display: flex;
flex-direction: column;
.pl10 {
padding-left: 10px;
}
}
//下拉框菜单样式
.dropdownMenuWrapper {
.ant-menu-item {
border-right: none;
padding: 0 16px;
height: 30px;
line-height: 30px;
}
}
//侧拉框样式
.slideOuterWrapper {
.wea-slide-modal-title {
height: initial;
line-height: initial;
text-align: left;
}
.wea-slide-modal-title + div {
padding-bottom: 70px !important;
}
.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;
}
}
}