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

148 lines
2.3 KiB
Plaintext

.dataList-wrapper {
.ant-modal-body {
padding: 16px 120px
}
.formItem {
display: flex;
.ant-col-8 {
line-height: 30px;
}
.wea-select, .ant-select {
width: 100%;
}
.ant-select-selection {
width: 100%;
height: 30px;
border-radius: 0;
}
}
}
.salarySobNameWrapper {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
& > span {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.salarySobNameTagWrapper {
display: flex;
align-items: center;
i {
color: #5d9cec;
margin-right: 10px;
cursor: pointer;
}
}
}
//重构薪资核算页
.salary-btn-flex {
display: flex;
align-items: center;
.mounth-range {
display: flex;
align-items: center;
margin-right: 10px;
.label {
color: #999;
}
}
.advance-custom {
display: flex;
align-items: center;
& > a {
border-radius: 0;
height: 28px;
position: relative;
color: #474747;
padding: 4px 15px;
background-color: transparent;
display: flex;
align-items: center;
border: 1px solid #d9d9d9;
border-left: none
}
}
.wea-input-focus {
margin-top: -4px;
}
}
.calculate-main-layout {
.wea-new-top-content {
overflow-y: hidden;
}
.advance-calc {
display: none;
background: #FFF;
margin-bottom: 8px;
.advance-calc-btns {
display: flex;
justify-content: center;
align-items: center;
padding: 15px 0;
border-top: 1px solid #dadada;
button {
margin-right: 15px;
}
}
.wea-search-group, .wea-content {
padding: 0;
}
}
.show-advance-calc {
display: block;
}
.calculate-body {
height: 100%;
width: 100%;
overflow-y: auto;
padding: 8px 16px 0 16px;
background: #F6F6F6;
.wea-new-table {
background: #fff;
}
.ant-table-tbody {
.ant-table-row-indent {
display: none !important;
}
td:not(.ant-table-selection-column) {
span {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
}
}
}
}
}