v0.1.56 - 인쇄 모달 출력 제외
This commit is contained in:
@@ -2996,7 +2996,7 @@ onBeforeUnmount(() => {
|
||||
|
||||
<div
|
||||
v-if="printDialogOpen"
|
||||
class="fixed inset-0 z-50 flex items-center justify-center bg-stone-900/45 px-4 py-6 backdrop-blur-sm"
|
||||
class="print-hidden fixed inset-0 z-50 flex items-center justify-center bg-stone-900/45 px-4 py-6 backdrop-blur-sm"
|
||||
@click.self="closePrintDialog"
|
||||
>
|
||||
<section class="w-full max-w-lg rounded-[30px] border border-white/70 bg-[#f7f2ea] p-5 shadow-[0_24px_80px_rgba(28,25,23,0.2)] sm:p-6">
|
||||
|
||||
Reference in New Issue
Block a user