2
0
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:
18alantom 2022-02-15 22:28:55 +05:30
parent 88893003e7
commit 2a14e55e97

View File

@ -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"
> >