|
@@ -328,7 +328,7 @@ const createPoster = async () => {
|
|
|
|
|
|
// 岗位名称
|
|
|
context.setFillStyle('#333333')
|
|
|
- dealWords(context, 30, positionInfo.value?.name, 350, 40, 30, 2)
|
|
|
+ dealWords(context, 25, positionInfo.value?.name, 350, 40, 30, 2)
|
|
|
|
|
|
// 工作地区、工作经验、学历要求
|
|
|
context.setFillStyle('#6c6e7b')
|
|
@@ -359,7 +359,7 @@ const createPoster = async () => {
|
|
|
|
|
|
// 企业名称
|
|
|
context.setFillStyle('#000000')
|
|
|
- dealWords(context, 30, anotherName, 250, 150, 210, 2)
|
|
|
+ dealWords(context, 25, anotherName, 250, 150, 210, 2)
|
|
|
|
|
|
// 企业行业类型、规模
|
|
|
context.setFontSize(20)
|