salary-management-front/pc4mobx/hrmSalary/pages/ledgerPage/components/index.less

302 lines
4.7 KiB
Plaintext

.ledgerWrapper {
.optWrapper {
display: flex;
align-items: center;
i {
cursor: pointer;
}
}
}
.ledgerSlideContent {
}
.copyWrapper {
.wea-select {
.ant-select {
width: 100% !important;
.ant-select-selection {
border-radius: 0 !important;
height: 30px !important;
}
}
}
}
//薪资账套基本设置信息
.baseSettingWrapper {
padding: 12px 12px 12px 20px;
.baseSettingLeft {
border: 1px solid #ebedf0;
padding: 0 !important;
border-bottom: none;
.wea-form-item {
padding: 4px 10px;
border-bottom: 1px solid #ebedf0;
.desc {
line-height: 32px;
}
}
}
.baseSettingRight {
width: 100%;
background: #fff;
border: 1px solid #ebedf0;
.title {
border-bottom: 1px solid #ebedf0;
background: #f7fbfe;
width: 100%;
padding: 0 12px;
line-height: 40px;
font-size: 14px;
}
.descContent {
color: #999;
width: 100%;
padding: 0 12px;
line-height: 24px;
.descTitle {
font-size: 14px;
color: #333;
line-height: 26px;
}
}
.notice {
color: #ff4d4f;
}
}
}
//调薪计薪规则弹框
.adjustRuleModalWrapper {
.titleTipWrapper {
display: flex;
align-items: center;
.title {
margin-right: 4px;
}
}
.adjustRuleDetailWrapper {
display: flex;
flex-direction: column;
.adjustSalaryFlex {
display: flex;
align-items: center;
margin-bottom: 10px;
}
}
.wea-select, .ant-select-selection, .ant-select {
width: 100%;
}
.wea-select {
display: inline-block;
position: relative;
}
.ant-select-selection {
height: 30px;
border-radius: 0;
}
}
// 回算薪资项目
.ledgerBackCalculatedSalaryItemWrapper {
.titleWrapper {
display: flex;
align-items: center;
& > span {
margin-right: 8px;
}
}
}
//回算薪资项目编辑弹框
.backCalcSlideWrapper {
.backCalcSlideCol {
border: 1px solid #ebedf0;
border-bottom: none;
margin: 10px;
.wea-form-item {
padding: 4px 10px;
border-bottom: 1px solid #ebedf0;
}
}
.textareaBox {
position: relative;
z-index: 1;
& > .wea-textarea-normal {
z-index: -11;
}
}
}
//薪资项目
.ledgerSalaryItemWrapper {
.userInfoWrapper {
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ebedf0;
border-radius: 5px;
display: flex;
align-items: center;
.wea-sortable-grid-item {
display: inline-block;
border: none;
padding: 0;
}
}
.categroyListWrapper {
.titleNormalWrapper {
display: flex;
justify-content: space-between;
align-items: center;
.titleWrapper, .titleBtnWrapper {
display: flex;
align-items: center;
width: inherit;
}
.titleWrapper {
i {
font-size: 16px;
color: #333;
margin-left: 8px;
}
}
.titleBtnWrapper {
.wea-button-icon {
margin-left: 12px;
}
}
}
}
.titleWrapper {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
.titleLeft {
display: flex;
align-items: center;
& > span {
margin-right: 8px;
}
}
}
}
.icon-coms-leading-in-btn {
border-radius: 0;
padding: 0;
background: transparent;
border: none;
font-size: 20px;
line-height: 20px;
}
.icon-coms-leading-in-btn:hover, .icon-coms-leading-in-btn:active {
background: transparent;
}
.icon-coms-leading-in-btn.ant-btn-primary[disabled] {
color: #d8d8d8;
}
.icon-coms-leading-in-btn.ant-btn-primary {
color: #55a1f8;
}
.moveModalWrapper {
.ant-radio-group {
display: flex;
flex-direction: column;
.ant-radio-wrapper {
margin: 4px 16px;
}
}
}
//个税申报字段对应
.incomeWrapper {
padding: 0;
.wea-content {
padding: 10px 16px;
}
}
.income_pop_wrapper .ant-popover-inner-content {
padding: 8px;
}
.income_pop_wrapper {
width: 180px !important;
}
.income_result_wrapper {
display: flex;
flex-direction: column;
min-height: 80px;
max-height: 250px;
overflow-y: auto;
}
.income_result_wrapper li {
line-height: 30px;
cursor: pointer;
}
.income_result_wrapper li:not(.emptyLi):hover {
background: #e9f7ff;
}
.income_result_wrapper li.emptyLi {
text-align: center;
.anticon-inbox {
color: #5d9cec;
font-size: 24px;
}
}
.incomeSearchGroup {
input {
border-right: none;
}
button {
border-left: none;
border-radius: 0;
height: 28px;
line-height: 28px;
}
}