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