report print css updated
This commit is contained in:
8
public/css/print.css
vendored
8
public/css/print.css
vendored
@@ -25,6 +25,10 @@ th, td
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
||||
.print-report-padding {
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
html[dir='ltr'] .right-column {
|
||||
text-align: right;
|
||||
}
|
||||
@@ -63,6 +67,10 @@ html[dir='rtl'] .right-column {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.margin-bottom-12 {
|
||||
margin: 12px 0;
|
||||
}
|
||||
|
||||
.print-template .mt-1
|
||||
{
|
||||
margin-top: 8px;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<div class="overflow-x-visible mb-8">
|
||||
<div class="overflow-x-visible mb-8 margin-bottom-12">
|
||||
<table class="w-full rp-border-collapse">
|
||||
@include($class->views['detail.table.header'])
|
||||
@include($class->views['detail.table.body'])
|
||||
|
Reference in New Issue
Block a user