dever 3 年之前
父节点
当前提交
d99ca017be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/agent/lib/Agreement.php

+ 1 - 1
service/agent/lib/Agreement.php

@@ -1120,7 +1120,7 @@ class Agreement
         $cx = $pdf->GetX();
         $cy = $pdf->GetY();
 
-        $x = $cx + 45;
+        $x = $cx + 40;
         $y = $cy - 45;
 
         $pdf->Image($pic, $x, $y, 30, 30);