From 14cba39b15a0212398cf11d4303b17cbfab3e506 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 22:28:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=8D=A2=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=B8=BA=E9=BB=91=E8=BE=B9=E6=A1=86=EF=BC=8C?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=9C=AA=E9=80=89=E4=B8=AD=E7=9A=84=E7=81=B0?= =?UTF-8?q?=E5=BA=A6=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/NER/index.vue | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index 5267f5b..9df946a 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -849,26 +849,18 @@ export default { .type { position: relative; box-sizing: content-box; - border: 1px solid #ccc; - border-bottom: 3px solid #ccc; + border: 2px solid #0000; text-align: center; - filter: grayscale(1); } .type.selected { - filter: unset; + border: 2px solid #000; } -.type.selected, .result.selected { position: relative; opacity: 1 !important; background: white; border: 0; } -.type.selected { - transform: translateX(0px) translateY(2px); - border: 1px solid #ccc; - border-bottom: 1px solid #ccc; -} .ner-box { position: relative; flex: 1;