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

279 lines
4.4 KiB
Plaintext

.calculate-layout {
height: 100%;
overflow-y: hidden;
background: #f6f6f6;
.wea-tab .wea-tab-right {
background: #f6f6f6;
}
.wea-input-focus {
background: transparent;
}
}
.userSure {
padding: 20px;
.baseInfo {
height: 47px;
line-height: 47px;
}
.formWrapper {
line-height: 40px;
border: 1px solid #eee;
background: #fff;
.ant-col-12 {
padding: 0 16px;
}
& > div:first-child {
border-bottom: 1px solid #eee;
& > div:first-child {
border-right: 1px solid #e5e5e5;
}
}
}
.operateBarWrapper {
height: 47px;
display: flex;
align-items: center;
justify-content: space-between;
.wea-tab {
border-bottom: none !important;
}
.crumbsWrapper {
display: inline-block;
.crumbItem {
margin-right: 10px;
cursor: pointer;
}
.crumbItemSelected {
color: #2db7f5;
}
}
.crumbsOperateWrapper {
flex: 1;
.wea-advanced-search {
right: 0 !important;
}
.wea-advanced-searchsAd {
height: inherit !important;
}
.wea-search-tab {
padding-right: 0;
.iconItem {
color: #2db7f5;
cursor: pointer;
}
}
}
}
}
.salaryDetail {
padding: 10px;
overflow-y: auto;
.salaryBarWrapper {
padding: 10px;
.warningspan {
float: right;
color: #2db7f5;
cursor: pointer;
}
}
.tableWrapper {
margin-top: 10px;
height: calc(100vh - 161px);
overflow: hidden;
}
}
.editSalaryDetail {
padding: 20px 20px 40px;
.detailItemWrapper {
.itemTitle {
height: 40px;
line-height: 40px;
font-size: 14px;
}
.itemContent {
margin-top: 10px;
table {
table-layout: fixed;
border-collapse: collapse;
width: 100%;
border: 1px solid rgba(0, 0, 0, .06);
.descriptions-row {
.descriptions-item-label {
background-color: #fafafa;
padding: 12px 6px;
color: #000000d9;
font-weight: 400;
font-size: 12px;
line-height: 1.5715;
text-align: start;
border: 1px solid rgba(0, 0, 0, .06);
min-width: 100px;
max-width: 100px;
}
.descriptions-item-content {
padding: 12px 6px;
display: table-cell;
flex: 1;
color: #000000d9;
font-size: 12px;
line-height: 1.5715;
word-break: break-word;
overflow-wrap: break-word;
border-collapse: collapse;
border: 1px solid rgba(0, 0, 0, .06);
}
}
}
}
}
.wea-search-group {
padding: 0 !important;
.wea-title {
padding: 0 !important;
}
}
}
.placeOnFileDetail {
height: 100%;
overflow-y: hidden;
background: #f6f6f6;
.tabWrapper {
height: 47px;
line-height: 47px;
padding-left: 16px;
}
.tableWrapper {
padding: 10px;
height: calc(100vh - 121px);
overflow: hidden;
}
}
.fileMergeDetail {
padding: 20px;
.detialItemWrapper {
.titleWrapper {
height: 47px;
line-height: 47px;
.itemTitle {
font-size: 14px;
}
}
.rightItemWrapper {
display: inline-block;
float: right;
}
}
.itemContent {
margin-top: 10px;
.itemRow {
line-height: 40px;
}
}
.tableWrapper {
margin-top: 10px;
}
}
.compareDetail {
overflow-y: hidden;
height: 100%;
.tabWrapper {
align-items: center;
padding-left: 10px;
}
.titleBarWrapper {
height: 47px;
line-height: 47px;
.rightTitle {
float: right;
}
.titleBar {
padding-right: 10px;
}
}
.tableWrapper {
margin-top: 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;
}
}
}
.salaryMonthTip-layout{
display: flex;
flex-direction: column;
}