This commit is contained in:
2025-04-30 13:11:35 +03:00
parent c8f3c9801f
commit cda54b1e95
60 changed files with 1054 additions and 651 deletions

View File

@@ -0,0 +1,18 @@
<template>
<div
id="overlay"
class="fixed-full q-dialog__backdrop"
style="z-index: 5000; --q-transition-duration: 300ms;"
@click.prevent.stop
@touchstart.prevent.stop
@touchmove.prevent.stop
@touchend.prevent.stop
/>
</template>
<script setup lang="ts">
</script>
<style>
</style>