From f8e8239db7bf07adc78805164690463993b36943 Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 18 Dec 2024 13:14:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=97=B6=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E7=81=B0=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandCard.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/CommandCard.vue b/src/components/CommandCard.vue index bfd85d1..0501876 100644 --- a/src/components/CommandCard.vue +++ b/src/components/CommandCard.vue @@ -121,7 +121,11 @@ @@ -490,4 +494,9 @@ export default { transform: translateY(0); visibility: visible; } + +.feature-disabled { + opacity: 0.5; + filter: grayscale(100%); +}