From 794eb0f1e6863961b75a00fb141f8be7d77129a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=90=A6=E9=92=A7?= Date: Sun, 8 Aug 2021 18:07:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9C=AA=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=A0=87=E7=AD=BE=E9=BB=98=E8=AE=A4=E4=B8=BA=E7=81=B0?= =?UTF-8?q?=E9=BB=91=E8=89=B2=EF=BC=8C=E7=94=A8=E4=BA=8E=E5=A2=9E=E5=BC=BA?= =?UTF-8?q?=E5=92=8C=E5=B7=B2=E9=80=89=E4=B8=AD=E7=9A=84=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/NER/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index 1ba81b8..5267f5b 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -852,6 +852,10 @@ export default { border: 1px solid #ccc; border-bottom: 3px solid #ccc; text-align: center; + filter: grayscale(1); +} +.type.selected { + filter: unset; } .type.selected, .result.selected {