浏览代码

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

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)