fix 优化站点删除按钮位置

fix #23
This commit is contained in:
jxxghp
2023-08-16 14:30:30 +08:00
parent e88a0230ae
commit d894010da0
3 changed files with 13 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ function onClick() {
<template>
<IconBtn
class="absolute right-3 top-3"
@click="onClick"
@click.stop="onClick"
>
<VIcon icon="mdi-close" />
</IconBtn>