report print.css updated

This commit is contained in:
Cihan Şentürk 2022-10-04 14:45:38 +03:00 committed by GitHub
parent 746b131c68
commit 07c06b8b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 3 deletions

32
public/css/print.css vendored
View File

@ -67,8 +67,8 @@ html[dir='rtl'] .right-column {
margin-bottom: 8px;
}
.margin-bottom-12 {
margin: 12px 0;
.margin-bottom-spacing {
margin: 24px 0;
}
.print-template .mt-1
@ -348,6 +348,10 @@ html[dir='rtl'] .text-right
text-align: left;
}
.text-alignment-center {
text-align: center;
}
.text-center
{
text-align: center;
@ -424,6 +428,30 @@ html[dir='rtl'] .text-right
vertical-align: top;
}
.col-w-2 {
width: 16.6666666667%;
}
.col-w-4 {
width: 33.3333333333%;
}
.col-w-6 {
width: 50%;
}
.col-w-8 {
width: 66.6666666667%;
}
.col-w-10 {
width: 83.3333333333%;
}
.col-w-12 {
width: 50%;
}
.w-image {
width: 70px;
}

View File

@ -1,4 +1,4 @@
<div class="overflow-x-visible mb-8 margin-bottom-12">
<div class="overflow-x-visible mb-8 margin-bottom-spacing">
<table class="w-full rp-border-collapse">
@include($class->views['detail.table.header'])
@include($class->views['detail.table.body'])