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

342 lines
5.0 KiB
Plaintext

.slideBaseForm {
.leftContentWrapper {
margin: 10px;
border: 1px solid #eee;
border-radius: 5px;
padding: 10px;
}
.rightContentWrapper {
margin: 10px;
}
}
.rightContentWrapper {
.greytip {
color: #999;
line-height: 24px;
font-size: 12px;
}
.tipLabel {
color: #333;
font-size: 14px;
line-height: 26px;
}
.higelinered {
color: red;
}
}
.slideRefereUser {
.tabItem {
cursor: pointer;
}
.refereUserHeader {
height: 47px;
line-height: 47px;
padding-left: 10px;
padding-right: 10px;
}
.headerLeft {
display: inline-block;
color: #666;
.selectedCrumbs {
color: #4ba9f2;
}
}
.headerIcon {
float: right;
}
.searchInput {
margin-top: 10px;
float: right;
}
.headerIcon {
.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;
}
}
}
.salaryItemForm {
padding: 10px 20px;
padding-bottom: 30px;
.btnBar {
height: 47px;
.btns {
display: inline-block;
}
.searchInputWrapper {
float: right;
display: inline-block;
}
}
.userInfoWrapper {
overflow: hidden;
.rightBtnsWrapper {
float: right;
display: inline-block;
.iconItem {
margin-right: 10px;
color: #2db7f5;
}
}
}
.userInfoSelected {
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #eee;
border-radius: 5px;
display: flex;
align-items: center;
.wea-sortable-grid-item {
display: inline-block;
border: none;
padding: 0;
}
}
.tableItemWrapper {
.rightBtnsWrapper {
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;
}
}
.itemTitle {
font-size: 14px;
font-weight: 500;
}
}
}
.calRulesForm {
padding: 10px 20px;
.headerIcon {
float: right;
cursor: pointer;
.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: 20px;
}
}
.validRulesForm {
padding: 10px 20px;
.headerBar {
height: 47px;
line-height: 47px;
.inputSearch {
margin-top: 8px;
float: right;
}
.btnsWrapper {
float: right;
.iconItem {
margin-right: 10px;
cursor: pointer;
color: #2db7f5;
}
}
}
.tableWrapper {
margin-top: 20px;
}
}
.mySalaryBenefitsWrapper {
.linkWapper {
//a {
// color: #4d7ad8;
//}
//a:hover {
// text-decoration: none;
//}
}
}
.addRule-wrapper {
.ant-modal-body {
padding: 16px !important;
.addRule-top-row {
margin-bottom: 10px;
}
}
}
.copyModalWrapper {
.ant-modal-body {
padding-left: 150px;
padding-top: 20px;
padding-bottom: 20px;
}
.wea-select {
width: 200px;
.ant-select-show-search {
width: 100%;
color: inherit;
font-size: inherit;
.ant-select-selection {
width: 100%;
height: 30px;
border-radius: 0;
border-color: #d9d9d9;
box-shadow: 0 0 0 transparent;
}
}
}
}
.slideRefereUserTableWrapper {
.ant-table-tbody > tr > td {
padding: 10px 8px;
}
.ant-table-thead th {
font-weight: 400;
border-bottom: 2px solid #e2ecf2;
background-color: #f7fbfe;
}
}
.slideOuterWrapper {
.wea-slide-modal-title {
height: initial;
line-height: initial;
text-align: left;
}
.wea-new-table.wea-new-table-draggable table {
table-layout: fixed
}
.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;
}
}
}
//关联人员弹框
.associatesWrapper {
.wea-select, .ant-select-selection, .ant-select {
width: 100%;
}
.wea-select {
display: inline-block;
position: relative;
.wea-required-e9 {
top: 0;
right: 0;
}
}
.ant-select-selection {
height: 30px;
border-radius: 0;
}
}
//.ant-modal-body {
// overflow: auto;
//}