From 6788355b0bbe1c6fe29f4fb77faf8c49f2d4eeaa Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 23 Jun 2025 20:12:14 +0800 Subject: [PATCH] no message --- root/detail/job.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index 6cecdae..775de7b 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -1369,7 +1369,7 @@ export default { // 时薪 if(that.G.getSalaryClassifyValue(that.jobDetail.salaryClassify, that.jobDetail.salaryClassifyValue) == "0-0元/月"){ // 月工资 - that.G.fillTextLineBreak(ctx, that.jobDetail.priceStr, baseLeft, line3, 400, 40, "#ff4400", titleFontSize + 6, "600", "left"); + that.G.fillTextLineBreak(ctx, that.jobDetail.priceStr, baseLeft, line3, 600, 40, "#ff4400", titleFontSize + 6, "600", "left"); }else{ // 月工资 that.G.fillTextLineBreak(ctx, that.jobDetail.monthPay, 750 - ctx.measureText(that.jobDetail.monthPay).width + 20, line3 + 6, 400, 20, "#ff4400", titleFontSize, "400");