From 21730aa629383216a65db81dca93973fa5f376b8 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 9 Dec 2021 18:15:00 +0800 Subject: [PATCH] BUG 25339 --- src/components/AiCard.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/AiCard.vue b/src/components/AiCard.vue index 1764f578..6aa29fbf 100644 --- a/src/components/AiCard.vue +++ b/src/components/AiCard.vue @@ -19,7 +19,7 @@
-
+
@@ -46,6 +46,9 @@ export default { top: detail.y + 'px' } this.menu = !this.menu + }, + handleClose() { + this.menu = false } } }