dever 3 年之前
父節點
當前提交
77600619ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/agent/lib/Agreement.php

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

@@ -1121,7 +1121,7 @@ class Agreement
         $cy = $pdf->GetY();
 
         $x = $cx + 48;
-        $y = $cy - 40;
+        $y = $cy - 42;
 
         $pdf->Image($pic, $x, $y, 30, 30);