@fy-/fws-vue 2.3.35 → 2.3.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -269,7 +269,7 @@ const handleBackdropClick = useDebounceFn((event: MouseEvent) => {
|
|
|
269
269
|
<!-- Modal panel -->
|
|
270
270
|
<div
|
|
271
271
|
ref="modalRef"
|
|
272
|
-
:class="`relative ${mSize} max-w-6xl max-h-[85vh] px-
|
|
272
|
+
:class="`relative ${mSize} max-w-6xl max-h-[85vh] px-0 box-border bg-white rounded-lg shadow dark:bg-fv-neutral-900 flex flex-col`"
|
|
273
273
|
:style="{ zIndex }"
|
|
274
274
|
tabindex="-1"
|
|
275
275
|
@click.stop
|
|
@@ -295,7 +295,7 @@ const handleBackdropClick = useDebounceFn((event: MouseEvent) => {
|
|
|
295
295
|
</button>
|
|
296
296
|
</div>
|
|
297
297
|
<!-- Content area -->
|
|
298
|
-
<div :class="`p-
|
|
298
|
+
<div :class="`p-2 space-y-3 flex-grow ${ofy}`">
|
|
299
299
|
<slot />
|
|
300
300
|
</div>
|
|
301
301
|
</div>
|