Action modal

This commit is contained in:
rafaeldpsilva
2025-09-03 14:25:37 +01:00
parent 3a802554cb
commit eae15a111e

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="fixed inset-0 z-50 flex items-center justify-center"> <div class="fixed inset-0 z-50 flex items-center justify-center">
<!-- Backdrop --> <!-- Backdrop -->
<div class="absolute inset-0 bg-black bg-opacity-50" @click="$emit('close')"></div> <div class="absolute inset-0 bg-black/50" @click="$emit('close')"></div>
<!-- Modal --> <!-- Modal -->
<div <div