This commit is contained in:
Viet An
2026-06-18 16:22:37 +07:00
parent 8b07ab4e65
commit 667832078d
23 changed files with 395 additions and 412 deletions

View File

@@ -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,
});