fix:E-Sign PDF 폰트 크기 2배 확대, 왼쪽 정렬 기본값, 서명자 매핑 수정

- PdfSignatureService: 자동 폰트 크기 공식 2배(h*0.7→h*1.4), 기본 정렬 C→L
- text_align 필드 추가 (L/C/R 정렬 선택 가능)
- store()/buildVariableMap(): sign_order→role 기반 매핑으로 변경
  (signer_order 1=creator/갑/회사, 2=counterpart/을/파트너)
- template-fields: 가로 정렬 버튼 UI 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-13 18:07:31 +09:00
parent d5283099c4
commit 843e898f5f
5 changed files with 41 additions and 14 deletions

View File

@@ -22,6 +22,7 @@ class EsignSignField extends Model
'field_label',
'field_variable',
'font_size',
'text_align',
'field_value',
'is_required',
'sort_order',