373 lines
5.8 KiB
Plaintext
373 lines
5.8 KiB
Plaintext
.ledgerWrapper {
|
|
.optWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
i {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ledgerSlideLayout {
|
|
.wea-new-top {
|
|
.ant-col-10 {
|
|
padding-right: 45px !important;
|
|
}
|
|
}
|
|
|
|
.wea-new-top-req-wapper .wea-new-top-req-title > div:last-child {
|
|
right: 45px !important;
|
|
}
|
|
|
|
.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;
|
|
|
|
.wea-form-item-wrapper {
|
|
display: inline-block !important;
|
|
}
|
|
|
|
.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 {
|
|
.calcRules .cust {
|
|
line-height: 30px;
|
|
|
|
.child {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
// 回算薪资项目
|
|
.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-ignore-node i {
|
|
display: none;
|
|
}
|
|
|
|
.wea-sortable-grid-item {
|
|
display: inline-block;
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.categroyListWrapper {
|
|
.wea-search-group {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.titleNormalWrapper {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.titleWrapper, .titleBtnWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
width: inherit;
|
|
}
|
|
|
|
.titleWrapper {
|
|
span {
|
|
font-weight: 600;
|
|
color: #111;
|
|
}
|
|
|
|
i {
|
|
font-size: 16px;
|
|
color: #333;
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
|
|
.titleBtnWrapper {
|
|
.wea-button-icon {
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wea-new-table.wea-new-table-draggable table {
|
|
table-layout: fixed
|
|
}
|
|
}
|
|
|
|
.titleWrapper {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
|
|
.topTitle {
|
|
padding: 5px 12px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.active {
|
|
background: #e9f7ff;
|
|
color: #5d9cec;
|
|
}
|
|
|
|
.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 !important;
|
|
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: grid;
|
|
grid-template-columns: repeat(3, 33.33%);
|
|
|
|
.ant-radio-wrapper {
|
|
margin: 4px 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.salaryItemEditWrapper {
|
|
.wea-search-group {
|
|
padding: 0;
|
|
border: 1px solid #e5e5e5;
|
|
border-bottom: none;
|
|
|
|
.wea-content {
|
|
padding: 0;
|
|
|
|
.wea-form-item {
|
|
padding: 4px 16px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//个税申报字段对应
|
|
.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;
|
|
}
|
|
}
|
|
|
|
.incomeDialog {
|
|
.incomeDialogTitle {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.incomeDialogTitle-left {
|
|
text-align: left;
|
|
|
|
.title {
|
|
color: #111;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
.incomeDialogTitle-right {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.incomeDialogContent {
|
|
height: 100%;
|
|
padding: 8px 16px;
|
|
background: #f6f6f6;
|
|
|
|
.wea-input-focus {
|
|
margin-bottom: 2px!important;
|
|
margin-top: 0!important;
|
|
}
|
|
|
|
.clearfix {
|
|
background: #FFF;
|
|
}
|
|
}
|
|
}
|