From 383534037ad1791e285a6905c70f71b195bb45bc Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Sun, 16 Apr 2023 19:13:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E7=AE=AD?= =?UTF-8?q?=E5=A4=B4=E5=B1=95=E7=A4=BA=EF=BC=8C=E5=B9=B6=E9=80=82=E9=85=8D?= =?UTF-8?q?=E5=B1=8F=E5=B9=95=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/NLP/rel.vue | 54 +++++++++++++++++++++++------------ 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/fe/src/components/NLP/rel.vue b/fe/src/components/NLP/rel.vue index 26404f2..a8b1af7 100644 --- a/fe/src/components/NLP/rel.vue +++ b/fe/src/components/NLP/rel.vue @@ -2,12 +2,12 @@
- + @@ -15,7 +15,6 @@ @@ -101,4 +113,8 @@ export default ({ pointer-events: all; cursor: pointer; } + .rel:hover { + /* 抬起来一些 */ + opacity: 0.5; + }