Ver Fonte

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

Xiao_123 há 2 meses atrás
pai
commit
24e486353b
1 ficheiros alterados com 1 adições e 1 exclusões
  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)