mirror of
https://github.com/frappe/books.git
synced 2024-12-23 19:39:07 +00:00
fix(ui): print format location
This commit is contained in:
parent
88893003e7
commit
2a14e55e97
@ -19,7 +19,7 @@
|
|||||||
</PageHeader>
|
</PageHeader>
|
||||||
<div
|
<div
|
||||||
v-if="doc && printSettings"
|
v-if="doc && printSettings"
|
||||||
class="flex justify-center flex-1 -mt-32 overflow-auto relative"
|
class="flex justify-center flex-1 -mt-36 overflow-auto relative"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="h-full shadow-lg mb-12 absolute"
|
class="h-full shadow-lg mb-12 absolute"
|
||||||
@ -27,7 +27,7 @@
|
|||||||
width: 21cm;
|
width: 21cm;
|
||||||
min-height: 29.7cm;
|
min-height: 29.7cm;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
transform: scale(0.755);
|
transform: scale(0.7);
|
||||||
"
|
"
|
||||||
ref="printContainer"
|
ref="printContainer"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user