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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user