fix: tampilan detail laporan, dan ganti route print out, penambahan service
This commit is contained in:
@@ -8,12 +8,16 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Laporan Penilai Jaminan</title>
|
||||
|
||||
@if ($statusLpj == 1)
|
||||
|
||||
<style>
|
||||
* {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/** Define the header rules **/
|
||||
@page {
|
||||
margin-top: 100px;
|
||||
@@ -21,7 +25,7 @@
|
||||
|
||||
}
|
||||
|
||||
/* #header {
|
||||
#header {
|
||||
position: fixed;
|
||||
top: -80px;
|
||||
left: 0;
|
||||
@@ -29,15 +33,15 @@
|
||||
height: 50px;
|
||||
text-align: center;
|
||||
padding-bottom: 10px;
|
||||
} */
|
||||
}
|
||||
|
||||
/* .header-logo {
|
||||
.header-logo {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
top: 10px;
|
||||
max-height: 80px;
|
||||
max-width: 150px;
|
||||
} */
|
||||
}
|
||||
|
||||
.header-title {
|
||||
margin-top: 20px;
|
||||
@@ -88,9 +92,9 @@
|
||||
page-break-before: always;
|
||||
break-before: page;
|
||||
}
|
||||
/* .border {
|
||||
.border {
|
||||
border: 1px solid #000;
|
||||
} */
|
||||
}
|
||||
|
||||
.no-break {
|
||||
page-break-inside: avoid;
|
||||
@@ -99,6 +103,7 @@
|
||||
|
||||
}
|
||||
</style>
|
||||
@endif
|
||||
</head>
|
||||
{{-- @php
|
||||
$data = '';
|
||||
|
||||
Reference in New Issue
Block a user