소스 검색

はがきPDF調整

develop
sosuke.iwabuchi 2 년 전
부모
커밋
8a5a878b6e
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -0
      app/Logic/ReceiptIssuingOrder/Custom/HelloTechno/PDFDownLoadManagerHelloTechno.php
  2. +3
    -3
      resources/css/receipt_letter.css

+ 1
- 0
app/Logic/ReceiptIssuingOrder/Custom/HelloTechno/PDFDownLoadManagerHelloTechno.php 파일 보기

@@ -79,6 +79,7 @@ class PDFDownLoadManagerHelloTechno extends PDFDownLoadManager
// はがきサイズを指定
$ret = $pdf->setOption('page-height', 148)
->setOption('page-width', 100)
->setOption('margin-right', 3)
->setOption('encoding', 'utf-8')
->inline()
->header("Content-Disposition", sprintf('inline; filename=%s', $filename));


+ 3
- 3
resources/css/receipt_letter.css 파일 보기

@@ -68,16 +68,16 @@ div.zz {
font-size: 10mm;
}
div.zipcode1 {
left: 52mm;
left: 54mm;
width: 50mm;
border: solid 1px;
letter-spacing: 4.5mm;
}
div.zipcode2 {
left: 86mm;
left: 88mm;
width: 35mm;
border: dotted 1px;
letter-spacing: 3.5mm;
letter-spacing: 5.5mm;
}

div.section-address div.address-field {


Loading…
취소
저장