From b1bcedf2df29dc9155bd7ac4d8dea67596a0e4f6 Mon Sep 17 00:00:00 2001 From: fofolee Date: Fri, 5 Jan 2024 13:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=A1=E7=89=87=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E7=89=B9=E6=95=88=EF=BC=8C=E6=93=8D=E4=BD=9C=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=82=AC=E6=B5=AE=E6=89=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandCard.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/CommandCard.vue b/src/components/CommandCard.vue index a13af1f..80382e8 100644 --- a/src/components/CommandCard.vue +++ b/src/components/CommandCard.vue @@ -4,6 +4,8 @@ class="wrapper" v-show="!cardStyleVars.hideCard" :id="commandInfo.features.code" + @mouseenter="showCtrlButtons = true" + @mouseleave="showCtrlButtons = false" >
@@ -21,6 +23,7 @@