changes
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
:style="{
|
||||
width: $store.viewport <= 1 ? 'calc(100% - 2rem)' : width,
|
||||
height,
|
||||
// maxHeight: 'calc(100vh - var(--bulma-modal-card-spacing))',
|
||||
}"
|
||||
>
|
||||
<header
|
||||
@@ -84,7 +85,7 @@ const { $store } = useNuxtApp();
|
||||
const props = defineProps({
|
||||
component: String,
|
||||
width: { type: String, default: "60%" },
|
||||
height: { type: String, default: "750px" },
|
||||
height: String,
|
||||
vbind: Object,
|
||||
title: String,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user