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

224 lines
3.6 KiB
Plaintext

.changeSalaryWrapper {
width: 100%;
min-height: 50vh;
max-height: 60vh;
overflow-y: auto;
.wea-select {
display: inline-block;
position: relative;
}
.wea-select, .ant-select, .ant-select-selection {
width: 100%;
}
.ant-select-selection {
border-radius: 0;
height: 30px;
}
.changeSalaryModal {
padding: 10px 20px;
.itemWrapper {
line-height: 47px;
.ant-select-selection {
border-radius: 0 !important;
height: 30px !important;
}
}
}
.contentWrapper {
padding: 10px 20px;
.contentTitleWrapper {
height: 40px;
line-height: 40px;
.rightIconWrapper {
display: inline-block;
float: right;
.ant-btn {
margin-left: 10px;
border-radius: 0;
padding: 0;
background: transparent;
border: none;
font-size: 20px;
line-height: 20px;
}
.ant-btn.ant-btn-primary[disabled] {
color: #d8d8d8;
}
.ant-btn.ant-btn-primary {
color: #55a1f8;
}
}
}
.tableWrapper {
margin-top: 10px;
}
.ant-select-selection {
border-radius: 0 !important;
height: 30px !important;
}
}
}
.salaryFileSlide {
padding: 10px 20px;
.searchBar {
height: 40px;
line-height: 40px;
text-align: right;
}
.tableWrapper {
margin-top: 10px;
}
}
.salaryFileViewSlide {
.slideItemWrapper {
padding-left: 20px;
padding-right: 20px;
}
.baseInfoWrapper {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border: 1px solid #e8e8e8;
.descriptions-row {
border-bottom: 1px solid #e8e8e8;
.descriptions-label {
background-color: #fafafa;
padding: 10px 8px;
color: rgba(0, 0, 0, .85);
font-weight: 400;
border-right: 1px solid #e8e8e8;
}
.descriptions-value {
padding: 10px 8px;
border-right: 1px solid #e8e8e8;
}
}
}
.tableGroupWrapper {
.wea-form-cell-wrapper {
width: 100% !important;
}
}
}
.salaryFileTabWrapper {
.searchPanel {
position: absolute;
z-index: 100;
width: 100%;
height: 200px;
bottom: -10px;
left: 0px;
}
}
.mySalaryBenefitsWrapper {
.archiveRow {
background: #F1F3F4;
}
.wea-tab-search-ad-quick {
.wea-tab-right-search-ad-quick {
margin-top: 0;
}
.wea-search-container-search-ad-quick {
top: 46px;
}
}
.wea-tab-search-ad-quick-left {
text-align: right;
padding-right: 291px;
}
}
.wea-antd-wrapper {
.ant-table-fixed {
tbody {
tr > td:nth-child(2) {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
}
.adjustItem-layout {
.ant-table-fixed-left td > span:last-child {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100px;
display: inline-block;
}
}
.adjLogRecordDialogContent {
background: #f6f6f6;
padding: 16px;
height: 100%;
overflow-y: auto;
.empty {
text-align: center;
background: transparent;
margin-bottom: 20px;
padding: 30px 50px;
}
.wea-search-group:first-child {
margin-bottom: 16px;
}
.wea-search-group {
background: #FFF;
padding: 0;
border: 1px solid #e5e5e5;
border-bottom: none;
}
.wea-content, .wea-form-cell {
padding: 0;
}
.wea-form-item {
padding: 5px 16px;
border-bottom: 1px solid #e5e5e5;
}
.wea-select, .ant-select {
width: 100%;
}
.ant-select-selection {
width: 100%;
height: 30px;
border-radius: 0;
}
}