mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
fix(ui): print format location
This commit is contained in:
parent
88893003e7
commit
2a14e55e97
@ -19,7 +19,7 @@
|
||||
</PageHeader>
|
||||
<div
|
||||
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
|
||||
class="h-full shadow-lg mb-12 absolute"
|
||||
@ -27,7 +27,7 @@
|
||||
width: 21cm;
|
||||
min-height: 29.7cm;
|
||||
height: max-content;
|
||||
transform: scale(0.755);
|
||||
transform: scale(0.7);
|
||||
"
|
||||
ref="printContainer"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user