19MTK1 - fix dialog print pdf tidak full height di cpone-resultentry-so-others-v8

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sas.fajri
2026-05-28 16:07:39 +07:00
parent 6bcf188186
commit fe2f5df843

View File

@@ -2904,16 +2904,15 @@ value_perut_14, idx_perut_14
</v-dialog>
<template>
<v-dialog v-model="openprint" style="overflow: hidden !important;" fullscreen>
<v-card>
<v-card-text>
<object type="application/pdf" style="overflow: hidden; min-height: 100vh; width: 100%;"
:data="urlprint"></object>
</v-card-text>
<v-card-actions>
<v-card style="display: flex; flex-direction: column; height: 100vh;">
<v-card-actions style="flex-shrink: 0;">
<v-spacer></v-spacer>
<v-btn color="green darken-1" flat="flat" @click="closePrint">Tutup</v-btn>
</v-card-actions>
<v-card-text style="flex: 1; padding: 0; overflow: hidden;">
<object type="application/pdf" style="width: 100%; height: 100%; display: block;"
:data="urlprint"></object>
</v-card-text>
</v-card>
</v-dialog>
</template>