This commit is contained in:
qsh
2024-06-13 15:51:11 +08:00
parent cff4280705
commit a3657f86ab
9 changed files with 237 additions and 381 deletions

View File

@@ -55,6 +55,8 @@ const dialogStyle = computed(() => {
height: unref(dialogHeight)
}
})
const emit = defineEmits(['close'])
</script>
<template>
@@ -66,6 +68,7 @@ const dialogStyle = computed(() => {
draggable
lock-scroll
v-bind="getBindValue"
@close="emit('close')"
>
<template #header>
<div class="flex justify-between">