Authored-by: rootzoll <rotzoll@MacBook2020.fritz.box>
This commit is contained in:
parent
594e28eab7
commit
f877dde2b0
1 changed files with 7 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends "print.html" %} {% block page %}
|
{% extends "print.html" %} {% block page %}
|
||||||
|
|
||||||
<div class="row justify-center">
|
<div class="row">
|
||||||
<div class="col-12 col-sm-8 col-lg-6 text-center" id="vue">
|
<div class="" id="vue">
|
||||||
{% for page in link %}
|
{% for page in link %}
|
||||||
<page size="A4" id="pdfprint">
|
<page size="A4" id="pdfprint">
|
||||||
<table style="width: 100%">
|
<table style="width: 100%">
|
||||||
|
|
@ -43,8 +43,11 @@
|
||||||
@media print {
|
@media print {
|
||||||
body,
|
body,
|
||||||
page {
|
page {
|
||||||
margin: 0;
|
margin: 0px !important;
|
||||||
box-shadow: 0;
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
.q-page {
|
||||||
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue