月薪加粗

cyl/dev
zsk 1 year ago
parent 06cd26d2c8
commit fef804cee5

@ -1398,16 +1398,16 @@ export default {
.jobpricemonth {
// margin-top: 16px;
font-size: 14px;
font-weight: 400;
font-weight: bold;
text-align: left;
color: #666;
line-height: 26px;
margin-top: 6px;
// margin-top: 6px;
}
.jobpricehour {
// margin-top: 16px;
font-size: 14px;
font-weight: normal;
font-weight: bold;
text-align: left;
color: #ff4400;
// line-height: 24px;

@ -1523,14 +1523,14 @@ export function getSalaryClassifyValue (salaryClassify, salaryClassifyValue) {
} else if (salaryClassify == 3) {
return `返<span style='font-size:22px'>${hourlyPay}</span>元`;
} else if (salaryClassify == 4) {
return "<i>计件</i>";
return "<i style='font-size:22px'>计件</i>";
} else if (salaryClassify == 5) {
return `保底<span style='font-size:22px'>${hourlyPay}</span>元`;
} else if (salaryClassify == 6) {
return `<i>面议</i>`;
return `<i style='font-size:22px'>面议</i>`;
} else if (salaryClassify == 7) {
// return '请配置薪资';
return `<i>月薪</i>`;
return `<i style='font-size:22px'>月薪</i>`;
} else {
return "-";
}

Loading…
Cancel
Save