소스 검색

企业分享海报职位标签颜色更换

Xiao_123 2 달 전
부모
커밋
24e486353b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pagesB/jobFair/jobFairEntShare.vue

+ 1 - 1
pagesB/jobFair/jobFairEntShare.vue

@@ -186,7 +186,7 @@ const createPoster = async () => {
     const tagWidth = context.measureText(truncatedTag).width + 2 * tagPaddingLeftRight
     const tagX = x + (secondImgWidth - tagWidth) / 2
 
-    context.fillStyle = '#246a6c'
+    context.fillStyle = '#00B760'
     context.beginPath()
     context.moveTo(tagX + tagRadius, tagY)
     context.lineTo(tagX + tagWidth - tagRadius, tagY)