document-pdf.blade.php 757 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <style>
  8. html, body {
  9. margin: 0;
  10. padding: 0rem 2rem;
  11. }
  12. table {
  13. width:100%;
  14. border-collapse:collapse;
  15. }
  16. td {
  17. border-collapse: 0;
  18. vertical-align:top;
  19. }
  20. p {
  21. margin-top: 0;
  22. margin-bottom: 12px !important;
  23. }
  24. li ol, li ul {
  25. margin-top: 12px !important;
  26. }
  27. li ol ol {
  28. margin-top: 12px !important;
  29. }
  30. </style>
  31. </head>
  32. <body class="">
  33. <div><?= trim($html) ?></div>
  34. </body>
  35. </html>